Skip to content

Commit 81c8c31

Browse files
authored
update chen version (#218)
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent fbfc6ce commit 81c8c31

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name := "atom"
22
ThisBuild / organization := "io.appthreat"
3-
ThisBuild / version := "2.4.1"
3+
ThisBuild / version := "2.4.2"
44
ThisBuild / scalaVersion := "3.7.3"
55

6-
val chenVersion = "2.5.3"
6+
val chenVersion = "2.5.4"
77

88
lazy val atom = Projects.atom
99

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"downloadUrl": "https://github.com/AppThreat/atom",
88
"issueTracker": "https://github.com/AppThreat/atom/issues",
99
"name": "atom",
10-
"version": "2.4.1",
10+
"version": "2.4.2",
1111
"description": "Atom is a novel intermediate representation for next-generation code analysis.",
1212
"applicationCategory": "code-analysis",
1313
"keywords": [

wrapper/nodejs/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wrapper/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appthreat/atom",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "Create atom (⚛) representation for your application, packages and libraries",
55
"exports": "./index.js",
66
"type": "module",

wrapper/nodejs/packages/atom-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appthreat/atom-common",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Common library for the @appthreat/atom project.",
55
"main": "index.js",
66
"type": "module",

wrapper/nodejs/packages/atom-parsetools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appthreat/atom-parsetools",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Parsing tools that complement the @appthreat/atom project.",
55
"main": "./index.js",
66
"type": "module",
@@ -9,7 +9,7 @@
99
"lint": "eslint *.mjs *.js"
1010
},
1111
"dependencies": {
12-
"@appthreat/atom-common": "^1.0.10",
12+
"@appthreat/atom-common": "^1.0.11",
1313
"@babel/parser": "^7.28.4",
1414
"typescript": "^5.9.2",
1515
"yargs": "^17.7.2"

0 commit comments

Comments
 (0)