surgio 3.0.0-alpha.1 → 3.0.0-alpha.3

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "surgio",
3
3
  "description": "Generating rules for Surge, Clash, Quantumult like a PRO",
4
- "version": "3.0.0-alpha.1",
4
+ "version": "3.0.0-alpha.3",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
7
7
  "bin": {
@@ -76,6 +76,7 @@
76
76
  "@surgio/eslint-config-surgio": "^1.0.5",
77
77
  "@surgio/logger": "^1.2.1",
78
78
  "@types/eslint": "^8.40.0",
79
+ "@typescript-eslint/parser": "^5.59.8",
79
80
  "agentkeepalive": "^4.3.0",
80
81
  "ali-oss": "^6.17.1",
81
82
  "bluebird": "^3.7.2",
@@ -106,6 +107,7 @@
106
107
  "rimraf": "^4.4.1",
107
108
  "source-map-support": "^0.5.21",
108
109
  "type-fest": "^3.11.1",
110
+ "typescript": "^5.0.4",
109
111
  "update-notifier": "^5.1.0",
110
112
  "urlsafe-base64": "^1.0.0",
111
113
  "yaml": "^2.3.1",
@@ -134,7 +136,6 @@
134
136
  "@types/sinon": "^10.0.15",
135
137
  "@types/urlsafe-base64": "^1.0.28",
136
138
  "@typescript-eslint/eslint-plugin": "^5.59.8",
137
- "@typescript-eslint/parser": "^5.59.8",
138
139
  "@vuepress/client": "2.0.0-beta.62",
139
140
  "@vuepress/plugin-docsearch": "2.0.0-beta.62",
140
141
  "@vuepress/plugin-google-analytics": "2.0.0-beta.62",
@@ -163,7 +164,6 @@
163
164
  "sass": "^1.62.1",
164
165
  "sinon": "^15.1.0",
165
166
  "ts-node": "^10.9.1",
166
- "typescript": "^5.0.4",
167
167
  "vue": "^3.3.4",
168
168
  "vuepress": "2.0.0-beta.62",
169
169
  "vuepress-plugin-sitemap2": "2.0.0-beta.205",