Skip to content

Commit

Permalink
v0.3.0: removed self-referenced package.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwu committed Dec 18, 2023
1 parent 9ee1588 commit bd8a061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 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.2.0",
"version": "0.3.0",
"description": "Common TEST utility methods used by Tensor.",
"sideEffects": false,
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -30,7 +30,6 @@
"@solana/spl-account-compression": "^0.2.0",
"@solana/spl-token": "^0.3.9",
"@tensor-hq/tensor-common": "^1.0.3",
"@tensor-hq/tensor-tests-common": "^0.1.30",
"@tensor-oss/tensorswap-sdk": "^2.0.6",
"bs58": "^5.0.0",
"chai-as-promised": "^7.1.1",
Expand Down
3 changes: 1 addition & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ __metadata:
languageName: node
linkType: hard

"@tensor-hq/tensor-tests-common@^0.1.30, @tensor-hq/tensor-tests-common@workspace:.":
"@tensor-hq/tensor-tests-common@workspace:.":
version: 0.0.0-use.local
resolution: "@tensor-hq/tensor-tests-common@workspace:."
dependencies:
Expand All @@ -1387,7 +1387,6 @@ __metadata:
"@solana/spl-account-compression": ^0.2.0
"@solana/spl-token": ^0.3.9
"@tensor-hq/tensor-common": ^1.0.3
"@tensor-hq/tensor-tests-common": ^0.1.30
"@tensor-oss/tensorswap-sdk": ^2.0.6
"@types/chai": ^4.3.5
"@types/mocha": ^10.0.1
Expand Down

0 comments on commit bd8a061

Please sign in to comment.