@module-federation/runtime 0.0.0-next-20231225094207 → 0.0.0-next-20231225095220

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/share.cjs.js CHANGED
@@ -724,7 +724,6 @@ function getRegisteredShare(localShareScopeMap, pkgName, shareInfo, resolveShare
724
724
  const maxOrSingletonVersion = findShareFunction(localShareScopeMap, sc, pkgName);
725
725
  //@ts-ignore
726
726
  const defaultResolver = ()=>{
727
- debugger;
728
727
  if (shareConfig.singleton) {
729
728
  if (typeof requiredVersion === 'string' && !satisfy(maxOrSingletonVersion, requiredVersion)) {
730
729
  const msg = `Version ${maxOrSingletonVersion} from ${maxOrSingletonVersion && localShareScopeMap[sc][pkgName][maxOrSingletonVersion].from} of shared singleton module ${pkgName} does not satisfy the requirement of ${shareInfo.from} which needs ${requiredVersion})`;
package/dist/share.esm.js CHANGED
@@ -722,7 +722,6 @@ function getRegisteredShare(localShareScopeMap, pkgName, shareInfo, resolveShare
722
722
  const maxOrSingletonVersion = findShareFunction(localShareScopeMap, sc, pkgName);
723
723
  //@ts-ignore
724
724
  const defaultResolver = ()=>{
725
- debugger;
726
725
  if (shareConfig.singleton) {
727
726
  if (typeof requiredVersion === 'string' && !satisfy(maxOrSingletonVersion, requiredVersion)) {
728
727
  const msg = `Version ${maxOrSingletonVersion} from ${maxOrSingletonVersion && localShareScopeMap[sc][pkgName][maxOrSingletonVersion].from} of shared singleton module ${pkgName} does not satisfy the requirement of ${shareInfo.from} which needs ${requiredVersion})`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/runtime",
3
- "version": "0.0.0-next-20231225094207",
3
+ "version": "0.0.0-next-20231225095220",
4
4
  "author": "zhouxiao <codingzx@gmail.com>",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.esm.js",
@@ -45,6 +45,6 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "@module-federation/sdk": "0.0.0-next-20231225094207"
48
+ "@module-federation/sdk": "0.0.0-next-20231225095220"
49
49
  }
50
50
  }