piral-ng 0.15.9-beta.5415 → 0.15.9-beta.5420
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/README.md +11 -11
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -317,17 +317,17 @@ The related packages should be shared with the pilets via the *package.json*:
|
|
|
317
317
|
|
|
318
318
|
```json
|
|
319
319
|
{
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
"@angular/common",
|
|
323
|
-
"@angular/compiler",
|
|
324
|
-
"@angular/core",
|
|
325
|
-
"@angular/platform-browser",
|
|
326
|
-
"@angular/platform-browser-dynamic",
|
|
327
|
-
"piral-ng/common",
|
|
328
|
-
"rxjs",
|
|
329
|
-
"zone.js"
|
|
330
|
-
|
|
320
|
+
"importmap": {
|
|
321
|
+
"imports": {
|
|
322
|
+
"@angular/common": "",
|
|
323
|
+
"@angular/compiler": "",
|
|
324
|
+
"@angular/core": "",
|
|
325
|
+
"@angular/platform-browser": "",
|
|
326
|
+
"@angular/platform-browser-dynamic": "",
|
|
327
|
+
"piral-ng/common": "",
|
|
328
|
+
"rxjs": "",
|
|
329
|
+
"zone.js": ""
|
|
330
|
+
}
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
333
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-ng",
|
|
3
|
-
"version": "0.15.9-beta.
|
|
3
|
+
"version": "0.15.9-beta.5420",
|
|
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.9-beta.
|
|
84
|
+
"piral-core": "0.15.9-beta.5420",
|
|
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": "
|
|
95
|
+
"gitHead": "a4b6f7cb2d3285e0d486c7951ad6c3d6484b11f8"
|
|
96
96
|
}
|