@cosmjs/cosmwasm-launchpad
Advanced tools
Comparing version 0.25.0-alpha.3 to 0.25.0
{ | ||
"name": "@cosmjs/cosmwasm-launchpad", | ||
"version": "0.25.0-alpha.3", | ||
"version": "0.25.0", | ||
"description": "CosmWasm SDK for Launchpad", | ||
@@ -28,3 +28,3 @@ "contributors": [ | ||
"format": "prettier --write --loglevel warn \"./src/**/*.ts\"", | ||
"format-text": "prettier --write --prose-wrap always --print-width 80 \"./*.md\"", | ||
"format-text": "prettier --write \"./*.md\"", | ||
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"", | ||
@@ -43,7 +43,7 @@ "lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix", | ||
"dependencies": { | ||
"@cosmjs/crypto": "^0.25.0-alpha.3", | ||
"@cosmjs/encoding": "^0.25.0-alpha.3", | ||
"@cosmjs/launchpad": "^0.25.0-alpha.3", | ||
"@cosmjs/math": "^0.25.0-alpha.3", | ||
"@cosmjs/utils": "^0.25.0-alpha.3", | ||
"@cosmjs/crypto": "^0.25.0", | ||
"@cosmjs/encoding": "^0.25.0", | ||
"@cosmjs/launchpad": "^0.25.0", | ||
"@cosmjs/math": "^0.25.0", | ||
"@cosmjs/utils": "^0.25.0", | ||
"pako": "^2.0.2" | ||
@@ -55,3 +55,3 @@ }, | ||
}, | ||
"gitHead": "1471bf018fd89c162dd334d92a6c79a270975e70" | ||
"gitHead": "1a396b8e7a0529cb1e5fad2e1b2a1cffd73da0cb" | ||
} |
@@ -22,4 +22,4 @@ # @cosmjs/cosmwasm-launchpad | ||
cd packages/cosmwasm-launchpad | ||
export HACKATOM_URL=https://github.com/CosmWasm/cosmwasm-launchpad/releases/download/v0.11.0-alpha4/hackatom.wasm | ||
echo "{\"// source\": \"$HACKATOM_URL\", \"data\": \"$(curl -sS --location $HACKATOM_URL | base64)\" }" | jq > src/testdata/contract.json | ||
export HACKATOM_URL=https://github.com/CosmWasm/cosmwasm/releases/download/v0.11.0-alpha4/hackatom.wasm | ||
echo "{\"// source\": \"$HACKATOM_URL\", \"data\": \"$(curl -sS --location $HACKATOM_URL | base64 | tr -d '[:space:]')\" }" | jq > src/testdata/contract.json | ||
``` | ||
@@ -26,0 +26,0 @@ |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
339157
1
Updated@cosmjs/crypto@^0.25.0
Updated@cosmjs/encoding@^0.25.0
Updated@cosmjs/launchpad@^0.25.0
Updated@cosmjs/math@^0.25.0
Updated@cosmjs/utils@^0.25.0