Skip to content

Commit

Permalink
fixed and published new ts sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Apr 18, 2024
1 parent c38dd93 commit 8108a34
Show file tree
Hide file tree
Showing 35 changed files with 68,174 additions and 49,114 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
"mantis/node",
"mantis/blackbox_rs",
]
exclude = ["contracts/cosmwasm/node_modules/", "contracts/cosmwasm/dist"]
exclude = ["contracts/cosmwasm/node_modules/", "contracts/cosmwasm/dist", "contracts/cosmwasm/schema",]
resolver = "2"
package.version = "0.4.0"

Expand Down
4 changes: 2 additions & 2 deletions contracts/cosmwasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions contracts/cosmwasm/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "cvm-cw-types",
"version": "0.3.0",
"version": "0.4.0",
"description": "Composable VM CosmWasm types and client",
"files": [
"dist/**/*"
],
"scripts": {
"build-cvm-runtime": "cosmwasm-ts-codegen generate --plugin client --schema ../../schema --no-bundle --out dist/cw-cvm-runtime/ --name cw-cvm-runtime && cp --recursive schema/* dist/cw-cvm-runtime/ ",
"build-cw-cvm-executor": "cosmwasm-ts-codegen generate --plugin client --schema ../../schema --no-bundle --out dist/cw-cvm-executor/ --name cw-cvm-executor && cp --recursive schema/* dist/cw-cvm-executor/",
"build-cvm-runtime": "cosmwasm-ts-codegen generate --plugin client --schema ./schema --no-bundle --out dist/cw-cvm-runtime/ --name cw-cvm-runtime && cp --recursive schema/* dist/cw-cvm-runtime/ ",
"build-cw-cvm-executor": "cosmwasm-ts-codegen generate --plugin client --schema ./schema --no-bundle --out dist/cw-cvm-executor/ --name cw-cvm-executor && cp --recursive schema/* dist/cw-cvm-executor/",
"build-cw-mantis-order": "cosmwasm-ts-codegen generate --plugin client --schema ./schema --no-bundle --out ./dist/cw-mantis-order --name cw-mantis-order && cp --recursive schema/* dist/cw-mantis-order/"
},
"type": "module",
Expand Down
Loading

0 comments on commit 8108a34

Please sign in to comment.