@serwist/build
Advanced tools
Comparing version 9.0.0-preview.11 to 9.0.0-preview.12
@@ -158,3 +158,3 @@ import type { Require } from "@serwist/utils"; | ||
* [the same rules](https://webpack.js.org/configuration/module/#condition) | ||
* as `webpack`'s standard `exclude` option. | ||
* as webpack's standard `exclude` option. | ||
* @default | ||
@@ -175,3 +175,3 @@ * ``` | ||
* [the same rules](https://webpack.js.org/configuration/module/#condition) | ||
* as `webpack`'s standard `include` option. | ||
* as webpack's standard `include` option. | ||
*/ | ||
@@ -200,3 +200,3 @@ include?: (string | RegExp | ((arg0: any) => boolean))[]; | ||
/** | ||
* When `true` (the default), the `swSrc` file will be compiled by `webpack`. | ||
* When `true` (the default), the `swSrc` file will be compiled by webpack. | ||
* When `false`, compilation will not occur (and `webpackCompilationPlugins` | ||
@@ -209,3 +209,3 @@ * can't be used.) Set to `false` if you want to inject the manifest into, | ||
/** | ||
* Optional `webpack` plugins that will be used when compiling the `swSrc` | ||
* Optional webpack plugins that will be used when compiling the `swSrc` | ||
* input file. Only valid if `compileSrc` is `true`. | ||
@@ -212,0 +212,0 @@ */ |
{ | ||
"name": "@serwist/build", | ||
"version": "9.0.0-preview.11", | ||
"version": "9.0.0-preview.12", | ||
"type": "module", | ||
@@ -58,10 +58,10 @@ "description": "A module that integrates into your build process, helping you generate a manifest of local files that should be precached.", | ||
"zod": "3.22.4", | ||
"@serwist/background-sync": "9.0.0-preview.11", | ||
"@serwist/broadcast-update": "9.0.0-preview.11", | ||
"@serwist/cacheable-response": "9.0.0-preview.11", | ||
"@serwist/core": "9.0.0-preview.11", | ||
"@serwist/expiration": "9.0.0-preview.11", | ||
"@serwist/google-analytics": "9.0.0-preview.11", | ||
"@serwist/precaching": "9.0.0-preview.11", | ||
"@serwist/routing": "9.0.0-preview.11" | ||
"@serwist/background-sync": "9.0.0-preview.12", | ||
"@serwist/broadcast-update": "9.0.0-preview.12", | ||
"@serwist/cacheable-response": "9.0.0-preview.12", | ||
"@serwist/core": "9.0.0-preview.12", | ||
"@serwist/expiration": "9.0.0-preview.12", | ||
"@serwist/google-analytics": "9.0.0-preview.12", | ||
"@serwist/precaching": "9.0.0-preview.12", | ||
"@serwist/routing": "9.0.0-preview.12" | ||
}, | ||
@@ -75,4 +75,4 @@ "devDependencies": { | ||
"typescript": "5.4.0-dev.20240206", | ||
"@serwist/constants": "9.0.0-preview.11", | ||
"@serwist/utils": "9.0.0-preview.11" | ||
"@serwist/constants": "9.0.0-preview.12", | ||
"@serwist/utils": "9.0.0-preview.12" | ||
}, | ||
@@ -79,0 +79,0 @@ "peerDependencies": { |
@@ -178,3 +178,3 @@ import type { Require } from "@serwist/utils"; | ||
* [the same rules](https://webpack.js.org/configuration/module/#condition) | ||
* as `webpack`'s standard `exclude` option. | ||
* as webpack's standard `exclude` option. | ||
* @default | ||
@@ -195,3 +195,3 @@ * ``` | ||
* [the same rules](https://webpack.js.org/configuration/module/#condition) | ||
* as `webpack`'s standard `include` option. | ||
* as webpack's standard `include` option. | ||
*/ | ||
@@ -226,3 +226,3 @@ include?: (string | RegExp | ((arg0: any) => boolean))[]; | ||
/** | ||
* When `true` (the default), the `swSrc` file will be compiled by `webpack`. | ||
* When `true` (the default), the `swSrc` file will be compiled by webpack. | ||
* When `false`, compilation will not occur (and `webpackCompilationPlugins` | ||
@@ -238,3 +238,3 @@ * can't be used.) Set to `false` if you want to inject the manifest into, | ||
/** | ||
* Optional `webpack` plugins that will be used when compiling the `swSrc` | ||
* Optional webpack plugins that will be used when compiling the `swSrc` | ||
* input file. Only valid if `compileSrc` is `true`. | ||
@@ -241,0 +241,0 @@ */ |
197906
+ Added@serwist/background-sync@9.0.0-preview.12(transitive)
+ Added@serwist/broadcast-update@9.0.0-preview.12(transitive)
+ Added@serwist/cacheable-response@9.0.0-preview.12(transitive)
+ Added@serwist/core@9.0.0-preview.12(transitive)
+ Added@serwist/expiration@9.0.0-preview.12(transitive)
+ Added@serwist/google-analytics@9.0.0-preview.12(transitive)
+ Added@serwist/precaching@9.0.0-preview.12(transitive)
+ Added@serwist/routing@9.0.0-preview.12(transitive)
+ Added@serwist/strategies@9.0.0-preview.12(transitive)
- Removed@serwist/background-sync@9.0.0-preview.11(transitive)
- Removed@serwist/broadcast-update@9.0.0-preview.11(transitive)
- Removed@serwist/cacheable-response@9.0.0-preview.11(transitive)
- Removed@serwist/core@9.0.0-preview.11(transitive)
- Removed@serwist/expiration@9.0.0-preview.11(transitive)
- Removed@serwist/google-analytics@9.0.0-preview.11(transitive)
- Removed@serwist/precaching@9.0.0-preview.11(transitive)
- Removed@serwist/routing@9.0.0-preview.11(transitive)
- Removed@serwist/strategies@9.0.0-preview.11(transitive)