@appshell/config 0.9.0 → 0.9.1-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.
@@ -12,7 +12,7 @@
12
12
  * MIT Licensed
13
13
  */
14
14
 
15
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
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
17
  /**
18
18
  * @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
@@ -2,6 +2,7 @@ import { AppshellGlobalConfig } from './types';
2
2
  type GenerateGlobalConfigOptions = {
3
3
  insecure: boolean;
4
4
  apiKey?: string;
5
+ apiKeyHeader?: string;
5
6
  proxyUrl?: string;
6
7
  };
7
8
  declare const _default: (registries: string[], options?: GenerateGlobalConfigOptions) => Promise<AppshellGlobalConfig>;
@@ -1 +1 @@
1
- {"version":3,"file":"generate.global-config.d.ts","sourceRoot":"","sources":["../../src/generate.global-config.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAK/C,KAAK,2BAA2B,GAAG;IACjC,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;qCAGY,MAAM,EAAE,YACX,2BAA2B,KACnC,OAAO,CAAC,oBAAoB,CAAC;AAHhC,wBA6CE"}
1
+ {"version":3,"file":"generate.global-config.d.ts","sourceRoot":"","sources":["../../src/generate.global-config.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAK/C,KAAK,2BAA2B,GAAG;IACjC,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;qCAGY,MAAM,EAAE,YACX,2BAA2B,KACnC,OAAO,CAAC,oBAAoB,CAAC;AAHhC,wBA8CE"}
@@ -2,6 +2,7 @@ type LoadJsonOptions = {
2
2
  insecure: boolean;
3
3
  target: string | RegExp;
4
4
  apiKey?: string;
5
+ apiKeyHeader?: string;
5
6
  proxyUrl?: string;
6
7
  };
7
8
  declare const _default: <T = Record<string, unknown>>(jsonPathOrUrl: string, options?: LoadJsonOptions) => Promise<T[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"loadJson.d.ts","sourceRoot":"","sources":["../../../src/utils/loadJson.ts"],"names":[],"mappings":"AAOA,KAAK,eAAe,GAAG;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;yBAmDoB,CAAC,2CACN,MAAM,YACZ,eAAe,KAMvB,OAAO,CAAC,CAAC,EAAE,CAAC;AARf,wBAkBE"}
1
+ {"version":3,"file":"loadJson.d.ts","sourceRoot":"","sources":["../../../src/utils/loadJson.ts"],"names":[],"mappings":"AAOA,KAAK,eAAe,GAAG;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;yBAoDoB,CAAC,2CACN,MAAM,YACZ,eAAe,KAOvB,OAAO,CAAC,CAAC,EAAE,CAAC;AATf,wBAoBE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appshell/config",
3
- "version": "0.9.0",
3
+ "version": "0.9.1-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",
@@ -27,5 +27,5 @@
27
27
  "appshell"
28
28
  ],
29
29
  "license": "MIT",
30
- "gitHead": "76d22b18f5358094296bbf6f5bb64f4466b0e4ac"
30
+ "gitHead": "1d78adfbaa66de36923577cb89095b1b723d454a"
31
31
  }