@wise/dynamic-flow-client-internal 3.2.0-beta-d0f2da.30 → 3.2.0-beta-f98491.31
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/build/main.js +1 -1
- package/build/main.mjs +1 -1
- package/package.json +2 -2
package/build/main.js
CHANGED
|
@@ -55,7 +55,7 @@ __export(src_exports, {
|
|
|
55
55
|
});
|
|
56
56
|
module.exports = __toCommonJS(src_exports);
|
|
57
57
|
|
|
58
|
-
// ../../node_modules/.pnpm/@wise+dynamic-flow-client@3.2.0-beta-
|
|
58
|
+
// ../../node_modules/.pnpm/@wise+dynamic-flow-client@3.2.0-beta-928206.39_@tr_3czcb4do2ng3ytiuqglairjawi/node_modules/@wise/dynamic-flow-client/build/main.mjs
|
|
59
59
|
var import_react = require("react");
|
|
60
60
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
61
61
|
var import_react2 = require("react");
|
package/build/main.mjs
CHANGED
|
@@ -25,7 +25,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
25
25
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
26
26
|
});
|
|
27
27
|
|
|
28
|
-
// ../../node_modules/.pnpm/@wise+dynamic-flow-client@3.2.0-beta-
|
|
28
|
+
// ../../node_modules/.pnpm/@wise+dynamic-flow-client@3.2.0-beta-928206.39_@tr_3czcb4do2ng3ytiuqglairjawi/node_modules/@wise/dynamic-flow-client/build/main.mjs
|
|
29
29
|
import { useState as useState8, useEffect as useEffect4, forwardRef, Suspense, lazy } from "react";
|
|
30
30
|
import { jsx as jsx28, jsxs as jsxs8, Fragment as Fragment5 } from "react/jsx-runtime";
|
|
31
31
|
import { useCallback as useCallback9, useEffect as useEffect20, useMemo as useMemo16, useState as useState25 } from "react";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "3.2.0-beta-
|
|
3
|
+
"version": "3.2.0-beta-f98491.31",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.min.js",
|
|
@@ -96,6 +96,6 @@
|
|
|
96
96
|
"react-intl": "^6"
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@wise/dynamic-flow-client": "3.2.0-beta-
|
|
99
|
+
"@wise/dynamic-flow-client": "3.2.0-beta-928206.39"
|
|
100
100
|
}
|
|
101
101
|
}
|