@quartz-labs/sdk 0.0.15 → 0.0.16

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.
package/dist/index.d.ts CHANGED
@@ -1,6 +1,8 @@
1
+ import pkg, { type BN } from "@coral-xyz/anchor";
2
+ declare const Wallet: typeof pkg.Wallet;
3
+ export { Wallet, type BN };
1
4
  export { QuartzClient } from "./client.js";
2
5
  export { QuartzUser } from "./user.js";
3
- export { Wallet, BN } from "@coral-xyz/anchor";
4
6
  export * from "./config/constants.js";
5
7
  export * from "./utils/helpers.js";
6
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACvC,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,mBAAmB,CAAC;AAC/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,EAAE,EAAE,KAAK,EAAE,EAAE,MAAM,mBAAmB,CAAC;AACjD,QAAA,MAAQ,MAAM,mBAAQ,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC;AAE3B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC"}
package/dist/index.js CHANGED
@@ -1,6 +1,8 @@
1
+ import pkg, {} from "@coral-xyz/anchor";
2
+ const { Wallet } = pkg;
3
+ export { Wallet };
1
4
  export { QuartzClient } from "./client.js";
2
5
  export { QuartzUser } from "./user.js";
3
- export { Wallet, BN } from "@coral-xyz/anchor";
4
6
  export * from "./config/constants.js";
5
7
  export * from "./utils/helpers.js";
6
8
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACvC,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,mBAAmB,CAAC;AAC/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,EAAE,EAAW,MAAM,mBAAmB,CAAC;AACjD,MAAM,EAAE,MAAM,EAAE,GAAG,GAAG,CAAC;AACvB,OAAO,EAAE,MAAM,EAAW,CAAC;AAE3B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quartz-labs/sdk",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "SDK for interacting with the Quartz Protocol",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -53,7 +53,7 @@
53
53
  "@solana/spl-token": "^0.4.9"
54
54
  },
55
55
  "peerDependencies": {
56
- "rpc-websockets": "^9.0.2",
57
- "@solana/web3.js": "^1.95.8"
56
+ "@solana/web3.js": "^1.95.8",
57
+ "rpc-websockets": "^9.0.2"
58
58
  }
59
59
  }