piral-ng 0.15.3-beta.4970 → 0.15.3-beta.4975

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -14,7 +14,7 @@ The following functions are brought to the Pilet API.
14
14
 
15
15
  ### `defineNgModule()`
16
16
 
17
- Communicates the usage of a pre-defined Angular module to Piral. Components declared / exported in the module will be bootstrapped within this module.
17
+ Communicates the usage of a pre-defined Angular module to Piral. Components declared/exported in the module will be bootstrapped within this module.
18
18
 
19
19
  ### `fromNg()`
20
20
 
@@ -288,7 +288,7 @@ module.exports = (config) => {
288
288
 
289
289
  The provided library only brings API extensions for pilets to a Piral instance. The Piral instance still needs to be configured properly to support Angular 2+.
290
290
 
291
- The following polyfills / vendor libs should be imported *before* any other package.
291
+ The following polyfills/vendor libs should be imported *before* any other package.
292
292
 
293
293
  ```ts
294
294
  import 'core-js/es/reflect';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-ng",
3
- "version": "0.15.3-beta.4970",
3
+ "version": "0.15.3-beta.4975",
4
4
  "description": "Plugin for integrating Angular components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -81,7 +81,7 @@
81
81
  "@angular/platform-browser-dynamic": "^14.0.0",
82
82
  "@angular/router": "^14.0.0",
83
83
  "ng-packagr": "^14.0.0",
84
- "piral-core": "0.15.3-beta.4970",
84
+ "piral-core": "0.15.3-beta.4975",
85
85
  "rxjs": "^7.3.0"
86
86
  },
87
87
  "peerDependencies": {
@@ -92,5 +92,5 @@
92
92
  "@angular/router": "^2.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
93
93
  "rxjs": "^5.0.0 || ^6.0.0 || ^7.0.0"
94
94
  },
95
- "gitHead": "f82139bec739a47bf7e7194c5e075e14e6064a8d"
95
+ "gitHead": "5cf09cee48aa723ebe3fa9e48a98ff118f3cb6dc"
96
96
  }