surgio 3.0.0-alpha.2 → 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 +2 -2
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.2",
4
+ "version": "3.0.0-alpha.3",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
7
7
  "bin": {
@@ -107,6 +107,7 @@
107
107
  "rimraf": "^4.4.1",
108
108
  "source-map-support": "^0.5.21",
109
109
  "type-fest": "^3.11.1",
110
+ "typescript": "^5.0.4",
110
111
  "update-notifier": "^5.1.0",
111
112
  "urlsafe-base64": "^1.0.0",
112
113
  "yaml": "^2.3.1",
@@ -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",