@module-federation/error-codes 0.12.0 → 0.13.0

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/index.cjs.js CHANGED
@@ -13,7 +13,7 @@ const BUILD_001 = 'BUILD-001';
13
13
 
14
14
  const getDocsUrl = (errorCode)=>{
15
15
  const type = errorCode.split('-')[0].toLowerCase();
16
- return `View the docs to see how tow solve: https://module-federation.io/guide/troubleshooting/${type}/${errorCode}`;
16
+ return `View the docs to see how to solve: https://module-federation.io/guide/troubleshooting/${type}/${errorCode}`;
17
17
  };
18
18
  const getShortErrorMsg = (errorCode, errorDescMap, args, originalErrorMsg)=>{
19
19
  const msg = [
@@ -11,7 +11,7 @@ const BUILD_001 = 'BUILD-001';
11
11
 
12
12
  const getDocsUrl = (errorCode)=>{
13
13
  const type = errorCode.split('-')[0].toLowerCase();
14
- return `View the docs to see how tow solve: https://module-federation.io/guide/troubleshooting/${type}/${errorCode}`;
14
+ return `View the docs to see how to solve: https://module-federation.io/guide/troubleshooting/${type}/${errorCode}`;
15
15
  };
16
16
  const getShortErrorMsg = (errorCode, errorDescMap, args, originalErrorMsg)=>{
17
17
  const msg = [
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "zhanghang <hanric.zhang@gmail.com>",
5
5
  "public": true,
6
6
  "sideEffects": false,
7
- "version": "0.12.0",
7
+ "version": "0.13.0",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",