surgio 3.7.0-beta.1 → 3.7.0

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 +14 -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.7.0-beta.1",
4
+ "version": "3.7.0",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
7
7
  "bin": {
@@ -146,11 +146,15 @@
146
146
  "@types/urlsafe-base64": "^1.0.31",
147
147
  "@typescript-eslint/eslint-plugin": "^7",
148
148
  "@typescript-eslint/parser": "^7",
149
- "@vuepress/bundler-vite": "2.0.0-rc.7",
149
+ "@vuepress/bundler-vite": "2.0.0-rc.9",
150
150
  "@vuepress/client": "2.0.0-rc.9",
151
+ "@vuepress/core": "2.0.0-rc.9",
152
+ "@vuepress/markdown": "2.0.0-rc.9",
151
153
  "@vuepress/plugin-docsearch": "2.0.0-rc.26",
152
154
  "@vuepress/plugin-google-analytics": "2.0.0-rc.21",
153
155
  "@vuepress/plugin-register-components": "2.0.0-rc.21",
156
+ "@vuepress/plugin-sitemap": "2.0.0-rc.26",
157
+ "@vuepress/shared": "2.0.0-rc.9",
154
158
  "@vuepress/theme-default": "2.0.0-rc.26",
155
159
  "@vuepress/utils": "2.0.0-rc.9",
156
160
  "ava": "^5.3.1",
@@ -173,14 +177,21 @@
173
177
  "nyc": "^15.1.0",
174
178
  "prettier": "^2.8.8",
175
179
  "sass": "^1.71.1",
180
+ "search-insights": ">=1.0.0 <3.0.0-0",
176
181
  "sinon": "^15.2.0",
177
182
  "ts-node": "^10.9.2",
178
183
  "typescript": "^5.3.3",
179
184
  "vue": "^3.4.21",
180
185
  "vuepress": "2.0.0-rc.9",
181
- "vuepress-plugin-sitemap2": "2.0.0-rc.16",
182
186
  "vuepress-plugin-umami-analytics": "^1.8.1"
183
187
  },
188
+ "resolutions": {
189
+ "@vuepress/client": "2.0.0-rc.9",
190
+ "@vuepress/core": "2.0.0-rc.9",
191
+ "@vuepress/markdown": "2.0.0-rc.9",
192
+ "@vuepress/utils": "2.0.0-rc.9",
193
+ "vuepress": "2.0.0-rc.9"
194
+ },
184
195
  "ava": {
185
196
  "failFast": false,
186
197
  "timeout": "30s",