Skip to content

Commit bd8a061

Browse files
committed
v0.3.0: removed self-referenced package.
1 parent 9ee1588 commit bd8a061

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensor-hq/tensor-tests-common",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Common TEST utility methods used by Tensor.",
55
"sideEffects": false,
66
"module": "./dist/esm/index.js",
@@ -30,7 +30,6 @@
3030
"@solana/spl-account-compression": "^0.2.0",
3131
"@solana/spl-token": "^0.3.9",
3232
"@tensor-hq/tensor-common": "^1.0.3",
33-
"@tensor-hq/tensor-tests-common": "^0.1.30",
3433
"@tensor-oss/tensorswap-sdk": "^2.0.6",
3534
"bs58": "^5.0.0",
3635
"chai-as-promised": "^7.1.1",

yarn.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ __metadata:
13721372
languageName: node
13731373
linkType: hard
13741374

1375-
"@tensor-hq/tensor-tests-common@^0.1.30, @tensor-hq/tensor-tests-common@workspace:.":
1375+
"@tensor-hq/tensor-tests-common@workspace:.":
13761376
version: 0.0.0-use.local
13771377
resolution: "@tensor-hq/tensor-tests-common@workspace:."
13781378
dependencies:
@@ -1387,7 +1387,6 @@ __metadata:
13871387
"@solana/spl-account-compression": ^0.2.0
13881388
"@solana/spl-token": ^0.3.9
13891389
"@tensor-hq/tensor-common": ^1.0.3
1390-
"@tensor-hq/tensor-tests-common": ^0.1.30
13911390
"@tensor-oss/tensorswap-sdk": ^2.0.6
13921391
"@types/chai": ^4.3.5
13931392
"@types/mocha": ^10.0.1

0 commit comments

Comments
 (0)