@lwrjs/npm-module-provider 0.9.0-alpha.13 → 0.9.0-alpha.15
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.
|
@@ -2,8 +2,9 @@ import { join } from 'path';
|
|
|
2
2
|
import resolve from 'resolve';
|
|
3
3
|
import esbuildEsm from 'esbuild';
|
|
4
4
|
import NodeModulesPolyfills from '@esbuild-plugins/node-modules-polyfill';
|
|
5
|
-
// Workaround until this is fixed:
|
|
6
5
|
// https://github.com/evanw/esbuild/issues/706
|
|
6
|
+
// Fixed in 0.11.0 but upgrading past 0.9.7 has caused breaking changes for consumers...
|
|
7
|
+
// https://github.com/salesforce-experience-platform/lwr/issues/1014
|
|
7
8
|
let esbuild = esbuildEsm;
|
|
8
9
|
if (!esbuildEsm) {
|
|
9
10
|
try {
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.9.0-alpha.
|
|
7
|
+
"version": "0.9.0-alpha.15",
|
|
8
8
|
"homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@esbuild-plugins/node-modules-polyfill": "^0.0.2",
|
|
34
|
-
"@lwrjs/shared-utils": "0.9.0-alpha.
|
|
34
|
+
"@lwrjs/shared-utils": "0.9.0-alpha.15",
|
|
35
35
|
"esbuild": "^0.9.7",
|
|
36
36
|
"esinstall": "^1.1.7",
|
|
37
37
|
"resolve": "^1.19.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@lwrjs/types": "0.9.0-alpha.
|
|
40
|
+
"@lwrjs/types": "0.9.0-alpha.15"
|
|
41
41
|
},
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": ">=14.15.4 <19"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "f32f103d2d5e516daccce1be69f68acd7b4b86fb"
|
|
46
46
|
}
|