@katanaperps/katana-perps-sdk 2.1.0-beta.5 → 2.1.0-beta.6
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 +12 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@katanaperps/katana-perps-sdk",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.6",
|
|
4
4
|
"description": "Katana Perps SDK for Javascript in the browser and Node.js",
|
|
5
5
|
"repository": "git@github.com:katanaperps/katana-perps-sdk-js.git",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
"chai v5",
|
|
13
13
|
"esm-only"
|
|
14
14
|
],
|
|
15
|
-
[
|
|
16
|
-
"eslint v9",
|
|
17
|
-
"due to eslint-plugin-import not supporting flat config or ts path resolution"
|
|
18
|
-
],
|
|
19
15
|
[
|
|
20
16
|
"ethers",
|
|
21
17
|
"keep in sync with other repos"
|
|
@@ -109,7 +105,7 @@
|
|
|
109
105
|
"lint:types": "yarn exec tsc --noEmit",
|
|
110
106
|
"on:commit": "npm-run-all build test --parallel lint:fix:staged lint:types --",
|
|
111
107
|
"orderbook:demo": "yarn node dist/orderbook/demo.js",
|
|
112
|
-
"
|
|
108
|
+
"prepare": "git config --local core.hooksPath .githooks || echo 'Not a git repository, did not set up git hooks'",
|
|
113
109
|
"prettier:fix": "yarn exec prettier --cache --write 'src/**/*.ts'",
|
|
114
110
|
"prettier:fix:staged": "yarn exec pretty-quick --staged",
|
|
115
111
|
"start:path": "yarn exec tsx --tsconfig tsconfig.tsx.json --",
|
|
@@ -167,7 +163,7 @@
|
|
|
167
163
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
168
164
|
"eslint-config-prettier": "^9.1.0",
|
|
169
165
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
170
|
-
"eslint-plugin-import": "
|
|
166
|
+
"eslint-plugin-import": "^2.32.0",
|
|
171
167
|
"eslint-plugin-prettier": "^5.5.1",
|
|
172
168
|
"eslint-plugin-promise": "^6.1.1",
|
|
173
169
|
"globals": "^15.2.0",
|
|
@@ -196,5 +192,13 @@
|
|
|
196
192
|
"optionalDependencies": {
|
|
197
193
|
"bufferutil": "^4.0.8"
|
|
198
194
|
},
|
|
199
|
-
"
|
|
195
|
+
"dependenciesMeta": {
|
|
196
|
+
"bufferutil": {
|
|
197
|
+
"built": true
|
|
198
|
+
},
|
|
199
|
+
"esbuild": {
|
|
200
|
+
"built": true
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"packageManager": "yarn@4.14.1"
|
|
200
204
|
}
|