@agoric/internal 0.4.0-u13.0 → 0.4.0-upgrade-14-dev-0a0580c.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.4.0-u13.0",
3
+ "version": "0.4.0-upgrade-14-dev-0a0580c.0+0a0580c",
4
4
  "description": "Externally unsupported utilities internal to agoric-sdk",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -20,7 +20,7 @@
20
20
  "lint:types": "tsc -p jsconfig.json"
21
21
  },
22
22
  "dependencies": {
23
- "@agoric/zone": "^0.2.3-u13.0",
23
+ "@agoric/zone": "0.2.3-upgrade-14-dev-0a0580c.0+0a0580c",
24
24
  "@endo/far": "0.2.18",
25
25
  "@endo/marshal": "0.8.5",
26
26
  "@endo/patterns": "0.2.2",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "5a6cdeb0c18ae9700d706445acf402f8d1e873c3"
45
+ "gitHead": "0a0580cba9f4b41a1dc748cdd267dbcf0feed362"
46
46
  }
@@ -23,7 +23,7 @@ export const createBundlesFromAbsolute = async sourceBundles => {
23
23
  }
24
24
  const bundle = match[1];
25
25
 
26
- const args = cacheToArgs.get(cache) || ['--to', cache];
26
+ const args = cacheToArgs.get(cache) || ['--cache-js', cache];
27
27
  args.push(srcPath, bundle);
28
28
  cacheToArgs.set(cache, args);
29
29
  }