@bluealba/pae-bootstrap-lib 3.2.4-feature-rename-platform-to-pillar-502 → 3.2.4
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# pae-boostrap-lib
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
Used by bootstrap modules to setup
|
|
3
|
+
BlueAlba Platform Boostrapping library.
|
|
4
|
+
Used by bootstrap modules to setup the platform applications definitions.
|
|
5
5
|
|
|
6
6
|
Example usage
|
|
7
7
|
|
|
@@ -20,7 +20,7 @@ created scoped to that application.
|
|
|
20
20
|
Otherwise a folder that doesn't have `application.json` might define resources as well but they will be created
|
|
21
21
|
as global resources.
|
|
22
22
|
|
|
23
|
-
At the top there are
|
|
23
|
+
At the top there are platform defitions such as `shared-libraries.json`
|
|
24
24
|
|
|
25
25
|
```
|
|
26
26
|
.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bluealba/pae-bootstrap-lib",
|
|
3
3
|
"description": "PAE library for bootstrapping platforms",
|
|
4
|
-
"version": "3.2.4
|
|
4
|
+
"version": "3.2.4",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
7
7
|
"files": [
|