@umijs/mfsu 4.0.0-canary.20230209.1 → 4.0.0-canary.20230213.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/mfsu/mfsu.js CHANGED
@@ -182,7 +182,7 @@ promise new Promise(resolve => {
182
182
  // inject this script with the src set to the versioned remoteEntry.js
183
183
  document.head.appendChild(script);
184
184
  })
185
- `.trimLeft() : `${mfName}@${publicPath}${import_constants.REMOTE_FILE_FULL}`
185
+ `.trimStart() : `${mfName}@${publicPath}${import_constants.REMOTE_FILE_FULL}`
186
186
  }
187
187
  }),
188
188
  new import_buildDepPlugin.BuildDepPlugin(this.strategy.getBuildDepPlugConfig())
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/mfsu",
3
- "version": "4.0.0-canary.20230209.1",
3
+ "version": "4.0.0-canary.20230213.1",
4
4
  "description": "@umijs/mfsu",
5
5
  "homepage": "https://github.com/umijs/umi/tree/master/packages/mfsu#readme",
6
6
  "bugs": "https://github.com/umijs/umi/issues",
@@ -23,9 +23,9 @@
23
23
  "test": "umi-scripts jest-turbo"
24
24
  },
25
25
  "dependencies": {
26
- "@umijs/bundler-esbuild": "4.0.0-canary.20230209.1",
27
- "@umijs/bundler-utils": "4.0.0-canary.20230209.1",
28
- "@umijs/utils": "4.0.0-canary.20230209.1",
26
+ "@umijs/bundler-esbuild": "4.0.0-canary.20230213.1",
27
+ "@umijs/bundler-utils": "4.0.0-canary.20230213.1",
28
+ "@umijs/utils": "4.0.0-canary.20230213.1",
29
29
  "enhanced-resolve": "5.9.3",
30
30
  "is-equal": "^1.6.4"
31
31
  },