@serwist/cli 10.0.0-preview.1 → 10.0.0-preview.11

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/dist/app.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,MAAM,CAAC;AAGjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAyC/C,eAAO,MAAM,GAAG,WAAkB,UAAU,CAAC,cAAc,CAAC,KAAG,OAAO,CAAC,IAAI,CAiF1E,CAAC"}
1
+ {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,MAAM,CAAC;AAGjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAyC/C,eAAO,MAAM,GAAG,GAAU,QAAQ,UAAU,CAAC,cAAc,CAAC,KAAG,OAAO,CAAC,IAAI,CAiF1E,CAAC"}
package/dist/bin.js CHANGED
@@ -81,7 +81,7 @@ const askRootOfWebApp = async ()=>{
81
81
  }
82
82
  ]
83
83
  });
84
- let manualDirectoryInput = undefined;
84
+ let manualDirectoryInput;
85
85
  if (globDirectory === manualEntryChoice) {
86
86
  manualDirectoryInput = await input({
87
87
  message: "Please enter the path to the root of your web app:"
@@ -1 +1 @@
1
- {"version":3,"file":"cleanup-stack-trace.d.ts","sourceRoot":"","sources":["../../src/lib/cleanup-stack-trace.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,iBAAiB,UAAW,KAAK,cAAc,MAAM,KAAG,MAiBpE,CAAC"}
1
+ {"version":3,"file":"cleanup-stack-trace.d.ts","sourceRoot":"","sources":["../../src/lib/cleanup-stack-trace.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,iBAAiB,GAAI,OAAO,KAAK,EAAE,YAAY,MAAM,KAAG,MAiBpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"read-config.d.ts","sourceRoot":"","sources":["../../src/lib/read-config.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAE5D,eAAO,MAAM,UAAU,eAAsB,MAAM,KAAG,OAAO,CAAC,qBAAqB,CAElF,CAAC"}
1
+ {"version":3,"file":"read-config.d.ts","sourceRoot":"","sources":["../../src/lib/read-config.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAE5D,eAAO,MAAM,UAAU,GAAU,YAAY,MAAM,KAAG,OAAO,CAAC,qBAAqB,CAElF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serwist/cli",
3
- "version": "10.0.0-preview.1",
3
+ "version": "10.0.0-preview.11",
4
4
  "type": "module",
5
5
  "description": "The command line interface of Serwist.",
6
6
  "files": [
@@ -17,7 +17,7 @@
17
17
  "cli"
18
18
  ],
19
19
  "engines": {
20
- "node": ">=18.0.0"
20
+ "node": ">=20.0.0"
21
21
  },
22
22
  "author": "Google's Web DevRel Team",
23
23
  "contributors": [
@@ -31,31 +31,32 @@
31
31
  "serwist": "cli.js"
32
32
  },
33
33
  "dependencies": {
34
- "@inquirer/prompts": "7.3.2",
34
+ "@inquirer/prompts": "7.6.0",
35
35
  "chalk": "5.4.1",
36
36
  "chokidar": "4.0.3",
37
37
  "common-tags": "1.8.2",
38
- "glob": "10.4.5",
38
+ "glob": "11.0.3",
39
39
  "meow": "13.2.0",
40
- "pretty-bytes": "6.1.1",
40
+ "pretty-bytes": "7.0.0",
41
41
  "stringify-object": "5.0.0",
42
42
  "update-notifier": "7.3.1",
43
- "@serwist/build": "10.0.0-preview.1",
44
- "@serwist/utils": "10.0.0-preview.1"
43
+ "@serwist/build": "10.0.0-preview.11",
44
+ "@serwist/utils": "10.0.0-preview.11"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/common-tags": "1.8.4",
48
- "@types/inquirer": "9.0.7",
48
+ "@types/inquirer": "9.0.8",
49
49
  "@types/stringify-object": "4.0.5",
50
50
  "@types/update-notifier": "6.0.8",
51
- "rollup": "4.34.8",
52
- "typescript": "5.7.3",
53
- "@serwist/configs": "10.0.0-preview.1"
51
+ "rollup": "4.45.1",
52
+ "typescript": "5.8.3",
53
+ "@serwist/configs": "10.0.0-preview.11"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "rimraf dist && NODE_ENV=production rollup --config rollup.config.js",
57
57
  "dev": "rollup --config rollup.config.js --watch",
58
58
  "lint": "biome lint ./src",
59
+ "qcheck": "biome check ./src",
59
60
  "typecheck": "tsc"
60
61
  }
61
62
  }