@agoric/create-dapp 0.1.1-getting-started-dev-e15fc21.0 → 0.1.1-u14.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/CHANGELOG.md CHANGED
@@ -2,3 +2,20 @@
2
2
 
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
+
6
+ ### 0.1.1-u14.0 (2024-02-27)
7
+
8
+
9
+ ### Features
10
+
11
+ * **create-dapp:** `npm create @agoric/dapp ...` uses `agoric init` ([8525a4f](https://github.com/Agoric/agoric-sdk/commit/8525a4f247a6f21752904c69cd5730926e9daba0))
12
+
13
+
14
+
15
+ ## 0.1.0 (2023-11-13)
16
+
17
+ Initial release
18
+
19
+ ### Features
20
+
21
+ - Provides a `create @agoric/dapp` command that can be used with yarn/npm/pnpm
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/documentation/getting-started/) for information.
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-getting-started-dev-e15fc21.0+e15fc21",
3
+ "version": "0.1.1-u14.0",
4
4
  "description": "Create an Agoric Javascript smart contract application",
5
5
  "type": "module",
6
6
  "bin": {
@@ -21,11 +21,10 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "ava": "^5.2.0",
24
- "c8": "^7.13.0",
25
- "dd-trace": "^3.3.0"
24
+ "c8": "^7.13.0"
26
25
  },
27
26
  "dependencies": {
28
- "agoric": "0.21.2-getting-started-dev-e15fc21.0+e15fc21"
27
+ "agoric": "^0.22.0-u14.0"
29
28
  },
30
29
  "keywords": [],
31
30
  "repository": {
@@ -48,5 +47,5 @@
48
47
  "publishConfig": {
49
48
  "access": "public"
50
49
  },
51
- "gitHead": "e15fc21cb67e9e853d9c09f14fb334f9c4cc50b4"
50
+ "gitHead": "b3a6f3374cb3bddab39fc6d6f426429cae6c29c6"
52
51
  }