@lwrjs/shared-utils 0.9.0-alpha.3 → 0.9.0-alpha.5

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,5 +1,5 @@
1
1
  import getCacheKeyFromJson from 'fast-json-stable-stringify';
2
- import { AbstractModuleId, AssetIdentity, BundleDefinition, MappingIdentity, MiddlewareRequest, ModuleDefinition, ModuleId, ModuleIdentity, PublicModuleRegistry, ResourceIdentity, RuntimeEnvironment, RuntimeParams } from '@lwrjs/types';
2
+ import { AbstractModuleId, AssetIdentity, BundleDefinition, MappingIdentity, MiddlewareRequest, ModuleDefinition, ModuleId, ModuleIdentity, NormalizedLwrAppBootstrapConfig, PublicModuleRegistry, ResourceIdentity, RuntimeEnvironment, RuntimeParams } from '@lwrjs/types';
3
3
  export declare const VERSION_SIGIL = "/v/";
4
4
  export declare const LOCALE_SIGIL = "l";
5
5
  export declare const ENVIRONMENT_SIGIL = "e";
@@ -13,14 +13,7 @@ export declare const DEFAULT_LWR_LOCKER_CONFIG: {
13
13
  enabled: boolean;
14
14
  trustedComponents: string[];
15
15
  };
16
- export declare const DEFAULT_LWR_BOOTSTRAP_CONFIG: {
17
- autoBoot: boolean;
18
- syntheticShadow: boolean;
19
- workers: {};
20
- services: never[];
21
- configAsSrc: boolean;
22
- ssr: boolean;
23
- };
16
+ export declare const DEFAULT_LWR_BOOTSTRAP_CONFIG: NormalizedLwrAppBootstrapConfig;
24
17
  declare type ModuleIdentifierPartial = Partial<AbstractModuleId>;
25
18
  /**
26
19
  * Turn the dots in a version into underscores
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.9.0-alpha.3",
7
+ "version": "0.9.0-alpha.5",
8
8
  "homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
9
9
  "repository": {
10
10
  "type": "git",
@@ -45,13 +45,13 @@
45
45
  "winston": "^3.7.2"
46
46
  },
47
47
  "devDependencies": {
48
- "@lwrjs/diagnostics": "0.9.0-alpha.3",
49
- "@lwrjs/types": "0.9.0-alpha.3",
48
+ "@lwrjs/diagnostics": "0.9.0-alpha.5",
49
+ "@lwrjs/types": "0.9.0-alpha.5",
50
50
  "@types/mime-types": "2.1.1",
51
51
  "@types/path-to-regexp": "^1.7.0"
52
52
  },
53
53
  "engines": {
54
54
  "node": ">=14.15.4 <19"
55
55
  },
56
- "gitHead": "3e96a852db94afbbfbc6558098303a85acd6604d"
56
+ "gitHead": "6974600380071123ff14c5427d50d9d74bc0805d"
57
57
  }