agoric 0.21.2-dev-e9efaa1.0.e9efaa1 → 0.21.2-dev-dda9926.0.dda9926
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 +22 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agoric",
|
|
3
|
-
"version": "0.21.2-dev-
|
|
3
|
+
"version": "0.21.2-dev-dda9926.0.dda9926",
|
|
4
4
|
"description": "Manage the Agoric Javascript smart contract platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/main.js",
|
|
@@ -30,28 +30,28 @@
|
|
|
30
30
|
"lint:eslint": "yarn run -T eslint ."
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@agoric/cosmic-swingset": "0.41.4-dev-
|
|
34
|
-
"@agoric/deploy-script-support": "0.10.4-dev-
|
|
35
|
-
"ava": "^
|
|
33
|
+
"@agoric/cosmic-swingset": "0.41.4-dev-dda9926.0.dda9926",
|
|
34
|
+
"@agoric/deploy-script-support": "0.10.4-dev-dda9926.0.dda9926",
|
|
35
|
+
"ava": "^6.4.1",
|
|
36
36
|
"c8": "^10.1.2"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@agoric/access-token": "0.4.22-dev-
|
|
40
|
-
"@agoric/cache": "0.3.3-dev-
|
|
41
|
-
"@agoric/casting": "0.4.3-dev-
|
|
42
|
-
"@agoric/client-utils": "0.1.1-dev-
|
|
43
|
-
"@agoric/cosmic-proto": "0.4.1-dev-
|
|
44
|
-
"@agoric/ertp": "0.16.3-dev-
|
|
45
|
-
"@agoric/governance": "0.10.4-dev-
|
|
46
|
-
"@agoric/inter-protocol": "0.16.2-dev-
|
|
47
|
-
"@agoric/internal": "0.3.3-dev-
|
|
48
|
-
"@agoric/network": "0.1.1-dev-
|
|
49
|
-
"@agoric/smart-wallet": "0.5.4-dev-
|
|
50
|
-
"@agoric/store": "0.9.3-dev-
|
|
51
|
-
"@agoric/swingset-vat": "0.32.3-dev-
|
|
52
|
-
"@agoric/vats": "0.15.2-dev-
|
|
53
|
-
"@agoric/zoe": "0.26.3-dev-
|
|
54
|
-
"@agoric/zone": "0.2.3-dev-
|
|
39
|
+
"@agoric/access-token": "0.4.22-dev-dda9926.0.dda9926",
|
|
40
|
+
"@agoric/cache": "0.3.3-dev-dda9926.0.dda9926",
|
|
41
|
+
"@agoric/casting": "0.4.3-dev-dda9926.0.dda9926",
|
|
42
|
+
"@agoric/client-utils": "0.1.1-dev-dda9926.0.dda9926",
|
|
43
|
+
"@agoric/cosmic-proto": "0.4.1-dev-dda9926.0.dda9926",
|
|
44
|
+
"@agoric/ertp": "0.16.3-dev-dda9926.0.dda9926",
|
|
45
|
+
"@agoric/governance": "0.10.4-dev-dda9926.0.dda9926",
|
|
46
|
+
"@agoric/inter-protocol": "0.16.2-dev-dda9926.0.dda9926",
|
|
47
|
+
"@agoric/internal": "0.3.3-dev-dda9926.0.dda9926",
|
|
48
|
+
"@agoric/network": "0.1.1-dev-dda9926.0.dda9926",
|
|
49
|
+
"@agoric/smart-wallet": "0.5.4-dev-dda9926.0.dda9926",
|
|
50
|
+
"@agoric/store": "0.9.3-dev-dda9926.0.dda9926",
|
|
51
|
+
"@agoric/swingset-vat": "0.32.3-dev-dda9926.0.dda9926",
|
|
52
|
+
"@agoric/vats": "0.15.2-dev-dda9926.0.dda9926",
|
|
53
|
+
"@agoric/zoe": "0.26.3-dev-dda9926.0.dda9926",
|
|
54
|
+
"@agoric/zone": "0.2.3-dev-dda9926.0.dda9926",
|
|
55
55
|
"@cosmjs/crypto": "^0.36.0",
|
|
56
56
|
"@cosmjs/encoding": "^0.36.0",
|
|
57
57
|
"@cosmjs/math": "^0.36.0",
|
|
@@ -95,8 +95,7 @@
|
|
|
95
95
|
"files": [
|
|
96
96
|
"test/**/*.test.*"
|
|
97
97
|
],
|
|
98
|
-
"timeout": "2m"
|
|
99
|
-
"workerThreads": false
|
|
98
|
+
"timeout": "2m"
|
|
100
99
|
},
|
|
101
100
|
"typeCoverage": {
|
|
102
101
|
"atLeast": 77.09
|
|
@@ -104,5 +103,5 @@
|
|
|
104
103
|
"engines": {
|
|
105
104
|
"node": "^20.9 || ^22.11"
|
|
106
105
|
},
|
|
107
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "dda9926e2d9f226773204c0d8211be4f5e8e96f9"
|
|
108
107
|
}
|