@module-federation/bridge-react 0.0.0-refactor-manifest-20251017031825 → 0.0.0-refactor-manifest-20251017070814
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/CHANGELOG.md +3 -3
- package/dist/data-fetch-utils.cjs.js +1 -1
- package/dist/data-fetch-utils.es.js +2 -2
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +2 -2
- package/dist/{lazy-load-component-plugin-COKjC2BS.mjs → lazy-load-component-plugin-CdCfMMXp.mjs} +1 -1
- package/dist/{lazy-load-component-plugin-CIyjWdBo.js → lazy-load-component-plugin-Pl3mng3u.js} +1 -1
- package/dist/lazy-load-component-plugin.cjs.js +2 -2
- package/dist/lazy-load-component-plugin.es.js +2 -2
- package/dist/{prefetch-BfwLBXNv.mjs → prefetch-Bb34xyjE.mjs} +1 -1
- package/dist/{prefetch-B2iTNdvE.js → prefetch-DDS0fzK7.js} +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @module-federation/bridge-react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-refactor-manifest-
|
|
3
|
+
## 0.0.0-refactor-manifest-20251017070814
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
11
|
- Updated dependencies [ef4ada0]
|
|
12
|
-
- @module-federation/sdk@0.0.0-refactor-manifest-
|
|
13
|
-
- @module-federation/bridge-shared@0.0.0-refactor-manifest-
|
|
12
|
+
- @module-federation/sdk@0.0.0-refactor-manifest-20251017070814
|
|
13
|
+
- @module-federation/bridge-shared@0.0.0-refactor-manifest-20251017070814
|
|
14
14
|
|
|
15
15
|
## 0.20.0
|
|
16
16
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const lazyUtils = require("./utils-0HFFqmd4.js");
|
|
4
|
-
const prefetch = require("./prefetch-
|
|
4
|
+
const prefetch = require("./prefetch-DDS0fzK7.js");
|
|
5
5
|
async function callDataFetch() {
|
|
6
6
|
const dataFetch = globalThis[lazyUtils.DATA_FETCH_FUNCTION];
|
|
7
7
|
if (dataFetch) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { x as DATA_FETCH_FUNCTION } from "./utils-BTpxHmva.mjs";
|
|
2
2
|
import { C, b, e, h, c, d, r } from "./utils-BTpxHmva.mjs";
|
|
3
|
-
import { d as dataFetchFunction } from "./prefetch-
|
|
4
|
-
import { i, p } from "./prefetch-
|
|
3
|
+
import { d as dataFetchFunction } from "./prefetch-Bb34xyjE.mjs";
|
|
4
|
+
import { i, p } from "./prefetch-Bb34xyjE.mjs";
|
|
5
5
|
async function callDataFetch() {
|
|
6
6
|
const dataFetch = globalThis[DATA_FETCH_FUNCTION];
|
|
7
7
|
if (dataFetch) {
|
package/dist/index.cjs.js
CHANGED
|
@@ -6,10 +6,10 @@ const index = require("./index-DqCpgmgH.js");
|
|
|
6
6
|
const React = require("react");
|
|
7
7
|
const ReactRouterDOM = require("react-router-dom");
|
|
8
8
|
const plugin = require("./plugin.cjs.js");
|
|
9
|
-
const lazyLoadComponentPlugin = require("./lazy-load-component-plugin-
|
|
9
|
+
const lazyLoadComponentPlugin = require("./lazy-load-component-plugin-Pl3mng3u.js");
|
|
10
10
|
const lazyUtils = require("./utils-0HFFqmd4.js");
|
|
11
11
|
const dataFetchUtils = require("./data-fetch-utils.cjs.js");
|
|
12
|
-
const prefetch = require("./prefetch-
|
|
12
|
+
const prefetch = require("./prefetch-DDS0fzK7.js");
|
|
13
13
|
function _interopNamespaceDefault(e2) {
|
|
14
14
|
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
15
15
|
if (e2) {
|
package/dist/index.es.js
CHANGED
|
@@ -4,10 +4,10 @@ import { L as LoggerInstance, p as pathJoin, g as getRootDomDefaultClassName } f
|
|
|
4
4
|
import React__default, { forwardRef, useContext, useState, useEffect, useRef } from "react";
|
|
5
5
|
import * as ReactRouterDOM from "react-router-dom";
|
|
6
6
|
import { federationRuntime } from "./plugin.es.js";
|
|
7
|
-
import { b, a, c, l } from "./lazy-load-component-plugin-
|
|
7
|
+
import { b, a, c, l } from "./lazy-load-component-plugin-CdCfMMXp.mjs";
|
|
8
8
|
import { C, b as b2, E, e, h, c as c2, d, r, s } from "./utils-BTpxHmva.mjs";
|
|
9
9
|
import { callDataFetch } from "./data-fetch-utils.es.js";
|
|
10
|
-
import { p } from "./prefetch-
|
|
10
|
+
import { p } from "./prefetch-Bb34xyjE.mjs";
|
|
11
11
|
function createReact16Or17Root(container) {
|
|
12
12
|
return {
|
|
13
13
|
render(children) {
|
package/dist/{lazy-load-component-plugin-COKjC2BS.mjs → lazy-load-component-plugin-CdCfMMXp.mjs}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as injectDataFetch, p as prefetch } from "./prefetch-
|
|
1
|
+
import { i as injectDataFetch, p as prefetch } from "./prefetch-Bb34xyjE.mjs";
|
|
2
2
|
import { i as initDataFetchMap, j as isDataLoaderExpose, k as getDataFetchInfo, m as getDataFetchMapKey, l as logger, n as getDataFetchItem, o as DATA_FETCH_CLIENT_SUFFIX, p as MF_DATA_FETCH_TYPE, q as isCSROnly, a as loadDataFetchModule, M as MF_DATA_FETCH_STATUS, g as getDataFetchMap, t as isServerEnv, u as getDataFetchIdWithErrorMsgs, v as DATA_FETCH_ERROR_PREFIX, E as ERROR_TYPE, w as wrapDataFetchId, L as LOAD_REMOTE_ERROR_PREFIX, x as DATA_FETCH_FUNCTION, y as getLoadedRemoteInfos, f as fetchData$1, z as setDataFetchItemLoadedStatus, F as FS_HREF } from "./utils-BTpxHmva.mjs";
|
|
3
3
|
import React__default, { useRef, useState, Suspense, useEffect } from "react";
|
|
4
4
|
const autoFetchData = () => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const lazyLoadComponentPlugin = require("./lazy-load-component-plugin-
|
|
4
|
-
require("./prefetch-
|
|
3
|
+
const lazyLoadComponentPlugin = require("./lazy-load-component-plugin-Pl3mng3u.js");
|
|
4
|
+
require("./prefetch-DDS0fzK7.js");
|
|
5
5
|
exports.default = lazyLoadComponentPlugin.lazyLoadComponentPlugin;
|
|
6
6
|
exports.lazyLoadComponentPlugin = lazyLoadComponentPlugin.lazyLoadComponentPlugin;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { l, l as l2 } from "./lazy-load-component-plugin-
|
|
2
|
-
import "./prefetch-
|
|
1
|
+
import { l, l as l2 } from "./lazy-load-component-plugin-CdCfMMXp.mjs";
|
|
2
|
+
import "./prefetch-Bb34xyjE.mjs";
|
|
3
3
|
export {
|
|
4
4
|
l as default,
|
|
5
5
|
l2 as lazyLoadComponentPlugin
|
|
@@ -210,7 +210,7 @@ function getGlobalFederationConstructor() {
|
|
|
210
210
|
function setGlobalFederationConstructor(FederationConstructor, isDebug = isDebugMode()) {
|
|
211
211
|
if (isDebug) {
|
|
212
212
|
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
213
|
-
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.0-refactor-manifest-
|
|
213
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.0-refactor-manifest-20251017070814";
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
function getInfoWithoutType(target, key) {
|
|
@@ -211,7 +211,7 @@ function getGlobalFederationConstructor() {
|
|
|
211
211
|
function setGlobalFederationConstructor(FederationConstructor, isDebug = index_esm.isDebugMode()) {
|
|
212
212
|
if (isDebug) {
|
|
213
213
|
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
214
|
-
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.0-refactor-manifest-
|
|
214
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.0-refactor-manifest-20251017070814";
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
function getInfoWithoutType(target, key) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/bridge-react",
|
|
3
|
-
"version": "0.0.0-refactor-manifest-
|
|
3
|
+
"version": "0.0.0-refactor-manifest-20251017070814",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"dependencies": {
|
|
101
101
|
"react-error-boundary": "^4.1.2",
|
|
102
102
|
"lru-cache": "^10.4.3",
|
|
103
|
-
"@module-federation/bridge-shared": "0.0.0-refactor-manifest-
|
|
104
|
-
"@module-federation/sdk": "0.0.0-refactor-manifest-
|
|
103
|
+
"@module-federation/bridge-shared": "0.0.0-refactor-manifest-20251017070814",
|
|
104
|
+
"@module-federation/sdk": "0.0.0-refactor-manifest-20251017070814"
|
|
105
105
|
},
|
|
106
106
|
"peerDependencies": {
|
|
107
107
|
"react": ">=16.9.0",
|
|
@@ -133,8 +133,8 @@
|
|
|
133
133
|
"vite": "^5.4.20",
|
|
134
134
|
"vite-plugin-dts": "^4.3.0",
|
|
135
135
|
"hono": "3.12.12",
|
|
136
|
-
"@module-federation/runtime": "0.0.0-refactor-manifest-
|
|
137
|
-
"@module-federation/runtime-core": "0.0.0-refactor-manifest-
|
|
136
|
+
"@module-federation/runtime": "0.0.0-refactor-manifest-20251017070814",
|
|
137
|
+
"@module-federation/runtime-core": "0.0.0-refactor-manifest-20251017070814"
|
|
138
138
|
},
|
|
139
139
|
"scripts": {
|
|
140
140
|
"dev": "vite",
|