chore: bump version for clarity codegen

This commit is contained in:
Kyle Fang
2024-11-28 05:23:17 +00:00
parent f4e47bb84f
commit ef7caab4b4
2 changed files with 10 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{ {
"packageManager": "pnpm@9.4.0", "packageManager": "pnpm@9.4.0",
"version": "2.2.0-beta.0", "version": "3.0.0-beta.1",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@@ -51,7 +51,7 @@
} }
], ],
"dependencies": { "dependencies": {
"clarity-codegen": "^0.5.2" "clarity-codegen": "1.0.0-beta.1"
}, },
"peerDependencies": { "peerDependencies": {
"@stacks/network": "^7.0.2", "@stacks/network": "^7.0.2",

14
pnpm-lock.yaml generated
View File

@@ -9,8 +9,8 @@ importers:
.: .:
dependencies: dependencies:
clarity-codegen: clarity-codegen:
specifier: ^0.5.2 specifier: 1.0.0-beta.1
version: 0.5.2(@stacks/transactions@7.0.2) version: 1.0.0-beta.1(@stacks/common@7.0.2)(@stacks/transactions@7.0.2)
devDependencies: devDependencies:
'@size-limit/preset-small-lib': '@size-limit/preset-small-lib':
specifier: ^8.2.4 specifier: ^8.2.4
@@ -1820,11 +1820,12 @@ packages:
cjs-module-lexer@1.3.1: cjs-module-lexer@1.3.1:
resolution: {integrity: sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==} resolution: {integrity: sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==}
clarity-codegen@0.5.2: clarity-codegen@1.0.0-beta.1:
resolution: {integrity: sha512-t0uvboeZTII7n2lgobAxcQnhyjXwbUKYdUKJA3yjoaOXPvtr5i2zFV7H1E6ZeDMfqd3vIksMPvpdFfXum9SoNQ==} resolution: {integrity: sha512-cEyEpOoR3xnTMmGWxycWFH0+Xgmuyhw3ueydg5TFeap1ZXh4/aoxqYIg7JwALlv09wZv/JXe3H+yodMra31pDQ==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
'@stacks/transactions': '*' '@stacks/common': ^7.0.2
'@stacks/transactions': ^7.0.2
clean-stack@2.2.0: clean-stack@2.2.0:
resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==}
@@ -6258,8 +6259,9 @@ snapshots:
cjs-module-lexer@1.3.1: {} 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: dependencies:
'@stacks/common': 7.0.2
'@stacks/stacks-blockchain-api-types': 7.11.0 '@stacks/stacks-blockchain-api-types': 7.11.0
'@stacks/transactions': 7.0.2 '@stacks/transactions': 7.0.2
axios: 1.7.2 axios: 1.7.2