@quartz-labs/sdk 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quartz-labs/sdk",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "SDK for interacting with the Quartz Protocol",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "lint": "yarn biome lint --write",
12
12
  "build": "yarn install && yarn lint && tsc -p tsconfig.json",
13
13
  "test": "yarn node --experimental-vm-modules $(yarn bin jest)",
14
- "deploy": "yarn build && yarn test && npm publish"
14
+ "deploy": "yarn build && yarn test && yarn publish"
15
15
  },
16
16
  "type": "module",
17
17
  "exports": {
@@ -51,11 +51,10 @@
51
51
  "@jup-ag/api": "^6.0.30",
52
52
  "@pythnetwork/pyth-solana-receiver": "^0.8.2",
53
53
  "@solana/spl-token": "^0.4.9",
54
- "@solana/web3.js": "^1.95.8",
55
54
  "fastestsmallesttextencoderdecoder": "^1.0.22",
56
55
  "solana-bankrun": "^0.2.0"
57
56
  },
58
- "resolutions": {
57
+ "peerDependencies": {
59
58
  "rpc-websockets": "^9.0.2",
60
59
  "@solana/web3.js": "^1.95.8"
61
60
  }