@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.
@@ -102,7 +102,7 @@ export const createMatchPath = paths => {
102
102
 
103
103
  return null;
104
104
  };
105
- }; // paths 中的值只能是绝对路径
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
@@ -131,7 +131,7 @@ const createMatchPath = paths => {
131
131
 
132
132
  return null;
133
133
  };
134
- }; // paths 中的值只能是绝对路径
134
+ }; // every path must be a absolute path;
135
135
 
136
136
 
137
137
  exports.createMatchPath = createMatchPath;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.0.1-beta.8",
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.2.3",
29
- "@modern-js/utils": "^1.7.6",
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": {