@lwrjs/shared-utils 0.8.0-alpha.6 → 0.8.0-alpha.9

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.
@@ -79,7 +79,7 @@ var DEFAULT_LWR_BOOTSTRAP_CONFIG = {
79
79
  workers: {},
80
80
  services: [],
81
81
  configAsSrc: false,
82
- experimentalSSR: false
82
+ ssr: false
83
83
  };
84
84
  function normalizeVersionToUri(version) {
85
85
  return version.replace(/\./g, "_");
@@ -19,7 +19,7 @@ export declare const DEFAULT_LWR_BOOTSTRAP_CONFIG: {
19
19
  workers: {};
20
20
  services: never[];
21
21
  configAsSrc: boolean;
22
- experimentalSSR: boolean;
22
+ ssr: boolean;
23
23
  };
24
24
  declare type ModuleIdentifierPartial = Partial<AbstractModuleId>;
25
25
  /**
@@ -20,7 +20,7 @@ export const DEFAULT_LWR_BOOTSTRAP_CONFIG = {
20
20
  workers: {},
21
21
  services: [],
22
22
  configAsSrc: false,
23
- experimentalSSR: false,
23
+ ssr: false,
24
24
  };
25
25
  /**
26
26
  * 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.8.0-alpha.6",
7
+ "version": "0.8.0-alpha.9",
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.8.0-alpha.6",
49
- "@lwrjs/types": "0.8.0-alpha.6",
48
+ "@lwrjs/diagnostics": "0.8.0-alpha.9",
49
+ "@lwrjs/types": "0.8.0-alpha.9",
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": "cf34943d7df7b570d1183836868462c10a6a136c"
56
+ "gitHead": "037c471903c6753fc6866ef598571b0df83e58f9"
57
57
  }