Skip to content

Commit b5a32a0

Browse files
committed
Workspace bug with npm install
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent eec02c5 commit b5a32a0

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "atom"
22
ThisBuild / organization := "io.appthreat"
3-
ThisBuild / version := "2.2.1"
3+
ThisBuild / version := "2.2.2"
44
ThisBuild / scalaVersion := "3.6.4"
55

66
val chenVersion = "2.4.1"

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.2.1",
10+
"version": "2.2.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: 6 additions & 6 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appthreat/atom",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Create atom (⚛) representation for your application, packages and libraries",
55
"exports": "./index.js",
66
"type": "module",
@@ -9,8 +9,8 @@
99
"lint": "eslint *.mjs *.js"
1010
},
1111
"dependencies": {
12-
"@appthreat/atom-common": "workspace:packages/atom-common",
13-
"@appthreat/atom-parsetools": "workspace:packages/atom-parsetools"
12+
"@appthreat/atom-common": "*",
13+
"@appthreat/atom-parsetools": "*"
1414
},
1515
"devDependencies": {
1616
"eslint": "8.57.0"

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.0",
3+
"version": "1.0.1",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appthreat/atom-parsetools",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Parsing tools that complement the @appthreat/atom project.",
55
"main": "./index.js",
66
"type": "module",

0 commit comments

Comments
 (0)