@ea-lab/reactive-json 1.3.0 → 1.4.0
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/component/action/CustomEventListener.js +1 -1
- package/dist/component/action/ReactOnEvent.js +1 -1
- package/dist/component/attributeTransformer/setAttributeValue.js +1 -1
- package/dist/component/attributeTransformer/toggleAttributeValue.js +1 -1
- package/dist/component/attributeTransformer/unsetAttributeValue.js +1 -1
- package/dist/component/element/debug/VariablesDebug/VariablesDebug.js +1 -1
- package/dist/component/element/special/Count.js +1 -1
- package/dist/component/element/special/ReactiveJsonSubroot.js +1 -1
- package/dist/component/index.js +1 -1
- package/dist/component/reaction/fetchData.js +1 -1
- package/dist/component/reaction/index.js +1 -1
- package/dist/component/reaction/submitData.js +1 -1
- package/dist/component/reaction/utility/httpRequestCommon.js +2 -2
- package/dist/component/reaction/utility/index.js +1 -1
- package/dist/engine/ReactiveJsonRoot.js +1 -1
- package/dist/engine/utility/parseRjBuild.js +1 -1
- package/dist/{httpRequestCommon-BNA1zivP.js → httpRequestCommon-C7MsJIKA.js} +370 -358
- package/dist/{js-yaml-Bw0KO4XO.js → js-yaml-CFDLc3Ha.js} +196 -193
- package/dist/main.js +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -72,7 +72,7 @@ import { ReactiveJsonSubroot as qo } from "./component/element/special/ReactiveJ
|
|
|
72
72
|
import { Switch as Qo } from "./component/element/special/Switch.js";
|
|
73
73
|
import { addData as Yo } from "./component/reaction/addData.js";
|
|
74
74
|
import { fetchData as _o } from "./component/reaction/fetchData.js";
|
|
75
|
-
import { e as er } from "./httpRequestCommon-
|
|
75
|
+
import { e as er } from "./httpRequestCommon-C7MsJIKA.js";
|
|
76
76
|
import { moveData as rr } from "./component/reaction/moveData.js";
|
|
77
77
|
import { postMessage as ar } from "./component/reaction/postMessage.js";
|
|
78
78
|
import { redirectNow as pr } from "./component/reaction/redirectNow.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ea-lab/reactive-json",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.4.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"babel-jest": "^30.2.0",
|
|
65
65
|
"clsx": "^2.1.1",
|
|
66
66
|
"dnd-kit-sortable-tree": "^0.1.73",
|
|
67
|
-
"esbuild-jest": "^0.
|
|
67
|
+
"esbuild-jest": "^0.4.0",
|
|
68
68
|
"eslint": "^9.25.0",
|
|
69
69
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
70
70
|
"eslint-plugin-react-refresh": "^0.4.19",
|