@polymarket/clob-client 5.0.1 → 5.1.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,96 +1,96 @@
1
1
  {
2
- "name": "@polymarket/clob-client",
3
- "description": "Typescript client for Polymarket's CLOB",
4
- "version": "5.0.1",
5
- "contributors": [
6
- {
7
- "name": "Jonathan Amenechi",
8
- "url": "https://github.com/JonathanAmenechi"
2
+ "name": "@polymarket/clob-client",
3
+ "description": "Typescript client for Polymarket's CLOB",
4
+ "version": "5.1.1",
5
+ "contributors": [
6
+ {
7
+ "name": "Jonathan Amenechi",
8
+ "url": "https://github.com/JonathanAmenechi"
9
+ },
10
+ {
11
+ "name": "Rodrigo Calvo",
12
+ "url": "https://github.com/poly-rodr"
13
+ },
14
+ {
15
+ "name": "Matt Walker",
16
+ "url": "https://github.com/mttwlkr"
17
+ },
18
+ {
19
+ "name": "Liam Kovatch",
20
+ "url": "https://github.com/l-kov"
21
+ },
22
+ {
23
+ "name": "Mike Shrieve",
24
+ "url": "https://github.com/mshrieve"
25
+ },
26
+ {
27
+ "name": "Danny Dresner",
28
+ "url": "https://github.com/ddresner-pm"
29
+ }
30
+ ],
31
+ "main": "dist/index.js",
32
+ "types": "dist/index.d.ts",
33
+ "type": "module",
34
+ "files": [
35
+ "/dist"
36
+ ],
37
+ "sideEffects": false,
38
+ "keywords": [
39
+ "blockchain",
40
+ "ethereum"
41
+ ],
42
+ "engines": {
43
+ "node": ">=20.10",
44
+ "yarn": ">=1"
9
45
  },
10
- {
11
- "name": "Rodrigo Calvo",
12
- "url": "https://github.com/poly-rodr"
46
+ "license": "MIT",
47
+ "scripts": {
48
+ "build": "make build",
49
+ "lint": "make lint",
50
+ "deploy": "yarn build && npm publish",
51
+ "test": "make test"
13
52
  },
14
- {
15
- "name": "Matt Walker",
16
- "url": "https://github.com/mttwlkr"
53
+ "dependencies": {
54
+ "@ethersproject/providers": "^5.7.2",
55
+ "@ethersproject/units": "^5.7.0",
56
+ "@ethersproject/wallet": "^5.7.0",
57
+ "@polymarket/builder-signing-sdk": "^0.0.8",
58
+ "@polymarket/order-utils": "^3.0.1",
59
+ "axios": "^1.0.0",
60
+ "browser-or-node": "^2.1.1",
61
+ "ethers": "^5.7.1",
62
+ "tslib": "^2.4.0"
17
63
  },
18
- {
19
- "name": "Liam Kovatch",
20
- "url": "https://github.com/l-kov"
64
+ "devDependencies": {
65
+ "@babel/core": "7.23.2",
66
+ "@babel/traverse": ">=7.23.2",
67
+ "@types/chai": "^4.3.3",
68
+ "@types/mocha": "^9.1.1",
69
+ "@types/node": "^22.19.1",
70
+ "@types/ws": "^8.5.3",
71
+ "@typescript-eslint/eslint-plugin": "^5.37.0",
72
+ "@typescript-eslint/parser": "^5.37.0",
73
+ "chai": "^4.3.6",
74
+ "dotenv": "^16.0.2",
75
+ "eslint": "^8.23.1",
76
+ "eslint-config-prettier": "^8.5.0",
77
+ "eslint-config-standard-with-typescript": "^23.0.0",
78
+ "eslint-plugin-import": "^2.26.0",
79
+ "eslint-plugin-n": "^15.2.5",
80
+ "eslint-plugin-node": "^11.1.0",
81
+ "eslint-plugin-promise": "^6.0.1",
82
+ "eslint-plugin-unused-imports": "^2.0.0",
83
+ "jsdom": "^20.0.0",
84
+ "jsdom-global": "^3.0.2",
85
+ "mocha": "^10.0.0",
86
+ "nyc": "^15.1.0",
87
+ "path": "^0.12.7",
88
+ "prettier": "^2.7.1",
89
+ "ts-mocha": "^10.0.0",
90
+ "typescript": "^5.9.3",
91
+ "ws": "^8.11.0"
21
92
  },
22
- {
23
- "name": "Mike Shrieve",
24
- "url": "https://github.com/mshrieve"
25
- },
26
- {
27
- "name": "Danny Dresner",
28
- "url": "https://github.com/ddresner-pm"
93
+ "resolutions": {
94
+ "@babel/traverse": ">=7.23.2"
29
95
  }
30
- ],
31
- "main": "dist/index.js",
32
- "types": "dist/index.d.ts",
33
- "type": "module",
34
- "files": [
35
- "/dist"
36
- ],
37
- "sideEffects": false,
38
- "keywords": [
39
- "blockchain",
40
- "ethereum"
41
- ],
42
- "engines": {
43
- "node": ">=20.10",
44
- "yarn": ">=1"
45
- },
46
- "license": "MIT",
47
- "dependencies": {
48
- "@ethersproject/providers": "^5.7.2",
49
- "@ethersproject/units": "^5.7.0",
50
- "@ethersproject/wallet": "^5.7.0",
51
- "@polymarket/builder-signing-sdk": "^0.0.8",
52
- "@polymarket/order-utils": "^3.0.1",
53
- "axios": "^1.0.0",
54
- "browser-or-node": "^2.1.1",
55
- "ethers": "^5.7.1",
56
- "tslib": "^2.4.0"
57
- },
58
- "devDependencies": {
59
- "@babel/core": "7.23.2",
60
- "@babel/traverse": ">=7.23.2",
61
- "@types/chai": "^4.3.3",
62
- "@types/mocha": "^9.1.1",
63
- "@types/node": "^22.19.1",
64
- "@types/ws": "^8.5.3",
65
- "@typescript-eslint/eslint-plugin": "^5.37.0",
66
- "@typescript-eslint/parser": "^5.37.0",
67
- "chai": "^4.3.6",
68
- "dotenv": "^16.0.2",
69
- "eslint": "^8.23.1",
70
- "eslint-config-prettier": "^8.5.0",
71
- "eslint-config-standard-with-typescript": "^23.0.0",
72
- "eslint-plugin-import": "^2.26.0",
73
- "eslint-plugin-n": "^15.2.5",
74
- "eslint-plugin-node": "^11.1.0",
75
- "eslint-plugin-promise": "^6.0.1",
76
- "eslint-plugin-unused-imports": "^2.0.0",
77
- "jsdom": "^20.0.0",
78
- "jsdom-global": "^3.0.2",
79
- "mocha": "^10.0.0",
80
- "nyc": "^15.1.0",
81
- "path": "^0.12.7",
82
- "prettier": "^2.7.1",
83
- "ts-mocha": "^10.0.0",
84
- "typescript": "^5.9.3",
85
- "ws": "^8.11.0"
86
- },
87
- "resolutions": {
88
- "@babel/traverse": ">=7.23.2"
89
- },
90
- "scripts": {
91
- "build": "make build",
92
- "lint": "make lint",
93
- "deploy": "yarn build && npm publish",
94
- "test": "make test"
95
- }
96
- }
96
+ }