Skip to content

Commit 75d6578

Browse files
committed
chore: update dependencies in SDK package.json and pnpm-lock.yaml to include buffer and ensure correct versioning for script-composer-pack
1 parent bd06004 commit 75d6578

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

packages/sdk/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@
3737
"author": "",
3838
"license": "ISC",
3939
"peerDependencies": {
40-
"@aptos-labs/ts-sdk": "^3.0.0 || ^4.0.0 || ^5.0.0"
40+
"@aptos-labs/script-composer-pack": "^0.2.0",
41+
"@aptos-labs/ts-sdk": "^3.0.0 || ^4.0.0 || ^5.0.0",
42+
"buffer": "^6.0.3"
4143
},
4244
"devDependencies": {
45+
"@aptos-labs/script-composer-pack": "^0.2.0",
4346
"@eslint/js": "9.36.0",
4447
"@typescript-eslint/eslint-plugin": "8.44.1",
4548
"@typescript-eslint/parser": "8.44.1",
@@ -50,8 +53,5 @@
5053
"tsup": "8.5.0",
5154
"typescript": "5.8.3",
5255
"vitest": "3.2.4"
53-
},
54-
"dependencies": {
55-
"@aptos-labs/script-composer-pack": "0.2.0"
5656
}
5757
}

pnpm-lock.yaml

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)