@agoric/vats 0.15.2-dev-09e90ee.0 → 0.15.2-dev-c132a31.0
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/exported.d.ts +2 -0
- package/exported.d.ts.map +1 -0
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -0
- package/package.json +17 -18
- package/tsconfig.build.json +0 -6
- package/tsconfig.json +0 -15
- package/typedoc.json +0 -9
package/exported.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exported.d.ts","sourceRoot":"","sources":["exported.js"],"names":[],"mappings":""}
|
package/index.d.ts
ADDED
package/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/vats",
|
|
3
|
-
"version": "0.15.2-dev-
|
|
3
|
+
"version": "0.15.2-dev-c132a31.0+c132a31",
|
|
4
4
|
"description": "Agoric's Vat library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -22,18 +22,18 @@
|
|
|
22
22
|
"author": "Agoric",
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@agoric/assert": "0.6.1-dev-
|
|
26
|
-
"@agoric/ertp": "0.16.3-dev-
|
|
27
|
-
"@agoric/governance": "0.10.4-dev-
|
|
28
|
-
"@agoric/internal": "0.3.3-dev-
|
|
29
|
-
"@agoric/network": "0.1.1-dev-
|
|
30
|
-
"@agoric/notifier": "0.6.3-dev-
|
|
31
|
-
"@agoric/store": "0.9.3-dev-
|
|
32
|
-
"@agoric/swingset-vat": "0.32.3-dev-
|
|
33
|
-
"@agoric/time": "0.3.3-dev-
|
|
34
|
-
"@agoric/vat-data": "0.5.3-dev-
|
|
35
|
-
"@agoric/zoe": "0.26.3-dev-
|
|
36
|
-
"@agoric/zone": "0.2.3-dev-
|
|
25
|
+
"@agoric/assert": "0.6.1-dev-c132a31.0+c132a31",
|
|
26
|
+
"@agoric/ertp": "0.16.3-dev-c132a31.0+c132a31",
|
|
27
|
+
"@agoric/governance": "0.10.4-dev-c132a31.0+c132a31",
|
|
28
|
+
"@agoric/internal": "0.3.3-dev-c132a31.0+c132a31",
|
|
29
|
+
"@agoric/network": "0.1.1-dev-c132a31.0+c132a31",
|
|
30
|
+
"@agoric/notifier": "0.6.3-dev-c132a31.0+c132a31",
|
|
31
|
+
"@agoric/store": "0.9.3-dev-c132a31.0+c132a31",
|
|
32
|
+
"@agoric/swingset-vat": "0.32.3-dev-c132a31.0+c132a31",
|
|
33
|
+
"@agoric/time": "0.3.3-dev-c132a31.0+c132a31",
|
|
34
|
+
"@agoric/vat-data": "0.5.3-dev-c132a31.0+c132a31",
|
|
35
|
+
"@agoric/zoe": "0.26.3-dev-c132a31.0+c132a31",
|
|
36
|
+
"@agoric/zone": "0.2.3-dev-c132a31.0+c132a31",
|
|
37
37
|
"@endo/far": "^1.0.2",
|
|
38
38
|
"@endo/import-bundle": "^1.0.2",
|
|
39
39
|
"@endo/marshal": "^1.1.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"jessie.js": "^0.3.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@agoric/swingset-liveslots": "0.10.3-dev-
|
|
47
|
+
"@agoric/swingset-liveslots": "0.10.3-dev-c132a31.0+c132a31",
|
|
48
48
|
"@endo/bundle-source": "^3.0.2",
|
|
49
49
|
"@endo/init": "^1.0.2",
|
|
50
50
|
"ava": "^5.3.0",
|
|
@@ -55,9 +55,8 @@
|
|
|
55
55
|
"src/",
|
|
56
56
|
"scripts/",
|
|
57
57
|
"tools/",
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"exported.js"
|
|
58
|
+
"index.*",
|
|
59
|
+
"exported.*"
|
|
61
60
|
],
|
|
62
61
|
"publishConfig": {
|
|
63
62
|
"access": "public"
|
|
@@ -78,5 +77,5 @@
|
|
|
78
77
|
"typeCoverage": {
|
|
79
78
|
"atLeast": 90.88
|
|
80
79
|
},
|
|
81
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "c132a3157a735d1e4d5c0c06dae3ed95e260dd79"
|
|
82
81
|
}
|
package/tsconfig.build.json
DELETED
package/tsconfig.json
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../tsconfig.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"allowSyntheticDefaultImports": true,
|
|
5
|
-
"maxNodeModuleJsDepth": 1,
|
|
6
|
-
},
|
|
7
|
-
"include": [
|
|
8
|
-
"*.js",
|
|
9
|
-
"scripts/**/*.js",
|
|
10
|
-
"src/**/*.js",
|
|
11
|
-
"src/**/*.d.ts",
|
|
12
|
-
"test/**/*.js",
|
|
13
|
-
"tools/**/*.js",
|
|
14
|
-
],
|
|
15
|
-
}
|