@serwist/cli 9.0.0-preview.24 → 9.0.0-preview.26

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 (2) hide show
  1. package/dist/bin.js +1 -1
  2. package/package.json +8 -8
package/dist/bin.js CHANGED
@@ -209,7 +209,7 @@ async function runWizard() {
209
209
  serwist inject-manifest ${configLocation}
210
210
 
211
211
  as part of a build process.`);
212
- logger.log(`You can further customize your service worker by making changes to ${configLocation}. See https://serwist.pages.dev/docs/build/inject-manifest/configuring for details.`);
212
+ logger.log(`You can further customize your service worker by making changes to ${configLocation}. See https://serwist.pages.dev/docs/build/configuring for details.`);
213
213
  }
214
214
 
215
215
  const runBuildCommand = async ({ config, watch })=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serwist/cli",
3
- "version": "9.0.0-preview.24",
3
+ "version": "9.0.0-preview.26",
4
4
  "type": "module",
5
5
  "description": "The command line interface of Serwist.",
6
6
  "files": [
@@ -21,8 +21,8 @@
21
21
  },
22
22
  "author": "Google's Web DevRel Team, Serwist's Team",
23
23
  "license": "MIT",
24
- "repository": "https://gitlab.com/serwist/serwist",
25
- "bugs": "https://gitlab.com/serwist/serwist/issues",
24
+ "repository": "https://github.com/serwist/serwist",
25
+ "bugs": "https://github.com/serwist/serwist/issues",
26
26
  "homepage": "https://serwist.pages.dev",
27
27
  "bin": {
28
28
  "serwist": "cli.js"
@@ -33,13 +33,13 @@
33
33
  "common-tags": "1.8.2",
34
34
  "fs-extra": "11.2.0",
35
35
  "glob": "10.3.12",
36
- "inquirer": "9.2.17",
36
+ "inquirer": "9.2.18",
37
37
  "meow": "13.2.0",
38
38
  "pretty-bytes": "6.1.1",
39
39
  "stringify-object": "5.0.0",
40
40
  "upath": "2.0.1",
41
41
  "update-notifier": "7.0.0",
42
- "@serwist/build": "9.0.0-preview.24"
42
+ "@serwist/build": "9.0.0-preview.26"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/common-tags": "1.8.4",
@@ -47,9 +47,9 @@
47
47
  "@types/inquirer": "9.0.7",
48
48
  "@types/stringify-object": "4.0.5",
49
49
  "@types/update-notifier": "6.0.8",
50
- "rollup": "4.14.0",
51
- "typescript": "5.5.0-dev.20240404",
52
- "@serwist/constants": "9.0.0-preview.24"
50
+ "rollup": "4.14.3",
51
+ "typescript": "5.5.0-dev.20240415",
52
+ "@serwist/configs": "9.0.0-preview.26"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "rimraf dist && cross-env NODE_ENV=production rollup --config rollup.config.js",