@appshell/cli 0.1.5-alpha.0 → 0.1.6-alpha.0

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.
@@ -1,3 +1,5 @@
1
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2
+
1
3
  /**
2
4
  * @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
3
5
  * CJS and ESM environments.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appshell/cli",
3
- "version": "0.1.5-alpha.0",
4
- "description": "cli utility to generate a global Appshell manifest for module federation micro-frontends",
3
+ "version": "0.1.6-alpha.0",
4
+ "description": "cli utility to generate a global appshell artifacts for module federation micro-frontends",
5
5
  "main": "dist/main.js",
6
6
  "repository": "https://github.com/navaris/appshell.git",
7
7
  "author": "Robert Hamilton <rh@navaris.com>",
@@ -11,6 +11,7 @@
11
11
  },
12
12
  "scripts": {
13
13
  "build": "webpack --mode production",
14
+ "postbuild": "chmod +x dist/main.js",
14
15
  "clean": "rm -rf dist",
15
16
  "prebuild": "npm run clean",
16
17
  "start": "webpack --watch --mode development",
@@ -25,8 +26,9 @@
25
26
  "keywords": [
26
27
  "webpack",
27
28
  "module federation",
28
- "micro-frontends"
29
+ "micro-frontends",
30
+ "appshell"
29
31
  ],
30
32
  "license": "MIT",
31
- "gitHead": "4f5510dee834fad74f7704d79ca67978e0b80825"
33
+ "gitHead": "305b39fb81e7c267918dda7d16336e37b2b36643"
32
34
  }