@webiny/api-page-builder-import-export 5.29.0-beta.1 → 5.30.0-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.
@@ -13,8 +13,8 @@ export interface HandlerResponse {
|
|
13
13
|
data: string | null;
|
14
14
|
error: HandlerResponseError | null;
|
15
15
|
}
|
16
|
-
declare const _default: () => HandlerPlugin<PbPageImportExportContext, ArgsContext<HandlerArgs>>;
|
17
16
|
/**
|
18
17
|
* Handles the export pages combine workflow.
|
19
18
|
*/
|
19
|
+
declare const _default: () => HandlerPlugin<PbPageImportExportContext, ArgsContext<HandlerArgs>>;
|
20
20
|
export default _default;
|
@@ -20,8 +20,8 @@ interface Configuration {
|
|
20
20
|
combine: string;
|
21
21
|
};
|
22
22
|
}
|
23
|
-
declare const _default: (configuration: Configuration) => HandlerPlugin<PbPageImportExportContext, ArgsContext<HandlerArgs>>;
|
24
23
|
/**
|
25
24
|
* Handles the export pages process workflow.
|
26
25
|
*/
|
26
|
+
declare const _default: (configuration: Configuration) => HandlerPlugin<PbPageImportExportContext, ArgsContext<HandlerArgs>>;
|
27
27
|
export default _default;
|
package/exportPages/zipper.d.ts
CHANGED
@@ -21,8 +21,8 @@ interface Configuration {
|
|
21
21
|
process: string;
|
22
22
|
};
|
23
23
|
}
|
24
|
-
declare const _default: (configuration: Configuration) => HandlerPlugin<PbPageImportExportContext, ArgsContext<HandlerArgs>>;
|
25
24
|
/**
|
26
25
|
* Handles the import page workflow.
|
27
26
|
*/
|
27
|
+
declare const _default: (configuration: Configuration) => HandlerPlugin<PbPageImportExportContext, ArgsContext<HandlerArgs>>;
|
28
28
|
export default _default;
|
@@ -19,8 +19,8 @@ interface Configuration {
|
|
19
19
|
process: string;
|
20
20
|
};
|
21
21
|
}
|
22
|
-
declare const _default: (configuration: Configuration) => HandlerPlugin<PbPageImportExportContext, ArgsContext<HandlerArgs>>;
|
23
22
|
/**
|
24
23
|
* Handles the import page workflow.
|
25
24
|
*/
|
25
|
+
declare const _default: (configuration: Configuration) => HandlerPlugin<PbPageImportExportContext, ArgsContext<HandlerArgs>>;
|
26
26
|
export default _default;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@webiny/api-page-builder-import-export",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.30.0-beta.0",
|
4
4
|
"main": "index.js",
|
5
5
|
"keywords": [
|
6
6
|
"pbie:base"
|
@@ -14,18 +14,18 @@
|
|
14
14
|
"author": "Webiny Ltd",
|
15
15
|
"license": "MIT",
|
16
16
|
"dependencies": {
|
17
|
-
"@babel/runtime": "7.18.
|
17
|
+
"@babel/runtime": "7.18.6",
|
18
18
|
"@commodo/fields": "1.1.2-beta.20",
|
19
|
-
"@webiny/api-file-manager": "5.
|
20
|
-
"@webiny/api-page-builder": "5.
|
21
|
-
"@webiny/api-security": "5.
|
22
|
-
"@webiny/error": "5.
|
23
|
-
"@webiny/handler": "5.
|
24
|
-
"@webiny/handler-args": "5.
|
25
|
-
"@webiny/handler-aws": "5.
|
26
|
-
"@webiny/handler-graphql": "5.
|
27
|
-
"@webiny/utils": "5.
|
28
|
-
"@webiny/validation": "5.
|
19
|
+
"@webiny/api-file-manager": "5.30.0-beta.0",
|
20
|
+
"@webiny/api-page-builder": "5.30.0-beta.0",
|
21
|
+
"@webiny/api-security": "5.30.0-beta.0",
|
22
|
+
"@webiny/error": "5.30.0-beta.0",
|
23
|
+
"@webiny/handler": "5.30.0-beta.0",
|
24
|
+
"@webiny/handler-args": "5.30.0-beta.0",
|
25
|
+
"@webiny/handler-aws": "5.30.0-beta.0",
|
26
|
+
"@webiny/handler-graphql": "5.30.0-beta.0",
|
27
|
+
"@webiny/utils": "5.30.0-beta.0",
|
28
|
+
"@webiny/validation": "5.30.0-beta.0",
|
29
29
|
"archiver": "5.3.1",
|
30
30
|
"commodo-fields-object": "1.0.6",
|
31
31
|
"dot-prop-immutable": "2.1.1",
|
@@ -48,21 +48,21 @@
|
|
48
48
|
"@types/node-fetch": "^2.6.1",
|
49
49
|
"@types/puppeteer": "^5.4.2",
|
50
50
|
"@types/yauzl": "^2.9.2",
|
51
|
-
"@webiny/api-dynamodb-to-elasticsearch": "^5.
|
52
|
-
"@webiny/api-file-manager-ddb-es": "^5.
|
53
|
-
"@webiny/api-i18n-ddb": "^5.
|
54
|
-
"@webiny/api-security-so-ddb": "^5.
|
55
|
-
"@webiny/api-tenancy": "^5.
|
56
|
-
"@webiny/api-tenancy-so-ddb": "^5.
|
57
|
-
"@webiny/api-wcp": "^5.
|
58
|
-
"@webiny/cli": "^5.
|
59
|
-
"@webiny/db": "^5.
|
60
|
-
"@webiny/project-utils": "^5.
|
61
|
-
"jest": "^
|
51
|
+
"@webiny/api-dynamodb-to-elasticsearch": "^5.30.0-beta.0",
|
52
|
+
"@webiny/api-file-manager-ddb-es": "^5.30.0-beta.0",
|
53
|
+
"@webiny/api-i18n-ddb": "^5.30.0-beta.0",
|
54
|
+
"@webiny/api-security-so-ddb": "^5.30.0-beta.0",
|
55
|
+
"@webiny/api-tenancy": "^5.30.0-beta.0",
|
56
|
+
"@webiny/api-tenancy-so-ddb": "^5.30.0-beta.0",
|
57
|
+
"@webiny/api-wcp": "^5.30.0-beta.0",
|
58
|
+
"@webiny/cli": "^5.30.0-beta.0",
|
59
|
+
"@webiny/db": "^5.30.0-beta.0",
|
60
|
+
"@webiny/project-utils": "^5.30.0-beta.0",
|
61
|
+
"jest": "^28.1.0",
|
62
62
|
"jest-dynalite": "^3.2.0",
|
63
63
|
"rimraf": "^3.0.2",
|
64
64
|
"ttypescript": "^1.5.12",
|
65
|
-
"typescript": "4.
|
65
|
+
"typescript": "4.7.4"
|
66
66
|
},
|
67
67
|
"publishConfig": {
|
68
68
|
"access": "public",
|
@@ -79,5 +79,5 @@
|
|
79
79
|
]
|
80
80
|
}
|
81
81
|
},
|
82
|
-
"gitHead": "
|
82
|
+
"gitHead": "622d120f5637e3ca807b8bfc9ed2cd034ac85fb7"
|
83
83
|
}
|