@appshell/config 0.5.4 → 0.6.0-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.
@@ -22,5 +22,3 @@
22
22
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
23
23
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
24
24
  */
25
-
26
- /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
@@ -1,4 +1,4 @@
1
1
  import { AppshellManifest } from './types';
2
- declare const _default: (manifest: AppshellManifest, registryPathOrUrl: string, allowOverride?: boolean) => Promise<void>;
2
+ declare const _default: (manifest: AppshellManifest, registryPathOrUrl: string, allowOverrides?: boolean) => Promise<void>;
3
3
  export default _default;
4
4
  //# sourceMappingURL=register.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appshell/config",
3
- "version": "0.5.4",
3
+ "version": "0.6.0-alpha.0",
4
4
  "description": "Utility for producing a global appshell manifest for module federation micro-frontends",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -21,11 +21,10 @@
21
21
  "dist"
22
22
  ],
23
23
  "keywords": [
24
- "webpack",
25
24
  "module federation",
26
25
  "micro-frontends",
27
26
  "appshell"
28
27
  ],
29
28
  "license": "MIT",
30
- "gitHead": "8ebc3f13d9ec1cadcf7d78dffe040cfc13b22b84"
29
+ "gitHead": "a44ca542cf779c0cbbc527a02bc74d0a0619d0b9"
31
30
  }