@webiny/api-page-builder-import-export 5.35.0-beta.0 → 5.35.0-beta.2
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/package.json +23 -23
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@webiny/api-page-builder-import-export",
|
3
|
-
"version": "5.35.0-beta.
|
3
|
+
"version": "5.35.0-beta.2",
|
4
4
|
"main": "index.js",
|
5
5
|
"keywords": [
|
6
6
|
"pbie:base"
|
@@ -16,17 +16,17 @@
|
|
16
16
|
"dependencies": {
|
17
17
|
"@babel/runtime": "7.20.13",
|
18
18
|
"@commodo/fields": "1.1.2-beta.20",
|
19
|
-
"@webiny/api": "5.35.0-beta.
|
20
|
-
"@webiny/api-file-manager": "5.35.0-beta.
|
21
|
-
"@webiny/api-form-builder": "5.35.0-beta.
|
22
|
-
"@webiny/api-page-builder": "5.35.0-beta.
|
23
|
-
"@webiny/api-security": "5.35.0-beta.
|
24
|
-
"@webiny/error": "5.35.0-beta.
|
25
|
-
"@webiny/handler": "5.35.0-beta.
|
26
|
-
"@webiny/handler-aws": "5.35.0-beta.
|
27
|
-
"@webiny/handler-graphql": "5.35.0-beta.
|
28
|
-
"@webiny/utils": "5.35.0-beta.
|
29
|
-
"@webiny/validation": "5.35.0-beta.
|
19
|
+
"@webiny/api": "5.35.0-beta.2",
|
20
|
+
"@webiny/api-file-manager": "5.35.0-beta.2",
|
21
|
+
"@webiny/api-form-builder": "5.35.0-beta.2",
|
22
|
+
"@webiny/api-page-builder": "5.35.0-beta.2",
|
23
|
+
"@webiny/api-security": "5.35.0-beta.2",
|
24
|
+
"@webiny/error": "5.35.0-beta.2",
|
25
|
+
"@webiny/handler": "5.35.0-beta.2",
|
26
|
+
"@webiny/handler-aws": "5.35.0-beta.2",
|
27
|
+
"@webiny/handler-graphql": "5.35.0-beta.2",
|
28
|
+
"@webiny/utils": "5.35.0-beta.2",
|
29
|
+
"@webiny/validation": "5.35.0-beta.2",
|
30
30
|
"archiver": "5.3.1",
|
31
31
|
"commodo-fields-object": "1.0.6",
|
32
32
|
"dot-prop-immutable": "2.1.1",
|
@@ -48,16 +48,16 @@
|
|
48
48
|
"@types/archiver": "^5.3.1",
|
49
49
|
"@types/node-fetch": "^2.6.1",
|
50
50
|
"@types/yauzl": "^2.9.2",
|
51
|
-
"@webiny/api-dynamodb-to-elasticsearch": "^5.35.0-beta.
|
52
|
-
"@webiny/api-file-manager-ddb-es": "^5.35.0-beta.
|
53
|
-
"@webiny/api-i18n-ddb": "^5.35.0-beta.
|
54
|
-
"@webiny/api-security-so-ddb": "^5.35.0-beta.
|
55
|
-
"@webiny/api-tenancy": "^5.35.0-beta.
|
56
|
-
"@webiny/api-tenancy-so-ddb": "^5.35.0-beta.
|
57
|
-
"@webiny/api-wcp": "^5.35.0-beta.
|
58
|
-
"@webiny/cli": "^5.35.0-beta.
|
59
|
-
"@webiny/db": "^5.35.0-beta.
|
60
|
-
"@webiny/project-utils": "^5.35.0-beta.
|
51
|
+
"@webiny/api-dynamodb-to-elasticsearch": "^5.35.0-beta.2",
|
52
|
+
"@webiny/api-file-manager-ddb-es": "^5.35.0-beta.2",
|
53
|
+
"@webiny/api-i18n-ddb": "^5.35.0-beta.2",
|
54
|
+
"@webiny/api-security-so-ddb": "^5.35.0-beta.2",
|
55
|
+
"@webiny/api-tenancy": "^5.35.0-beta.2",
|
56
|
+
"@webiny/api-tenancy-so-ddb": "^5.35.0-beta.2",
|
57
|
+
"@webiny/api-wcp": "^5.35.0-beta.2",
|
58
|
+
"@webiny/cli": "^5.35.0-beta.2",
|
59
|
+
"@webiny/db": "^5.35.0-beta.2",
|
60
|
+
"@webiny/project-utils": "^5.35.0-beta.2",
|
61
61
|
"jest": "^28.1.0",
|
62
62
|
"jest-dynalite": "^3.2.0",
|
63
63
|
"rimraf": "^3.0.2",
|
@@ -79,5 +79,5 @@
|
|
79
79
|
]
|
80
80
|
}
|
81
81
|
},
|
82
|
-
"gitHead": "
|
82
|
+
"gitHead": "948cd1e05978e0ed25137ace7dd6c15ed0bf2cca"
|
83
83
|
}
|