@cosmwasm/ts-codegen 1.8.1 → 1.9.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/cli.d.ts +0 -1
- package/commands/create-boilerplate.d.ts +0 -1
- package/commands/generate.d.ts +0 -1
- package/commands/install.d.ts +0 -1
- package/helpers/create-helpers.d.ts +0 -1
- package/package.json +3 -3
- package/utils/contracts.d.ts +0 -1
- package/utils/schemas.d.ts +1 -1
package/README.md
CHANGED
@@ -23,7 +23,7 @@ npm install @cosmwasm/ts-codegen
|
|
23
23
|
|
24
24
|
The quickest and easiest way to interact with CosmWasm Contracts. `@cosmwasm/ts-codegen` converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.
|
25
25
|
|
26
|
-
🎥 [Checkout our video playlist](https://
|
26
|
+
🎥 [Checkout our video playlist](https://cosmology.zone/learn/ts-codegen) to learn how to use `ts-codegen`!
|
27
27
|
## Table of contents
|
28
28
|
|
29
29
|
- [@cosmwasm/ts-codegen](#cosmwasmts-codegen)
|
package/cli.d.ts
CHANGED
package/commands/generate.d.ts
CHANGED
package/commands/install.d.ts
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cosmwasm/ts-codegen",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.9.0",
|
4
4
|
"description": "@cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.",
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
6
6
|
"homepage": "https://github.com/cosmwasm/ts-codegen",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"url": "https://github.com/cosmwasm/ts-codegen/issues"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
|
-
"@cosmjs/cosmwasm-stargate": "0.
|
38
|
+
"@cosmjs/cosmwasm-stargate": "0.32.3",
|
39
39
|
"ast-stringify": "0.1.0"
|
40
40
|
},
|
41
41
|
"dependencies": {
|
@@ -66,5 +66,5 @@
|
|
66
66
|
"smart contracts",
|
67
67
|
"codegen"
|
68
68
|
],
|
69
|
-
"gitHead": "
|
69
|
+
"gitHead": "f25cc410b30af114b6147e3fc264158b1976e362"
|
70
70
|
}
|
package/utils/contracts.d.ts
CHANGED
package/utils/schemas.d.ts
CHANGED