mirror of
https://github.com/alexgo-io/clarity-codegen.git
synced 2026-04-30 10:52:31 +08:00
feat: change contract principal decode default behavior to prefix address
This commit is contained in:
committed by
Zhigang Fang
parent
43e1821757
commit
d58885551d
14
package.json
14
package.json
@@ -15,19 +15,19 @@
|
||||
"build": "rm -rf lib && tsc -p tsconfig.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stacks/transactions": "^4.0.0",
|
||||
"@stacks/transactions": "^4.3.3",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/node": "^17.0.31",
|
||||
"@types/node": "^18.6.1",
|
||||
"@types/yargs": "^17.0.10",
|
||||
"prettier": "^2.6.2",
|
||||
"typescript": "^4.6.4"
|
||||
"prettier": "^2.7.1",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/stacks-blockchain-api-types": "^3.0.3",
|
||||
"@stacks/stacks-blockchain-api-types": "^4.1.0",
|
||||
"axios": "^0.27.2",
|
||||
"lodash": "^4.17.21",
|
||||
"yargs": "^17.4.1",
|
||||
"yqueue": "^1.0.0"
|
||||
"yargs": "^17.5.1",
|
||||
"yqueue": "^1.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@stacks/transactions": "*"
|
||||
|
||||
Reference in New Issue
Block a user