Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name := "atom"
ThisBuild / organization := "io.appthreat"
ThisBuild / version := "2.4.6"
ThisBuild / version := "2.4.7"
ThisBuild / scalaVersion := "3.7.4"

val chenVersion = "2.5.9"
val chenVersion = "2.5.10"

lazy val atom = Projects.atom

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"downloadUrl": "https://github.com/AppThreat/atom",
"issueTracker": "https://github.com/AppThreat/atom/issues",
"name": "atom",
"version": "2.4.6",
"version": "2.4.7",
"description": "Atom is a novel intermediate representation for next-generation code analysis.",
"applicationCategory": "code-analysis",
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions wrapper/nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wrapper/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appthreat/atom",
"version": "2.4.6",
"version": "2.4.7",
"description": "Create atom (⚛) representation for your application, packages and libraries",
"exports": "./index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion wrapper/nodejs/packages/atom-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appthreat/atom-common",
"version": "1.0.15",
"version": "1.0.16",
"description": "Common library for the @appthreat/atom project.",
"main": "index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions wrapper/nodejs/packages/atom-parsetools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appthreat/atom-parsetools",
"version": "1.0.14",
"version": "1.0.16",
"description": "Parsing tools that complement the @appthreat/atom project.",
"main": "./index.js",
"type": "module",
Expand All @@ -9,7 +9,7 @@
"lint": "eslint *.mjs *.js"
},
"dependencies": {
"@appthreat/atom-common": "^1.0.15",
"@appthreat/atom-common": "^1.0.16",
"@babel/parser": "^7.28.5",
"typescript": "^5.9.3",
"hermes-parser": "^0.33.0",
Expand Down
Loading