Skip to content

Commit 27f1fcf

Browse files
committed
v0.1.7: move test_utils to here.
1 parent 4763c7b commit 27f1fcf

File tree

10 files changed

+1113
-3900
lines changed

10 files changed

+1113
-3900
lines changed

.pnp.cjs

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

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ npmScopes:
55
npmAlwaysAuth: true
66
npmAuthToken: "${GH_AUTH_TOKEN:-}"
77
npmPublishRegistry: "https://npm.pkg.github.com"
8+
npmRegistryServer: "https://npm.pkg.github.com"
89

910
pnpMode: loose
1011

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensor-hq/tensor-tests-common",
3-
"version": "0.1.0",
3+
"version": "0.1.7",
44
"description": "Common TEST utility methods used by Tensor.",
55
"sideEffects": false,
66
"module": "./dist/esm/index.js",
@@ -23,14 +23,17 @@
2323
"@coral-xyz/anchor": "^0.29.0",
2424
"@metaplex-foundation/mpl-bubblegum": "^0.8.0",
2525
"@metaplex-foundation/mpl-token-metadata": "^2.13.0",
26+
"@msgpack/msgpack": "^3.0.0-beta2",
2627
"@saberhq/solana-contrib": "^1.14.11",
2728
"@solana/spl-account-compression": "^0.2.0",
2829
"@solana/spl-token": "^0.3.9",
29-
"@tensor-hq/tensor-common": "^0.19.9",
30+
"@tensor-hq/tensor-common": "^1.0.3",
31+
"@tensor-hq/tensorswap-ts": "^2.0.2",
3032
"bs58": "^5.0.0",
3133
"chai-as-promised": "^7.1.1",
3234
"exponential-backoff": "^3.1.1",
33-
"js-sha3": "^0.8.0"
35+
"js-sha3": "^0.9.2",
36+
"merkletreejs": "^0.3.11"
3437
},
3538
"devDependencies": {
3639
"@metaplex-foundation/js": "^0.20.1",

0 commit comments

Comments
 (0)