@webiny/api-headless-cms-scheduler 6.2.0 → 6.3.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.
|
@@ -5,4 +5,7 @@
|
|
|
5
5
|
* published, unpublished, or deleted. This ensures scheduled actions
|
|
6
6
|
* don't execute after a user has already performed the action manually.
|
|
7
7
|
*/
|
|
8
|
-
export declare const CancelScheduledActionOnEntryChangeFeature:
|
|
8
|
+
export declare const CancelScheduledActionOnEntryChangeFeature: {
|
|
9
|
+
name: string;
|
|
10
|
+
register(container: import("@webiny/di").Container): void;
|
|
11
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/api-headless-cms-scheduler",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.3.0-beta.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"description": "Schedule for Webiny Headless CMS",
|
|
@@ -14,28 +14,28 @@
|
|
|
14
14
|
},
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@webiny/api": "6.
|
|
18
|
-
"@webiny/api-headless-cms": "6.
|
|
19
|
-
"@webiny/api-scheduler": "6.
|
|
20
|
-
"@webiny/feature": "6.
|
|
21
|
-
"@webiny/handler-graphql": "6.
|
|
17
|
+
"@webiny/api": "6.3.0-beta.0",
|
|
18
|
+
"@webiny/api-headless-cms": "6.3.0-beta.0",
|
|
19
|
+
"@webiny/api-scheduler": "6.3.0-beta.0",
|
|
20
|
+
"@webiny/feature": "6.3.0-beta.0",
|
|
21
|
+
"@webiny/handler-graphql": "6.3.0-beta.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@webiny/api-core": "6.
|
|
25
|
-
"@webiny/aws-sdk": "6.
|
|
26
|
-
"@webiny/build-tools": "6.
|
|
27
|
-
"@webiny/handler": "6.
|
|
28
|
-
"@webiny/handler-aws": "6.
|
|
29
|
-
"@webiny/plugins": "6.
|
|
30
|
-
"@webiny/project-utils": "6.
|
|
31
|
-
"@webiny/wcp": "6.
|
|
24
|
+
"@webiny/api-core": "6.3.0-beta.0",
|
|
25
|
+
"@webiny/aws-sdk": "6.3.0-beta.0",
|
|
26
|
+
"@webiny/build-tools": "6.3.0-beta.0",
|
|
27
|
+
"@webiny/handler": "6.3.0-beta.0",
|
|
28
|
+
"@webiny/handler-aws": "6.3.0-beta.0",
|
|
29
|
+
"@webiny/plugins": "6.3.0-beta.0",
|
|
30
|
+
"@webiny/project-utils": "6.3.0-beta.0",
|
|
31
|
+
"@webiny/wcp": "6.3.0-beta.0",
|
|
32
32
|
"aws-sdk-client-mock": "4.1.0",
|
|
33
|
-
"typescript": "
|
|
33
|
+
"typescript": "6.0.3",
|
|
34
34
|
"vitest": "4.1.4"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public",
|
|
38
38
|
"directory": "dist"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "94c21e58aebc9855bf1ae972423281faa0f5c135"
|
|
41
41
|
}
|