@webiny/website-builder-sdk 6.4.4-beta.0 → 6.4.4-beta.10
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.d.ts +1 -0
- package/index.js +1 -0
- package/jsonPatch.js +3 -3
- package/package.json +4 -4
package/index.d.ts
CHANGED
|
@@ -28,4 +28,5 @@ export * from "./InputBindingsProcessor.js";
|
|
|
28
28
|
export * from "./StylesBindingsProcessor.js";
|
|
29
29
|
export * from "./ElementFactory.js";
|
|
30
30
|
export * from "./ConstraintEvaluator.js";
|
|
31
|
+
export * from "./generateElementId.js";
|
|
31
32
|
export { StyleSettings } from "./constants.js";
|
package/index.js
CHANGED
|
@@ -27,4 +27,5 @@ export * from "./InputBindingsProcessor.js";
|
|
|
27
27
|
export * from "./StylesBindingsProcessor.js";
|
|
28
28
|
export * from "./ElementFactory.js";
|
|
29
29
|
export * from "./ConstraintEvaluator.js";
|
|
30
|
+
export * from "./generateElementId.js";
|
|
30
31
|
export { StyleSettings } from "./constants.js";
|
package/jsonPatch.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as __rspack_external_fast_json_patch_index_mjs_25f05694 from "fast-json-patch/index.mjs";
|
|
2
2
|
const jsonPatch = {
|
|
3
|
-
compare: (tree1, tree2, invertible)=>
|
|
4
|
-
applyPatch: (document, patch, validateOperation, mutateDocument, banPrototypeModifications)=>
|
|
3
|
+
compare: (tree1, tree2, invertible)=>__rspack_external_fast_json_patch_index_mjs_25f05694.compare(tree1, tree2, invertible),
|
|
4
|
+
applyPatch: (document, patch, validateOperation, mutateDocument, banPrototypeModifications)=>__rspack_external_fast_json_patch_index_mjs_25f05694.applyPatch(document, patch, validateOperation, mutateDocument, banPrototypeModifications)
|
|
5
5
|
};
|
|
6
6
|
export { jsonPatch };
|
|
7
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/website-builder-sdk",
|
|
3
|
-
"version": "6.4.4-beta.
|
|
3
|
+
"version": "6.4.4-beta.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"lodash": "4.18.1",
|
|
22
22
|
"matcher": "6.0.0",
|
|
23
23
|
"mobx": "6.16.1",
|
|
24
|
-
"nanoid": "5.1.
|
|
24
|
+
"nanoid": "5.1.16",
|
|
25
25
|
"nanoid-dictionary": "5.0.0",
|
|
26
26
|
"pino": "10.3.1",
|
|
27
27
|
"pino-pretty": "13.1.3"
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/deep-equal": "1.0.4",
|
|
31
31
|
"@types/is-hotkey": "0.1.10",
|
|
32
|
-
"@webiny/build-tools": "6.4.4-beta.
|
|
32
|
+
"@webiny/build-tools": "6.4.4-beta.10",
|
|
33
33
|
"typescript": "6.0.3",
|
|
34
|
-
"vitest": "4.1.
|
|
34
|
+
"vitest": "4.1.10"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|