@webiny/api-page-builder-import-export 5.38.0-beta.0 → 5.38.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  import { Response, ErrorResponse } from "@webiny/handler-graphql";
2
- declare const _default: (fn: () => Promise<any>) => Promise<Response<any> | ErrorResponse>;
2
+ declare const _default: (fn: () => Promise<any>) => Promise<ErrorResponse | Response<any>>;
3
3
  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.38.0-beta.0",
3
+ "version": "5.38.0-beta.1",
4
4
  "main": "index.js",
5
5
  "keywords": [
6
6
  "pbie:base"
@@ -16,18 +16,18 @@
16
16
  "dependencies": {
17
17
  "@babel/runtime": "7.22.6",
18
18
  "@commodo/fields": "1.1.2-beta.20",
19
- "@webiny/api": "5.38.0-beta.0",
20
- "@webiny/api-file-manager": "5.38.0-beta.0",
21
- "@webiny/api-form-builder": "5.38.0-beta.0",
22
- "@webiny/api-page-builder": "5.38.0-beta.0",
23
- "@webiny/api-security": "5.38.0-beta.0",
24
- "@webiny/error": "5.38.0-beta.0",
25
- "@webiny/handler": "5.38.0-beta.0",
26
- "@webiny/handler-aws": "5.38.0-beta.0",
27
- "@webiny/handler-graphql": "5.38.0-beta.0",
28
- "@webiny/pubsub": "5.38.0-beta.0",
29
- "@webiny/utils": "5.38.0-beta.0",
30
- "@webiny/validation": "5.38.0-beta.0",
19
+ "@webiny/api": "5.38.0-beta.1",
20
+ "@webiny/api-file-manager": "5.38.0-beta.1",
21
+ "@webiny/api-form-builder": "5.38.0-beta.1",
22
+ "@webiny/api-page-builder": "5.38.0-beta.1",
23
+ "@webiny/api-security": "5.38.0-beta.1",
24
+ "@webiny/error": "5.38.0-beta.1",
25
+ "@webiny/handler": "5.38.0-beta.1",
26
+ "@webiny/handler-aws": "5.38.0-beta.1",
27
+ "@webiny/handler-graphql": "5.38.0-beta.1",
28
+ "@webiny/pubsub": "5.38.0-beta.1",
29
+ "@webiny/utils": "5.38.0-beta.1",
30
+ "@webiny/validation": "5.38.0-beta.1",
31
31
  "archiver": "5.3.1",
32
32
  "commodo-fields-object": "1.0.6",
33
33
  "dot-prop-immutable": "2.1.1",
@@ -48,13 +48,13 @@
48
48
  "@types/archiver": "5.3.1",
49
49
  "@types/node-fetch": "2.6.2",
50
50
  "@types/yauzl": "2.10.0",
51
- "@webiny/api-authentication": "5.38.0-beta.0",
52
- "@webiny/api-dynamodb-to-elasticsearch": "5.38.0-beta.0",
53
- "@webiny/api-tenancy": "5.38.0-beta.0",
54
- "@webiny/api-wcp": "5.38.0-beta.0",
55
- "@webiny/cli": "5.38.0-beta.0",
56
- "@webiny/db": "5.38.0-beta.0",
57
- "@webiny/project-utils": "5.38.0-beta.0",
51
+ "@webiny/api-authentication": "5.38.0-beta.1",
52
+ "@webiny/api-dynamodb-to-elasticsearch": "5.38.0-beta.1",
53
+ "@webiny/api-tenancy": "5.38.0-beta.1",
54
+ "@webiny/api-wcp": "5.38.0-beta.1",
55
+ "@webiny/cli": "5.38.0-beta.1",
56
+ "@webiny/db": "5.38.0-beta.1",
57
+ "@webiny/project-utils": "5.38.0-beta.1",
58
58
  "jest": "29.5.0",
59
59
  "jest-dynalite": "3.6.1",
60
60
  "rimraf": "3.0.2",
@@ -76,5 +76,5 @@
76
76
  ]
77
77
  }
78
78
  },
79
- "gitHead": "5746389d4988626b50e2523ccfa0a9a5e398e0ed"
79
+ "gitHead": "6daf38d3ed0c029a8fea005c2b6246e5b325a09c"
80
80
  }