Skip to content

Commit 38b79a0

Browse files
committed
updated dependencies in package.json's with organization
1 parent 9906a09 commit 38b79a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

immudb-node-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"dependencies": {
22-
"immudb-node": "2.0.0-alpha.0",
22+
"@codenotary/immudb-node": "2.0.0-alpha.0",
2323
"long": "^5.2.0"
2424
},
2525
"devDependencies": {

immudb-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"types": "dist/index.d.ts",
3535
"dependencies": {
3636
"@grpc/grpc-js": "^1.7.0",
37-
"immudb-node-grpcjs": "2.0.0-alpha.0",
38-
"immudb-node-pbjs": "2.0.0-alpha.0",
37+
"@codenotary/immudb-node-grpcjs": "2.0.0-alpha.0",
38+
"@codenotary/immudb-node-pbjs": "2.0.0-alpha.0",
3939
"long": "^5.2.0"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)