mirror of
https://github.com/alexgo-io/alex-sdk.git
synced 2026-01-12 06:14:21 +08:00
chore: bump version for clarity codegen
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"packageManager": "pnpm@9.4.0",
|
||||
"version": "2.2.0-beta.0",
|
||||
"version": "3.0.0-beta.1",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
@@ -51,7 +51,7 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"clarity-codegen": "^0.5.2"
|
||||
"clarity-codegen": "1.0.0-beta.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@stacks/network": "^7.0.2",
|
||||
|
||||
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
@@ -9,8 +9,8 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
clarity-codegen:
|
||||
specifier: ^0.5.2
|
||||
version: 0.5.2(@stacks/transactions@7.0.2)
|
||||
specifier: 1.0.0-beta.1
|
||||
version: 1.0.0-beta.1(@stacks/common@7.0.2)(@stacks/transactions@7.0.2)
|
||||
devDependencies:
|
||||
'@size-limit/preset-small-lib':
|
||||
specifier: ^8.2.4
|
||||
@@ -1820,11 +1820,12 @@ packages:
|
||||
cjs-module-lexer@1.3.1:
|
||||
resolution: {integrity: sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==}
|
||||
|
||||
clarity-codegen@0.5.2:
|
||||
resolution: {integrity: sha512-t0uvboeZTII7n2lgobAxcQnhyjXwbUKYdUKJA3yjoaOXPvtr5i2zFV7H1E6ZeDMfqd3vIksMPvpdFfXum9SoNQ==}
|
||||
clarity-codegen@1.0.0-beta.1:
|
||||
resolution: {integrity: sha512-cEyEpOoR3xnTMmGWxycWFH0+Xgmuyhw3ueydg5TFeap1ZXh4/aoxqYIg7JwALlv09wZv/JXe3H+yodMra31pDQ==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@stacks/transactions': '*'
|
||||
'@stacks/common': ^7.0.2
|
||||
'@stacks/transactions': ^7.0.2
|
||||
|
||||
clean-stack@2.2.0:
|
||||
resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==}
|
||||
@@ -6258,8 +6259,9 @@ snapshots:
|
||||
|
||||
cjs-module-lexer@1.3.1: {}
|
||||
|
||||
clarity-codegen@0.5.2(@stacks/transactions@7.0.2):
|
||||
clarity-codegen@1.0.0-beta.1(@stacks/common@7.0.2)(@stacks/transactions@7.0.2):
|
||||
dependencies:
|
||||
'@stacks/common': 7.0.2
|
||||
'@stacks/stacks-blockchain-api-types': 7.11.0
|
||||
'@stacks/transactions': 7.0.2
|
||||
axios: 1.7.2
|
||||
|
||||
Reference in New Issue
Block a user