@jayfong/x-server 2.9.7 → 2.9.8
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayfong/x-server",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.8",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "lib/_cjs/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"bootstrap": "tyn --frozen-lockfile",
|
|
17
17
|
"build": "haoma compile",
|
|
18
18
|
"dev": "rm -rf lib && tsc -w -p ./tsconfig.build.json",
|
|
19
|
-
"release": "tyn test && standard-version -a && tyn build && npm publish && haoma run ./scripts/publish_client_helper_package.ts && git push --follow-tags origin master",
|
|
19
|
+
"release": "source proxy-use-trojan.sh && tyn test && standard-version -a && tyn build && npm publish && haoma run ./scripts/publish_client_helper_package.ts && git push --follow-tags origin master",
|
|
20
20
|
"test": "tsc --noEmit && jest",
|
|
21
21
|
"updeps": "tnpx npm-check-updates --target minor --upgrade"
|
|
22
22
|
},
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"cron": "^2.3.1",
|
|
47
47
|
"cuid": "^2.1.8",
|
|
48
48
|
"debug": "^4.3.4",
|
|
49
|
-
"esbuild": "^0.
|
|
50
|
-
"esbuild-register": "^3.
|
|
49
|
+
"esbuild": "^0.18.11",
|
|
50
|
+
"esbuild-register": "^3.4.2",
|
|
51
51
|
"execa": "^5.1.1",
|
|
52
52
|
"exit-hook": "^2.2.1",
|
|
53
53
|
"fast-xml-parser": "^4.2.5",
|