@theliem/xmarket-sdk 3.0.0 → 3.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theliem/xmarket-sdk",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "XMarket Prediction Market SDK for Solana",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -21,13 +21,6 @@
21
21
  "engines": {
22
22
  "node": ">=18"
23
23
  },
24
- "scripts": {
25
- "build": "tsup",
26
- "dev": "tsup --watch",
27
- "clean": "rm -rf dist",
28
- "typecheck": "tsc --noEmit",
29
- "prepublishOnly": "npm run build"
30
- },
31
24
  "dependencies": {
32
25
  "@coral-xyz/anchor": ">=0.29.0",
33
26
  "@solana/spl-token": "^0.4.0",
@@ -53,13 +46,10 @@
53
46
  "sdk"
54
47
  ],
55
48
  "license": "MIT",
56
- "packageManager": "pnpm@11.1.2",
57
- "pnpm": {
58
- "onlyBuiltDependencies": [
59
- "bigint-buffer",
60
- "bufferutil",
61
- "esbuild",
62
- "utf-8-validate"
63
- ]
49
+ "scripts": {
50
+ "build": "tsup",
51
+ "dev": "tsup --watch",
52
+ "clean": "rm -rf dist",
53
+ "typecheck": "tsc --noEmit"
64
54
  }
65
- }
55
+ }
@@ -816,27 +816,7 @@
816
816
  "writable": true
817
817
  },
818
818
  {
819
- "name": "clob_authority",
820
- "pda": {
821
- "seeds": [
822
- {
823
- "kind": "const",
824
- "value": [
825
- 99,
826
- 108,
827
- 111,
828
- 98,
829
- 95,
830
- 99,
831
- 111,
832
- 110,
833
- 102,
834
- 105,
835
- 103
836
- ]
837
- }
838
- ]
839
- }
819
+ "name": "fee_recipient"
840
820
  },
841
821
  {
842
822
  "name": "conditional_tokens_program",
@@ -1055,27 +1035,7 @@
1055
1035
  "writable": true
1056
1036
  },
1057
1037
  {
1058
- "name": "clob_authority",
1059
- "pda": {
1060
- "seeds": [
1061
- {
1062
- "kind": "const",
1063
- "value": [
1064
- 99,
1065
- 108,
1066
- 111,
1067
- 98,
1068
- 95,
1069
- 99,
1070
- 111,
1071
- 110,
1072
- 102,
1073
- 105,
1074
- 103
1075
- ]
1076
- }
1077
- ]
1078
- }
1038
+ "name": "fee_recipient"
1079
1039
  },
1080
1040
  {
1081
1041
  "name": "conditional_tokens_program",
@@ -1589,10 +1549,6 @@
1589
1549
  {
1590
1550
  "name": "usdc_transferred",
1591
1551
  "type": "u64"
1592
- },
1593
- {
1594
- "name": "fee",
1595
- "type": "u64"
1596
1552
  }
1597
1553
  ]
1598
1554
  }