@bluealba/pae-bootstrap-lib 3.2.3-develop-483 → 3.2.3-feature-rename-platform-to-pillar-501

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # pae-boostrap-lib
2
2
 
3
- BlueAlba Platform Boostrapping library.
4
- Used by bootstrap modules to setup the platform applications definitions.
3
+ Pillar Boostrapping library.
4
+ Used by bootstrap modules to setup Pillar's 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 platform defitions such as `shared-libraries.json`
23
+ At the top there are Pillar 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.3-develop-483",
4
+ "version": "3.2.3-feature-rename-platform-to-pillar-501",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
7
7
  "files": [