@agoric/fast-usdc 0.1.1-dev-0e6a9f4.0 → 0.1.1-dev-3cbd11f.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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +15 -15
package/README.md CHANGED
@@ -9,12 +9,12 @@ This package is meant to contain all the code for the Fast USDC product. However
9
9
 
10
10
  - a3p integration tests are in the `a3p-integration` top-level package, separate from this workspace
11
11
  - the proposal builders are in `@agoric/builders` to work with the a3p-integration `build:submissions` script
12
- - the RunUtils tests are in `@agoric/boot` to test running them atop a fresh bootstrapped environment
12
+ - the RunUtils tests are in `@aglocal/boot` to test running them atop a fresh bootstrapped environment
13
13
 
14
14
  Over time we can update our tooling to decouple this more from the `packages` directory.
15
15
 
16
16
  1. Make a3p-integration `build:submissions` script work with arbitrary builder paths, allowing this to be above `@agoric/builders` in the package graph
17
- 2. Export bootstrap testing utilities from `@agoric/boot`, allowing this to be above `@agoric/boot` in the package graph
17
+ 2. Export bootstrap testing utilities from `@aglocal/boot`, allowing this to be above `@aglocal/boot` in the package graph
18
18
  3. Update CI to support packages that aren't under `packages/`, eg. a top-level `dapps` directory
19
19
  4. Move this package out of agoric-sdk
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/fast-usdc",
3
- "version": "0.1.1-dev-0e6a9f4.0+0e6a9f4",
3
+ "version": "0.1.1-dev-3cbd11f.0+3cbd11f",
4
4
  "description": "CLI and library for Fast USDC product",
5
5
  "type": "module",
6
6
  "files": [
@@ -23,9 +23,9 @@
23
23
  "lint:eslint": "eslint ."
24
24
  },
25
25
  "devDependencies": {
26
- "@agoric/swingset-liveslots": "0.10.3-dev-0e6a9f4.0+0e6a9f4",
27
- "@agoric/vats": "0.15.2-dev-0e6a9f4.0+0e6a9f4",
28
- "@agoric/zone": "0.2.3-dev-0e6a9f4.0+0e6a9f4",
26
+ "@agoric/swingset-liveslots": "0.10.3-dev-3cbd11f.0+3cbd11f",
27
+ "@agoric/vats": "0.15.2-dev-3cbd11f.0+3cbd11f",
28
+ "@agoric/zone": "0.2.3-dev-3cbd11f.0+3cbd11f",
29
29
  "@fast-check/ava": "^2.0.1",
30
30
  "ava": "^5.3.0",
31
31
  "c8": "^10.1.2",
@@ -33,16 +33,16 @@
33
33
  "ts-blank-space": "^0.4.4"
34
34
  },
35
35
  "dependencies": {
36
- "@agoric/client-utils": "0.1.1-dev-0e6a9f4.0+0e6a9f4",
37
- "@agoric/cosmic-proto": "0.4.1-dev-0e6a9f4.0+0e6a9f4",
38
- "@agoric/ertp": "0.16.3-dev-0e6a9f4.0+0e6a9f4",
39
- "@agoric/internal": "0.3.3-dev-0e6a9f4.0+0e6a9f4",
40
- "@agoric/notifier": "0.6.3-dev-0e6a9f4.0+0e6a9f4",
41
- "@agoric/orchestration": "0.1.1-dev-0e6a9f4.0+0e6a9f4",
42
- "@agoric/store": "0.9.3-dev-0e6a9f4.0+0e6a9f4",
43
- "@agoric/vat-data": "0.5.3-dev-0e6a9f4.0+0e6a9f4",
44
- "@agoric/vow": "0.1.1-dev-0e6a9f4.0+0e6a9f4",
45
- "@agoric/zoe": "0.26.3-dev-0e6a9f4.0+0e6a9f4",
36
+ "@agoric/client-utils": "0.1.1-dev-3cbd11f.0+3cbd11f",
37
+ "@agoric/cosmic-proto": "0.4.1-dev-3cbd11f.0+3cbd11f",
38
+ "@agoric/ertp": "0.16.3-dev-3cbd11f.0+3cbd11f",
39
+ "@agoric/internal": "0.3.3-dev-3cbd11f.0+3cbd11f",
40
+ "@agoric/notifier": "0.6.3-dev-3cbd11f.0+3cbd11f",
41
+ "@agoric/orchestration": "0.1.1-dev-3cbd11f.0+3cbd11f",
42
+ "@agoric/store": "0.9.3-dev-3cbd11f.0+3cbd11f",
43
+ "@agoric/vat-data": "0.5.3-dev-3cbd11f.0+3cbd11f",
44
+ "@agoric/vow": "0.1.1-dev-3cbd11f.0+3cbd11f",
45
+ "@agoric/zoe": "0.26.3-dev-3cbd11f.0+3cbd11f",
46
46
  "@cosmjs/proto-signing": "^0.33.0",
47
47
  "@cosmjs/stargate": "^0.33.0",
48
48
  "@endo/base64": "^1.0.9",
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "0e6a9f409040c4805179f0f8adee40cd1bd22ae2"
85
+ "gitHead": "3cbd11f8f37ab21692bd18ecf148c3f85f8e7f9c"
86
86
  }