done.zone 0.1.18 → 0.1.23

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  TypeScript declarations for authoring Done smart contracts with first-class editor support.
4
4
 
5
- These types are generated by the `cw-js` build script. Run:
5
+ These types are generated by the `cw-js` build script.
6
+
7
+ Run:
6
8
 
7
9
  ```sh
8
10
  cargo build -p cw-js --features ts-bindings
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "done.zone",
3
- "version": "0.1.18",
3
+ "version": "0.1.23",
4
4
  "description": "Type declarations for Done smart contract authors.",
5
5
  "type": "module",
6
6
  "types": "index.d.ts",