piral-ng 0.14.8-beta.3483 → 0.14.8-beta.3500

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -347,7 +347,7 @@ For using `piral-ng/extend-webpack` you must have installed:
347
347
  You can do that via:
348
348
 
349
349
  ```sh
350
- npm i copy-webpack-plugin @ngtools/webpack to-string-loader piral-cli-webpack5 --save-dev
350
+ npm i copy-webpack-plugin @ngtools/webpack to-string-loader html-loader piral-cli-webpack5 --save-dev
351
351
  ```
352
352
 
353
353
  The available options for `piral-ng/extend-webpack` are:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-ng",
3
- "version": "0.14.8-beta.3483",
3
+ "version": "0.14.8-beta.3500",
4
4
  "description": "Plugin for integrating Angular components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -52,7 +52,7 @@
52
52
  "@angular/platform-browser": "^8.0.0",
53
53
  "@angular/platform-browser-dynamic": "^8.0.0",
54
54
  "@angular/router": "^8.0.0",
55
- "piral-core": "0.14.8-beta.3483",
55
+ "piral-core": "0.14.8-beta.3500",
56
56
  "rxjs": "^7.3.0"
57
57
  },
58
58
  "peerDependencies": {
@@ -66,5 +66,5 @@
66
66
  "rxjs": "^5.0.0 || ^6.0.0 || ^7.0.0",
67
67
  "zone.js": "~0.9.0 || ~0.10.0 || ~0.11.0"
68
68
  },
69
- "gitHead": "a35bd0eb547a18a708af0df85f66a21aa76bdb76"
69
+ "gitHead": "89a719e1827869c9953f9c3c76a338be59e31b7d"
70
70
  }