@fairmint/canton-node-sdk 0.0.132 → 0.0.134
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fairmint/canton-node-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.134",
|
|
4
4
|
"description": "Canton Node SDK",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"canton",
|
|
@@ -53,11 +53,7 @@
|
|
|
53
53
|
"revoke-user-rights": "tsx scripts/revoke-user-rights.ts",
|
|
54
54
|
"simulate": "tsx --tsconfig tsconfig.lint.json scripts/run-simulations.ts",
|
|
55
55
|
"simulate:events": "tsx --tsconfig tsconfig.lint.json scripts/run-events-simulation.ts",
|
|
56
|
-
"test": "jest
|
|
57
|
-
"test:integration": "jest test/integration/quickstart",
|
|
58
|
-
"test:localnet": "npm run build:core && npm run simulate",
|
|
59
|
-
"test:regression": "npm run test:localnet",
|
|
60
|
-
"test:smoke": "tsx test/integration/quickstart/smoke-test.ts",
|
|
56
|
+
"test": "jest",
|
|
61
57
|
"test:watch": "jest --watch"
|
|
62
58
|
},
|
|
63
59
|
"dependencies": {
|