@modern-js/bff-core 1.0.1-beta.8 → 1.1.1
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.
- package/dist/js/modern/utils.js +1 -1
- package/dist/js/node/utils.js +1 -1
- package/package.json +4 -5
package/dist/js/modern/utils.js
CHANGED
|
@@ -102,7 +102,7 @@ export const createMatchPath = paths => {
|
|
|
102
102
|
|
|
103
103
|
return null;
|
|
104
104
|
};
|
|
105
|
-
}; //
|
|
105
|
+
}; // every path must be a absolute path;
|
|
106
106
|
|
|
107
107
|
export const registerPaths = paths => {
|
|
108
108
|
const originalResolveFilename = Module._resolveFilename; // eslint-disable-next-line node/no-unsupported-features/node-builtins
|
package/dist/js/node/utils.js
CHANGED
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.
|
|
14
|
+
"version": "1.1.1",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
17
|
"main": "./dist/js/node/index.js",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime": "^7.18.0",
|
|
28
|
-
"@modern-js/bff-runtime": "^1.
|
|
29
|
-
"@modern-js/utils": "^1.7.
|
|
28
|
+
"@modern-js/bff-runtime": "^1.3.0",
|
|
29
|
+
"@modern-js/utils": "^1.7.12",
|
|
30
30
|
"esbuild": "^0.14.38",
|
|
31
31
|
"esbuild-register": "^3.3.3",
|
|
32
32
|
"koa-compose": "^4.1.0",
|
|
@@ -58,8 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"registry": "https://registry.npmjs.org/",
|
|
61
|
-
"access": "public"
|
|
62
|
-
"types": "./dist/types/index.d.ts"
|
|
61
|
+
"access": "public"
|
|
63
62
|
},
|
|
64
63
|
"wireit": {
|
|
65
64
|
"build": {
|