@neutral-trade/sdk 2.0.0 → 2.0.2

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.mts CHANGED
@@ -47,6 +47,8 @@ declare enum DevnetVaultId {
47
47
  * Auto-generated from the vault registry JSON.
48
48
  */
49
49
  declare enum VaultId {
50
+ /** SPRMCY-USDC-Bundle */
51
+ sprmcy_usdc_bundle_84 = 84,
50
52
  /** CTA-C-USDC-Bundle */
51
53
  cta_c_usdc_bundle_83 = 83,
52
54
  /** Nexus-USDC-Bundle */
package/dist/index.mjs CHANGED
@@ -58,6 +58,8 @@ let DevnetVaultId = /* @__PURE__ */ function(DevnetVaultId$1) {
58
58
  * Auto-generated from the vault registry JSON.
59
59
  */
60
60
  let VaultId = /* @__PURE__ */ function(VaultId$1) {
61
+ /** SPRMCY-USDC-Bundle */
62
+ VaultId$1[VaultId$1["sprmcy_usdc_bundle_84"] = 84] = "sprmcy_usdc_bundle_84";
61
63
  /** CTA-C-USDC-Bundle */
62
64
  VaultId$1[VaultId$1["cta_c_usdc_bundle_83"] = 83] = "cta_c_usdc_bundle_83";
63
65
  /** Nexus-USDC-Bundle */
@@ -330,6 +332,16 @@ var vaults_devnet_default = [
330
332
  //#endregion
331
333
  //#region src/registry/vaults.json
332
334
  var vaults_default = [
335
+ {
336
+ "vaultId": 84,
337
+ "name": "SPRMCY-USDC-Bundle",
338
+ "type": "Bundle",
339
+ "category": "Market Neutral",
340
+ "vaultAddress": "7epzfBXkMkLFdBXdmicm6GWiyjFvDxNGduLGyYokLkws",
341
+ "depositToken": "USDC",
342
+ "pointsMultiplier": 1,
343
+ "pointsEnabled": false
344
+ },
333
345
  {
334
346
  "vaultId": 83,
335
347
  "name": "CTA-C-USDC-Bundle",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@neutral-trade/sdk",
3
3
  "type": "module",
4
- "version": "2.0.0",
4
+ "version": "2.0.2",
5
5
  "description": "Neutral Trade vault registry and Codama-generated ntbundle client for @solana/kit",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/neutral-trade/sdk#readme",
@@ -39,32 +39,32 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@solana/program-client-core": "^6.10.0",
42
- "zod": "^4.3.5"
42
+ "zod": "^4.5.4"
43
43
  },
44
44
  "devDependencies": {
45
- "@antfu/eslint-config": "^6.6.1",
46
- "@antfu/ni": "^28.0.0",
45
+ "@antfu/eslint-config": "^6.7.3",
46
+ "@antfu/ni": "^28.3.0",
47
47
  "@antfu/utils": "^9.3.0",
48
48
  "@solana/kit": "^6.10.0",
49
- "@types/chai": "^5.2.2",
50
- "@types/node": "^25.0.1",
51
- "baseline-browser-mapping": "^2.10.27",
52
- "bumpp": "^10.3.2",
53
- "chai": "^5.2.0",
54
- "dotenv": "^17.2.3",
55
- "eslint": "^9.39.2",
56
- "lint-staged": "^16.2.7",
57
- "publint": "^0.3.16",
58
- "simple-git-hooks": "^2.13.1",
59
- "tinyexec": "^1.0.2",
60
- "tsdown": "^0.17.3",
61
- "tsx": "^4.21.0",
62
- "typedoc": "^0.28.16",
49
+ "@types/chai": "^5.2.3",
50
+ "@types/node": "^25.9.5",
51
+ "baseline-browser-mapping": "^2.11.21",
52
+ "bumpp": "^10.4.1",
53
+ "chai": "^5.3.3",
54
+ "dotenv": "^17.4.2",
55
+ "eslint": "^9.39.5",
56
+ "lint-staged": "^16.4.0",
57
+ "publint": "^0.3.24",
58
+ "simple-git-hooks": "^2.14.0",
59
+ "tinyexec": "^1.3.1",
60
+ "tsdown": "^0.17.4",
61
+ "tsx": "^4.23.13",
62
+ "typedoc": "^0.28.20",
63
63
  "typescript": "^5.9.3",
64
- "vite": "^7.2.7",
65
- "vitest": "^4.0.15",
64
+ "vite": "^7.3.6",
65
+ "vitest": "^4.1.11",
66
66
  "vitest-package-exports": "^0.1.1",
67
- "yaml": "^2.8.2"
67
+ "yaml": "^2.9.0"
68
68
  },
69
69
  "simple-git-hooks": {
70
70
  "pre-commit": "pnpm i --frozen-lockfile --ignore-scripts --offline && npx lint-staged"