@appshell/cli 1.0.0-alpha.0 → 1.0.0-alpha.8

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.
@@ -14,15 +14,6 @@
14
14
 
15
15
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
16
16
 
17
- /**
18
- * @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
19
- * CJS and ESM environments.
20
- *
21
- * @license
22
- * Copyright (c) 2016, Contributors
23
- * SPDX-License-Identifier: ISC
24
- */
25
-
26
17
  /**
27
18
  * @license
28
19
  * Copyright (c) 2016, Contributors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appshell/cli",
3
- "version": "1.0.0-alpha.0",
3
+ "version": "1.0.0-alpha.8",
4
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/appshell-org/appshell.git",
@@ -34,5 +34,5 @@
34
34
  "change-case": "^5.4.4",
35
35
  "chokidar": "^3.6.0"
36
36
  },
37
- "gitHead": "97ee53524d5c729308f49adca6c613d68a262179"
37
+ "gitHead": "ced8839a7c8423ad723fb32f9388e0e3d15951eb"
38
38
  }