@agoric/create-dapp 0.1.1-getting-started-dev-a3805f7.0 → 0.1.1-orchestration-dev-096c4e8.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/README.md +1 -1
- package/package.json +6 -7
- package/CHANGELOG.md +0 -4
package/README.md
CHANGED
|
@@ -20,4 +20,4 @@ $ pnpm create @agoric/dapp foo
|
|
|
20
20
|
|
|
21
21
|
Each of the above commands are shorthand for installing the `agoric` package, then running `agoric init foo`.
|
|
22
22
|
|
|
23
|
-
Please see the [Getting Started website](https://agoric.com/
|
|
23
|
+
Please see the [Getting Started website](https://docs.agoric.com/guides/getting-started/) for information.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/create-dapp",
|
|
3
|
-
"version": "0.1.1-
|
|
3
|
+
"version": "0.1.1-orchestration-dev-096c4e8.0+096c4e8",
|
|
4
4
|
"description": "Create an Agoric Javascript smart contract application",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -16,16 +16,15 @@
|
|
|
16
16
|
"test:xs": "exit 0",
|
|
17
17
|
"lint-fix": "yarn lint:eslint --fix",
|
|
18
18
|
"lint": "run-s --continue-on-error lint:*",
|
|
19
|
-
"lint:types": "tsc
|
|
19
|
+
"lint:types": "tsc",
|
|
20
20
|
"lint:eslint": "eslint ."
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"ava": "^5.
|
|
24
|
-
"c8": "^7.13.0"
|
|
25
|
-
"dd-trace": "^3.3.0"
|
|
23
|
+
"ava": "^5.3.0",
|
|
24
|
+
"c8": "^7.13.0"
|
|
26
25
|
},
|
|
27
26
|
"dependencies": {
|
|
28
|
-
"agoric": "0.21.2-
|
|
27
|
+
"agoric": "0.21.2-orchestration-dev-096c4e8.0+096c4e8"
|
|
29
28
|
},
|
|
30
29
|
"keywords": [],
|
|
31
30
|
"repository": {
|
|
@@ -48,5 +47,5 @@
|
|
|
48
47
|
"publishConfig": {
|
|
49
48
|
"access": "public"
|
|
50
49
|
},
|
|
51
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "096c4e8fce80e9a509b0e1a30fda11736c4570e1"
|
|
52
51
|
}
|
package/CHANGELOG.md
DELETED