@agoric/xsnap 0.14.3-u11.0 → 0.14.3-u11wf.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/build.env +4 -0
  3. package/package.json +14 -13
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [0.14.3-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/xsnap@0.14.3-u11.0...@agoric/xsnap@0.14.3-u11wf.0) (2023-09-23)
7
+
8
+ **Note:** Version bump only for package @agoric/xsnap
9
+
10
+
11
+
12
+
13
+
6
14
  ### [0.14.3-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/xsnap@0.14.2...@agoric/xsnap@0.14.3-u11.0) (2023-08-24)
7
15
 
8
16
  **Note:** Version bump only for package @agoric/xsnap
package/build.env ADDED
@@ -0,0 +1,4 @@
1
+ MODDABLE_URL=https://github.com/agoric-labs/moddable.git
2
+ MODDABLE_COMMIT_HASH=f6c5951fc055e4ca592b9166b9ae3cbb9cca6bf0
3
+ XSNAP_NATIVE_URL=https://github.com/agoric-labs/xsnap-pub
4
+ XSNAP_NATIVE_COMMIT_HASH=2d8ccb76b8508e490d9e03972bb4c64f402d5135
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/xsnap",
3
- "version": "0.14.3-u11.0",
3
+ "version": "0.14.3-u11wf.0",
4
4
  "description": "Description forthcoming.",
5
5
  "author": "Agoric",
6
6
  "license": "Apache-2.0",
@@ -27,27 +27,28 @@
27
27
  "test:xs": "exit 0"
28
28
  },
29
29
  "dependencies": {
30
- "@agoric/assert": "^0.6.0",
31
- "@agoric/internal": "^0.3.3-u11.0",
32
- "@agoric/xsnap-lockdown": "^0.14.0",
33
- "@endo/bundle-source": "^2.5.1",
34
- "@endo/eventual-send": "^0.17.2",
35
- "@endo/init": "^0.5.56",
36
- "@endo/netstring": "^0.3.26",
37
- "@endo/promise-kit": "^0.2.56",
38
- "@endo/stream": "^0.3.25",
39
- "@endo/stream-node": "^0.2.26",
30
+ "@agoric/assert": "^0.6.1-u11wf.0",
31
+ "@agoric/internal": "^0.3.3-u11wf.0",
32
+ "@agoric/xsnap-lockdown": "^0.14.1-u11wf.0",
33
+ "@endo/bundle-source": "2.5.2-upstream-rollup",
34
+ "@endo/eventual-send": "0.17.2",
35
+ "@endo/init": "0.5.56",
36
+ "@endo/netstring": "0.3.26",
37
+ "@endo/promise-kit": "0.2.56",
38
+ "@endo/stream": "0.3.25",
39
+ "@endo/stream-node": "0.2.26",
40
40
  "glob": "^7.1.6",
41
41
  "tmp": "^0.2.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@endo/base64": "^0.2.31",
44
+ "@endo/base64": "0.2.31",
45
45
  "ava": "^5.2.0",
46
46
  "c8": "^7.13.0"
47
47
  },
48
48
  "files": [
49
49
  "LICENSE*",
50
50
  "api.js",
51
+ "build.env",
51
52
  "src"
52
53
  ],
53
54
  "publishConfig": {
@@ -60,5 +61,5 @@
60
61
  "timeout": "2m",
61
62
  "workerThreads": false
62
63
  },
63
- "gitHead": "92b6cd72484079b0349d8ccfa4510aeb820e8d67"
64
+ "gitHead": "faf9ba6ab8b2b69bf25f435f262f0b5bd2f2bc97"
64
65
  }