@swimmingliu/autovpn 1.4.1 → 1.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swimmingliu/autovpn",
3
- "version": "1.4.1",
3
+ "version": "1.5.0",
4
4
  "description": "npm wrapper for the AutoVPN headless CLI",
5
5
  "type": "module",
6
6
  "repository": {
@@ -21,14 +21,14 @@
21
21
  "access": "public"
22
22
  },
23
23
  "scripts": {
24
- "build": "tsc -p tsconfig.json",
24
+ "build": "tsc -p tsconfig.json && node scripts/copy-web-assets.mjs",
25
25
  "prepack": "npm run build",
26
- "test": "npm run build && node --test test/*.test.mjs test/parity/*.test.mjs test/jobs/*.test.mjs test/pipeline/*.test.mjs test/runtime/*.test.mjs"
26
+ "test": "npm run build && node --test test/*.test.mjs test/doctor/*.test.mjs test/parity/*.test.mjs test/jobs/*.test.mjs test/pipeline/*.test.mjs test/runtime/*.test.mjs test/server/*.test.mjs"
27
27
  },
28
28
  "engines": {
29
29
  "node": ">=22.5.0"
30
30
  },
31
- "license": "UNLICENSED",
31
+ "license": "AGPL-3.0-only",
32
32
  "devDependencies": {
33
33
  "@types/node": "^24.0.0",
34
34
  "typescript": "^5.9.2"