@bolttech/form-engine 3.0.4 → 3.0.6
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/index.esm.js +6 -4
- package/package.json +3 -3
package/index.esm.js
CHANGED
|
@@ -123,10 +123,10 @@ var SHARED = '__core-js_shared__';
|
|
|
123
123
|
var store$3 = sharedStore.exports = globalThis$g[SHARED] || defineGlobalProperty$2(SHARED, {});
|
|
124
124
|
|
|
125
125
|
(store$3.versions || (store$3.versions = [])).push({
|
|
126
|
-
version: '3.
|
|
126
|
+
version: '3.48.0',
|
|
127
127
|
mode: 'global',
|
|
128
|
-
copyright: '©
|
|
129
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
128
|
+
copyright: '© 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.',
|
|
129
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.48.0/LICENSE',
|
|
130
130
|
source: 'https://github.com/zloirock/core-js'
|
|
131
131
|
});
|
|
132
132
|
|
|
@@ -1686,7 +1686,7 @@ var wellKnownSymbol$3 = wellKnownSymbol$c;
|
|
|
1686
1686
|
|
|
1687
1687
|
var TO_STRING_TAG$2 = wellKnownSymbol$3('toStringTag');
|
|
1688
1688
|
var test$1 = {};
|
|
1689
|
-
|
|
1689
|
+
// eslint-disable-next-line unicorn/no-immediate-mutation -- ES3 syntax limitation
|
|
1690
1690
|
test$1[TO_STRING_TAG$2] = 'z';
|
|
1691
1691
|
|
|
1692
1692
|
var toStringTagSupport = String(test$1) === '[object z]';
|
|
@@ -2524,6 +2524,7 @@ var FORCED$3 = new Error('e', { cause: 7 }).cause !== 7;
|
|
|
2524
2524
|
|
|
2525
2525
|
var exportGlobalErrorCauseWrapper = function (ERROR_NAME, wrapper) {
|
|
2526
2526
|
var O = {};
|
|
2527
|
+
// eslint-disable-next-line unicorn/no-immediate-mutation -- ES3 syntax limitation
|
|
2527
2528
|
O[ERROR_NAME] = wrapErrorConstructorWithCause(ERROR_NAME, wrapper, FORCED$3);
|
|
2528
2529
|
$$5({ global: true, constructor: true, arity: 1, forced: FORCED$3 }, O);
|
|
2529
2530
|
};
|
|
@@ -2531,6 +2532,7 @@ var exportGlobalErrorCauseWrapper = function (ERROR_NAME, wrapper) {
|
|
|
2531
2532
|
var exportWebAssemblyErrorCauseWrapper = function (ERROR_NAME, wrapper) {
|
|
2532
2533
|
if (WebAssembly && WebAssembly[ERROR_NAME]) {
|
|
2533
2534
|
var O = {};
|
|
2535
|
+
// eslint-disable-next-line unicorn/no-immediate-mutation -- ES3 syntax limitation
|
|
2534
2536
|
O[ERROR_NAME] = wrapErrorConstructorWithCause(WEB_ASSEMBLY + '.' + ERROR_NAME, wrapper, FORCED$3);
|
|
2535
2537
|
$$5({ target: WEB_ASSEMBLY, stat: true, constructor: true, arity: 1, forced: FORCED$3 }, O);
|
|
2536
2538
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bolttech/form-engine",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"description": "A react adapter for bolttech form engine",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@bolttech/form-engine-core": "
|
|
6
|
+
"@bolttech/form-engine-core": "1.0.5"
|
|
7
7
|
},
|
|
8
8
|
"peerDependencies": {
|
|
9
9
|
"react": "19.1.1",
|
|
10
10
|
"react-dom": "19.1.1",
|
|
11
|
-
"react-router-dom": "6.
|
|
11
|
+
"react-router-dom": "6.30.3"
|
|
12
12
|
},
|
|
13
13
|
"module": "./index.esm.js",
|
|
14
14
|
"type": "module",
|