@webiny/api-headless-cms-ddb 5.42.4-beta.0 → 5.43.0-beta.1
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.
|
@@ -4,5 +4,5 @@ interface Params {
|
|
|
4
4
|
type: string;
|
|
5
5
|
property: string;
|
|
6
6
|
}
|
|
7
|
-
export declare const getMappedPlugins: <T extends Plugin
|
|
7
|
+
export declare const getMappedPlugins: <T extends Plugin>(params: Params) => Record<string, T>;
|
|
8
8
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const createFilterCreatePlugins: () => import("../../../..").CmsEntryFieldFilterPlugin<import("@webiny/api/types").GenericRecord
|
|
1
|
+
export declare const createFilterCreatePlugins: () => import("../../../..").CmsEntryFieldFilterPlugin<import("@webiny/api/types").GenericRecord | null | undefined>[];
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { CmsEntryFieldFilterPlugin } from "../../../../plugins/CmsEntryFieldFilterPlugin";
|
|
2
2
|
import { GenericRecord } from "@webiny/api/types";
|
|
3
|
-
export declare const createRefFilterCreate: () => CmsEntryFieldFilterPlugin<GenericRecord
|
|
3
|
+
export declare const createRefFilterCreate: () => CmsEntryFieldFilterPlugin<GenericRecord | null | undefined>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/api-headless-cms-ddb",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.43.0-beta.1",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"@webiny/api-headless-cms",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
],
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@webiny/api": "5.
|
|
26
|
-
"@webiny/api-headless-cms": "5.
|
|
27
|
-
"@webiny/aws-sdk": "5.
|
|
28
|
-
"@webiny/db-dynamodb": "5.
|
|
29
|
-
"@webiny/error": "5.
|
|
30
|
-
"@webiny/handler-db": "5.
|
|
31
|
-
"@webiny/utils": "5.
|
|
25
|
+
"@webiny/api": "5.43.0-beta.1",
|
|
26
|
+
"@webiny/api-headless-cms": "5.43.0-beta.1",
|
|
27
|
+
"@webiny/aws-sdk": "5.43.0-beta.1",
|
|
28
|
+
"@webiny/db-dynamodb": "5.43.0-beta.1",
|
|
29
|
+
"@webiny/error": "5.43.0-beta.1",
|
|
30
|
+
"@webiny/handler-db": "5.43.0-beta.1",
|
|
31
|
+
"@webiny/utils": "5.43.0-beta.1",
|
|
32
32
|
"dataloader": "2.2.3",
|
|
33
33
|
"dot-prop": "6.0.1",
|
|
34
34
|
"jsonpack": "1.1.5",
|
|
@@ -36,12 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/jsonpack": "1.1.6",
|
|
39
|
-
"@webiny/plugins": "5.
|
|
40
|
-
"@webiny/project-utils": "5.
|
|
39
|
+
"@webiny/plugins": "5.43.0-beta.1",
|
|
40
|
+
"@webiny/project-utils": "5.43.0-beta.1",
|
|
41
41
|
"jest": "29.7.0",
|
|
42
42
|
"jest-dynalite": "3.6.1",
|
|
43
|
-
"
|
|
44
|
-
"typescript": "4.9.5"
|
|
43
|
+
"typescript": "5.3.3"
|
|
45
44
|
},
|
|
46
45
|
"publishConfig": {
|
|
47
46
|
"access": "public",
|
|
@@ -51,5 +50,5 @@
|
|
|
51
50
|
"build": "node ../cli/bin.js run build",
|
|
52
51
|
"watch": "node ../cli/bin.js run watch"
|
|
53
52
|
},
|
|
54
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "d47a234b09383cb7ab2d9907300b8eaa89aa64d6"
|
|
55
54
|
}
|