@agoric/internal 0.3.3-dev-9f8a76e.0 → 0.3.3-dev-e68f280.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/internal",
|
|
3
|
-
"version": "0.3.3-dev-
|
|
3
|
+
"version": "0.3.3-dev-e68f280.0+e68f280",
|
|
4
4
|
"description": "Externally unsupported utilities internal to agoric-sdk",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -20,9 +20,10 @@
|
|
|
20
20
|
"lint:types": "tsc -p jsconfig.json"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@agoric/assert": "0.6.1-dev-
|
|
24
|
-
"@agoric/zone": "0.2.3-dev-
|
|
23
|
+
"@agoric/assert": "0.6.1-dev-e68f280.0+e68f280",
|
|
24
|
+
"@agoric/zone": "0.2.3-dev-e68f280.0+e68f280",
|
|
25
25
|
"@endo/far": "^0.2.19",
|
|
26
|
+
"@endo/init": "^0.5.57",
|
|
26
27
|
"@endo/marshal": "^0.8.6",
|
|
27
28
|
"@endo/patterns": "^0.2.3",
|
|
28
29
|
"@endo/promise-kit": "^0.2.57",
|
|
@@ -43,5 +44,5 @@
|
|
|
43
44
|
"publishConfig": {
|
|
44
45
|
"access": "public"
|
|
45
46
|
},
|
|
46
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "e68f2805dde79871d1421e50c60f08e854e1851d"
|
|
47
48
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"install-ses-debug.d.ts","sourceRoot":"","sources":["install-ses-debug.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This is like `@endo/init` but sacrificing safety to optimize
|
|
2
|
+
// for debugging and testing. The difference is only the lockdown options.
|
|
3
|
+
// The setting below are *unsafe* and should not be used in contact with
|
|
4
|
+
// genuinely malicious code.
|
|
5
|
+
|
|
6
|
+
export * from '@endo/init/debug.js';
|