@webiny/api-page-builder-import-export 5.22.0-beta.1 → 5.22.1-beta.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/package.json +21 -21
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@webiny/api-page-builder-import-export",
|
3
|
-
"version": "5.22.
|
3
|
+
"version": "5.22.1-beta.0",
|
4
4
|
"main": "index.js",
|
5
5
|
"keywords": [
|
6
6
|
"pbie:base"
|
@@ -16,15 +16,15 @@
|
|
16
16
|
"dependencies": {
|
17
17
|
"@babel/runtime": "7.16.7",
|
18
18
|
"@commodo/fields": "1.1.2-beta.20",
|
19
|
-
"@webiny/api-file-manager": "5.22.
|
20
|
-
"@webiny/api-page-builder": "5.22.
|
21
|
-
"@webiny/api-security": "5.22.
|
22
|
-
"@webiny/error": "5.22.
|
23
|
-
"@webiny/handler": "5.22.
|
24
|
-
"@webiny/handler-args": "5.22.
|
25
|
-
"@webiny/handler-aws": "5.22.
|
26
|
-
"@webiny/handler-graphql": "5.22.
|
27
|
-
"@webiny/validation": "5.22.
|
19
|
+
"@webiny/api-file-manager": "5.22.1-beta.0",
|
20
|
+
"@webiny/api-page-builder": "5.22.1-beta.0",
|
21
|
+
"@webiny/api-security": "5.22.1-beta.0",
|
22
|
+
"@webiny/error": "5.22.1-beta.0",
|
23
|
+
"@webiny/handler": "5.22.1-beta.0",
|
24
|
+
"@webiny/handler-args": "5.22.1-beta.0",
|
25
|
+
"@webiny/handler-aws": "5.22.1-beta.0",
|
26
|
+
"@webiny/handler-graphql": "5.22.1-beta.0",
|
27
|
+
"@webiny/validation": "5.22.1-beta.0",
|
28
28
|
"archiver": "5.3.0",
|
29
29
|
"commodo-fields-object": "1.0.6",
|
30
30
|
"dot-prop-immutable": "2.1.1",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"load-json-file": "6.2.0",
|
33
33
|
"lodash": "4.17.21",
|
34
34
|
"mdbid": "1.0.0",
|
35
|
-
"node-fetch": "2.6.
|
35
|
+
"node-fetch": "2.6.7",
|
36
36
|
"stream": "0.0.2",
|
37
37
|
"uniqid": "5.4.0",
|
38
38
|
"yauzl": "2.10.0"
|
@@ -46,15 +46,15 @@
|
|
46
46
|
"@elastic/elasticsearch": "7.12.0",
|
47
47
|
"@shelf/jest-elasticsearch": "^1.0.0",
|
48
48
|
"@types/puppeteer": "^5.4.2",
|
49
|
-
"@webiny/api-dynamodb-to-elasticsearch": "^5.22.
|
50
|
-
"@webiny/api-file-manager-ddb-es": "^5.22.
|
51
|
-
"@webiny/api-i18n-ddb": "^5.22.
|
52
|
-
"@webiny/api-security-so-ddb": "^5.22.
|
53
|
-
"@webiny/api-tenancy": "^5.22.
|
54
|
-
"@webiny/api-tenancy-so-ddb": "^5.22.
|
55
|
-
"@webiny/cli": "^5.22.
|
56
|
-
"@webiny/db": "^5.22.
|
57
|
-
"@webiny/project-utils": "^5.22.
|
49
|
+
"@webiny/api-dynamodb-to-elasticsearch": "^5.22.1-beta.0",
|
50
|
+
"@webiny/api-file-manager-ddb-es": "^5.22.1-beta.0",
|
51
|
+
"@webiny/api-i18n-ddb": "^5.22.1-beta.0",
|
52
|
+
"@webiny/api-security-so-ddb": "^5.22.1-beta.0",
|
53
|
+
"@webiny/api-tenancy": "^5.22.1-beta.0",
|
54
|
+
"@webiny/api-tenancy-so-ddb": "^5.22.1-beta.0",
|
55
|
+
"@webiny/cli": "^5.22.1-beta.0",
|
56
|
+
"@webiny/db": "^5.22.1-beta.0",
|
57
|
+
"@webiny/project-utils": "^5.22.1-beta.0",
|
58
58
|
"jest": "^26.6.3",
|
59
59
|
"jest-dynalite": "^3.2.0",
|
60
60
|
"rimraf": "^3.0.2",
|
@@ -76,5 +76,5 @@
|
|
76
76
|
]
|
77
77
|
}
|
78
78
|
},
|
79
|
-
"gitHead": "
|
79
|
+
"gitHead": "37f7c3d99baa1793fe29221b5eca40fe92cfe190"
|
80
80
|
}
|