@lwrjs/tools 0.12.0-alpha.12 → 0.12.0-alpha.14

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.
@@ -116,7 +116,7 @@ function buildLwrServer(config, buildDir) {
116
116
  namespace: "lwr-server-build"
117
117
  }));
118
118
  build.onLoad({filter: /.*/, namespace: "lwr-server-build"}, async (args) => {
119
- const {appConfig, runtimeEnvironment, globalData} = await (0, import_config.loadConfig)(config, {
119
+ const {appConfig, runtimeEnvironment, globalData} = (0, import_config.loadConfig)(config, {
120
120
  skipDirNormalization: true,
121
121
  useStaticProviders: true
122
122
  });
@@ -110,7 +110,7 @@ export default function buildLwrServer(config, buildDir) {
110
110
  namespace: 'lwr-server-build',
111
111
  }));
112
112
  build.onLoad({ filter: /.*/, namespace: 'lwr-server-build' }, async (args) => {
113
- const { appConfig, runtimeEnvironment, globalData } = await loadConfig(config, {
113
+ const { appConfig, runtimeEnvironment, globalData } = loadConfig(config, {
114
114
  skipDirNormalization: true,
115
115
  useStaticProviders: true,
116
116
  });
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.12.0-alpha.12",
7
+ "version": "0.12.0-alpha.14",
8
8
  "homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
9
9
  "repository": {
10
10
  "type": "git",
@@ -32,15 +32,15 @@
32
32
  "package.cjs"
33
33
  ],
34
34
  "dependencies": {
35
- "@lwrjs/config": "0.12.0-alpha.12",
36
- "@lwrjs/core": "0.12.0-alpha.12",
37
- "@lwrjs/diagnostics": "0.12.0-alpha.12",
38
- "@lwrjs/shared-utils": "0.12.0-alpha.12",
35
+ "@lwrjs/config": "0.12.0-alpha.14",
36
+ "@lwrjs/core": "0.12.0-alpha.14",
37
+ "@lwrjs/diagnostics": "0.12.0-alpha.14",
38
+ "@lwrjs/shared-utils": "0.12.0-alpha.14",
39
39
  "esbuild": "^0.17.4",
40
40
  "fs-extra": "^11.1.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@lwrjs/types": "0.12.0-alpha.12",
43
+ "@lwrjs/types": "0.12.0-alpha.14",
44
44
  "mock-fs": "^5.2.0"
45
45
  },
46
46
  "peerDependencies": {
@@ -49,5 +49,5 @@
49
49
  "engines": {
50
50
  "node": ">=18.0.0"
51
51
  },
52
- "gitHead": "bc8a88bce246e9ec00641955152de526ea030ebb"
52
+ "gitHead": "ef27c4a463498992b66b7b668e7be6e318f9c8a1"
53
53
  }