swpp-backends 0.0.4-alpha → 0.0.5-alpha

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/index.js CHANGED
@@ -18,7 +18,7 @@ exports.default = {
18
18
  buildVersionJson: FileAnalyzer_1.buildVersionJson,
19
19
  buildNewInfo: UpdateJsonBuilder_1.buildNewInfo,
20
20
  calcEjectValues: Utils_1.calcEjectValues,
21
- analyzer: VersionAnalyzer_1.analyze
21
+ analyze: VersionAnalyzer_1.analyze
22
22
  },
23
23
  loader: {
24
24
  loadRules: SwppRules_1.loadRules, loadUpdateJson: UpdateJsonBuilder_1.loadUpdateJson, loadVersionJson: FileAnalyzer_1.loadVersionJson
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swpp-backends",
3
- "version": "0.0.4-alpha",
3
+ "version": "0.0.5-alpha",
4
4
  "main": "dist/index.js",
5
5
  "typings": "types/index.d.ts",
6
6
  "description": "Generate a powerful ServiceWorker for your website.",
package/types/index.d.ts CHANGED
@@ -18,7 +18,7 @@ declare const _default: {
18
18
  buildVersionJson: typeof buildVersionJson;
19
19
  buildNewInfo: typeof buildNewInfo;
20
20
  calcEjectValues: typeof calcEjectValues;
21
- analyzer: typeof analyze;
21
+ analyze: typeof analyze;
22
22
  };
23
23
  loader: {
24
24
  loadRules: typeof loadRules;