Skip to content

Commit

Permalink
v0.1.7: move test_utils to here.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwu committed Nov 19, 2023
1 parent 4763c7b commit 27f1fcf
Show file tree
Hide file tree
Showing 10 changed files with 1,113 additions and 3,900 deletions.
2,391 changes: 167 additions & 2,224 deletions .pnp.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ npmScopes:
npmAlwaysAuth: true
npmAuthToken: "${GH_AUTH_TOKEN:-}"
npmPublishRegistry: "https://npm.pkg.github.com"
npmRegistryServer: "https://npm.pkg.github.com"

pnpMode: loose

Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensor-hq/tensor-tests-common",
"version": "0.1.0",
"version": "0.1.7",
"description": "Common TEST utility methods used by Tensor.",
"sideEffects": false,
"module": "./dist/esm/index.js",
Expand All @@ -23,14 +23,17 @@
"@coral-xyz/anchor": "^0.29.0",
"@metaplex-foundation/mpl-bubblegum": "^0.8.0",
"@metaplex-foundation/mpl-token-metadata": "^2.13.0",
"@msgpack/msgpack": "^3.0.0-beta2",
"@saberhq/solana-contrib": "^1.14.11",
"@solana/spl-account-compression": "^0.2.0",
"@solana/spl-token": "^0.3.9",
"@tensor-hq/tensor-common": "^0.19.9",
"@tensor-hq/tensor-common": "^1.0.3",
"@tensor-hq/tensorswap-ts": "^2.0.2",
"bs58": "^5.0.0",
"chai-as-promised": "^7.1.1",
"exponential-backoff": "^3.1.1",
"js-sha3": "^0.8.0"
"js-sha3": "^0.9.2",
"merkletreejs": "^0.3.11"
},
"devDependencies": {
"@metaplex-foundation/js": "^0.20.1",
Expand Down
Loading

0 comments on commit 27f1fcf

Please sign in to comment.