@jsenv/js-module-fallback 1.4.3 → 1.4.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.
|
@@ -3932,7 +3932,9 @@ function default_1({ types, traverse, transformFromAst, version, }) {
|
|
|
3932
3932
|
};
|
|
3933
3933
|
}
|
|
3934
3934
|
|
|
3935
|
-
const systemJsClientFileUrlDefault =
|
|
3935
|
+
const systemJsClientFileUrlDefault = import.meta.resolve(
|
|
3936
|
+
"./client/s.js",
|
|
3937
|
+
);
|
|
3936
3938
|
|
|
3937
3939
|
const require = createRequire(import.meta.url);
|
|
3938
3940
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/js-module-fallback",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"@babel/plugin-transform-modules-umd": "7.25.9",
|
|
35
35
|
"@babel/plugin-transform-modules-systemjs": "7.25.9",
|
|
36
36
|
"babel-plugin-transform-async-to-promises": "0.8.18",
|
|
37
|
-
"@jsenv/ast": "6.6.
|
|
38
|
-
"@jsenv/sourcemap": "1.3.
|
|
39
|
-
"@jsenv/urls": "2.
|
|
37
|
+
"@jsenv/ast": "6.6.7",
|
|
38
|
+
"@jsenv/sourcemap": "1.3.4",
|
|
39
|
+
"@jsenv/urls": "2.7.1"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"eslint": "npx eslint . --ext=.js,.mjs,.cjs,.html",
|