@webiny/app-website-builder 6.0.0-rc.3 → 6.0.0-rc.4

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.
@@ -1,2 +1,3 @@
1
+ export { Routes } from "../../routes.js";
1
2
  export { EcommerceIntegration } from "../../ecommerce/index.js";
2
3
  export { pagePathFromTitle } from "../../index.js";
@@ -1,3 +1,4 @@
1
+ export { Routes } from "../../routes.js";
1
2
  export { EcommerceIntegration } from "../../ecommerce/index.js";
2
3
  export { pagePathFromTitle } from "../../index.js";
3
4
 
@@ -1 +1 @@
1
- {"version":3,"names":["EcommerceIntegration","pagePathFromTitle"],"sources":["website-builder.ts"],"sourcesContent":["export { EcommerceIntegration } from \"~/ecommerce/index.js\";\nexport { pagePathFromTitle } from \"~/index.js\";\n"],"mappings":"AAAA,SAASA,oBAAoB;AAC7B,SAASC,iBAAiB","ignoreList":[]}
1
+ {"version":3,"names":["Routes","EcommerceIntegration","pagePathFromTitle"],"sources":["website-builder.ts"],"sourcesContent":["export { Routes } from \"~/routes.js\";\nexport { EcommerceIntegration } from \"~/ecommerce/index.js\";\nexport { pagePathFromTitle } from \"~/index.js\";\n"],"mappings":"AAAA,SAASA,MAAM;AACf,SAASC,oBAAoB;AAC7B,SAASC,iBAAiB","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-website-builder",
3
- "version": "6.0.0-rc.3",
3
+ "version": "6.0.0-rc.4",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -17,26 +17,26 @@
17
17
  "@monaco-editor/react": "4.7.0",
18
18
  "@svgr/webpack": "6.5.1",
19
19
  "@types/react": "18.2.79",
20
- "@webiny/admin-ui": "6.0.0-rc.3",
21
- "@webiny/app": "6.0.0-rc.3",
22
- "@webiny/app-aco": "6.0.0-rc.3",
23
- "@webiny/app-admin": "6.0.0-rc.3",
24
- "@webiny/app-headless-cms-common": "6.0.0-rc.3",
25
- "@webiny/app-utils": "6.0.0-rc.3",
26
- "@webiny/error": "6.0.0-rc.3",
27
- "@webiny/feature": "6.0.0-rc.3",
28
- "@webiny/form": "6.0.0-rc.3",
29
- "@webiny/icons": "6.0.0-rc.3",
30
- "@webiny/lexical-converter": "6.0.0-rc.3",
31
- "@webiny/lexical-editor": "6.0.0-rc.3",
32
- "@webiny/lexical-nodes": "6.0.0-rc.3",
33
- "@webiny/lexical-theme": "6.0.0-rc.3",
34
- "@webiny/react-composition": "6.0.0-rc.3",
35
- "@webiny/react-properties": "6.0.0-rc.3",
36
- "@webiny/ui": "6.0.0-rc.3",
37
- "@webiny/utils": "6.0.0-rc.3",
38
- "@webiny/validation": "6.0.0-rc.3",
39
- "@webiny/website-builder-sdk": "6.0.0-rc.3",
20
+ "@webiny/admin-ui": "6.0.0-rc.4",
21
+ "@webiny/app": "6.0.0-rc.4",
22
+ "@webiny/app-aco": "6.0.0-rc.4",
23
+ "@webiny/app-admin": "6.0.0-rc.4",
24
+ "@webiny/app-headless-cms-common": "6.0.0-rc.4",
25
+ "@webiny/app-utils": "6.0.0-rc.4",
26
+ "@webiny/error": "6.0.0-rc.4",
27
+ "@webiny/feature": "6.0.0-rc.4",
28
+ "@webiny/form": "6.0.0-rc.4",
29
+ "@webiny/icons": "6.0.0-rc.4",
30
+ "@webiny/lexical-converter": "6.0.0-rc.4",
31
+ "@webiny/lexical-editor": "6.0.0-rc.4",
32
+ "@webiny/lexical-nodes": "6.0.0-rc.4",
33
+ "@webiny/lexical-theme": "6.0.0-rc.4",
34
+ "@webiny/react-composition": "6.0.0-rc.4",
35
+ "@webiny/react-properties": "6.0.0-rc.4",
36
+ "@webiny/ui": "6.0.0-rc.4",
37
+ "@webiny/utils": "6.0.0-rc.4",
38
+ "@webiny/validation": "6.0.0-rc.4",
39
+ "@webiny/website-builder-sdk": "6.0.0-rc.4",
40
40
  "apollo-cache": "1.3.5",
41
41
  "apollo-client": "2.6.10",
42
42
  "apollo-link": "1.2.14",
@@ -72,7 +72,7 @@
72
72
  "@types/react-virtualized": "9.22.3",
73
73
  "@types/resize-observer-browser": "0.1.11",
74
74
  "@types/store": "2.0.5",
75
- "@webiny/build-tools": "6.0.0-rc.3",
75
+ "@webiny/build-tools": "6.0.0-rc.4",
76
76
  "execa": "5.1.1",
77
77
  "rimraf": "6.1.3",
78
78
  "typescript": "5.9.3",
@@ -94,5 +94,5 @@
94
94
  ]
95
95
  }
96
96
  },
97
- "gitHead": "228fe25e1a17f248d566bce1c33d11c291955513"
97
+ "gitHead": "e2758ee1cfa3b9a7152e9bb995a90ccabd33266f"
98
98
  }