webiny 6.4.0-beta.7 → 6.4.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/api/aco/folder.d.ts +1 -0
- package/package.json +40 -40
package/api/aco/folder.d.ts
CHANGED
|
@@ -8,3 +8,4 @@ export { FolderAfterUpdateEventHandler, FolderBeforeUpdateEventHandler, UpdateFo
|
|
|
8
8
|
export { EnsureFolderIsEmpty } from "@webiny/api-aco/features/folder/EnsureFolderIsEmpty/abstractions.js";
|
|
9
9
|
export { ListFoldersUseCase, ListFoldersRepository } from "@webiny/api-aco/features/folder/ListFolders/abstractions.js";
|
|
10
10
|
export { FilterStorageOperations } from "@webiny/api-aco/features/folder/shared/abstractions.js";
|
|
11
|
+
export type { Folder } from "@webiny/api-aco/folder/folder.types.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webiny",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.1-beta.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -9,47 +9,47 @@
|
|
|
9
9
|
"description": "This package contains Webiny extensions.",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@webiny/admin-ui": "6.4.
|
|
13
|
-
"@webiny/api-aco": "6.4.
|
|
14
|
-
"@webiny/api-core": "6.4.
|
|
15
|
-
"@webiny/api-file-manager": "6.4.
|
|
16
|
-
"@webiny/api-headless-cms": "6.4.
|
|
17
|
-
"@webiny/api-headless-cms-ddb-es": "6.4.
|
|
18
|
-
"@webiny/api-headless-cms-scheduler": "6.4.
|
|
19
|
-
"@webiny/api-mailer": "6.4.
|
|
20
|
-
"@webiny/api-opensearch": "6.4.
|
|
21
|
-
"@webiny/api-scheduler": "6.4.
|
|
22
|
-
"@webiny/api-website-builder": "6.4.
|
|
23
|
-
"@webiny/api-website-builder-scheduler": "6.4.
|
|
24
|
-
"@webiny/api-websockets": "6.4.
|
|
25
|
-
"@webiny/app": "6.4.
|
|
26
|
-
"@webiny/app-aco": "6.4.
|
|
27
|
-
"@webiny/app-admin": "6.4.
|
|
28
|
-
"@webiny/app-file-manager": "6.4.
|
|
29
|
-
"@webiny/app-headless-cms": "6.4.
|
|
30
|
-
"@webiny/app-headless-cms-common": "6.4.
|
|
31
|
-
"@webiny/app-website-builder": "6.4.
|
|
32
|
-
"@webiny/background-tasks": "6.4.
|
|
33
|
-
"@webiny/cli-core": "6.4.
|
|
34
|
-
"@webiny/db-dynamodb": "6.4.
|
|
35
|
-
"@webiny/feature": "6.4.
|
|
36
|
-
"@webiny/form": "6.4.
|
|
37
|
-
"@webiny/handler": "6.4.
|
|
38
|
-
"@webiny/handler-graphql": "6.4.
|
|
39
|
-
"@webiny/languages": "6.4.
|
|
40
|
-
"@webiny/lexical-editor": "6.4.
|
|
41
|
-
"@webiny/project": "6.4.
|
|
42
|
-
"@webiny/project-aws": "6.4.
|
|
43
|
-
"@webiny/project-aws-template": "6.4.
|
|
44
|
-
"@webiny/tenant-manager": "6.4.
|
|
45
|
-
"@webiny/utils": "6.4.
|
|
46
|
-
"@webiny/validation": "6.4.
|
|
47
|
-
"@webiny/webhooks": "6.4.
|
|
48
|
-
"@webiny/website-builder-sdk": "6.4.
|
|
12
|
+
"@webiny/admin-ui": "6.4.1-beta.0",
|
|
13
|
+
"@webiny/api-aco": "6.4.1-beta.0",
|
|
14
|
+
"@webiny/api-core": "6.4.1-beta.0",
|
|
15
|
+
"@webiny/api-file-manager": "6.4.1-beta.0",
|
|
16
|
+
"@webiny/api-headless-cms": "6.4.1-beta.0",
|
|
17
|
+
"@webiny/api-headless-cms-ddb-es": "6.4.1-beta.0",
|
|
18
|
+
"@webiny/api-headless-cms-scheduler": "6.4.1-beta.0",
|
|
19
|
+
"@webiny/api-mailer": "6.4.1-beta.0",
|
|
20
|
+
"@webiny/api-opensearch": "6.4.1-beta.0",
|
|
21
|
+
"@webiny/api-scheduler": "6.4.1-beta.0",
|
|
22
|
+
"@webiny/api-website-builder": "6.4.1-beta.0",
|
|
23
|
+
"@webiny/api-website-builder-scheduler": "6.4.1-beta.0",
|
|
24
|
+
"@webiny/api-websockets": "6.4.1-beta.0",
|
|
25
|
+
"@webiny/app": "6.4.1-beta.0",
|
|
26
|
+
"@webiny/app-aco": "6.4.1-beta.0",
|
|
27
|
+
"@webiny/app-admin": "6.4.1-beta.0",
|
|
28
|
+
"@webiny/app-file-manager": "6.4.1-beta.0",
|
|
29
|
+
"@webiny/app-headless-cms": "6.4.1-beta.0",
|
|
30
|
+
"@webiny/app-headless-cms-common": "6.4.1-beta.0",
|
|
31
|
+
"@webiny/app-website-builder": "6.4.1-beta.0",
|
|
32
|
+
"@webiny/background-tasks": "6.4.1-beta.0",
|
|
33
|
+
"@webiny/cli-core": "6.4.1-beta.0",
|
|
34
|
+
"@webiny/db-dynamodb": "6.4.1-beta.0",
|
|
35
|
+
"@webiny/feature": "6.4.1-beta.0",
|
|
36
|
+
"@webiny/form": "6.4.1-beta.0",
|
|
37
|
+
"@webiny/handler": "6.4.1-beta.0",
|
|
38
|
+
"@webiny/handler-graphql": "6.4.1-beta.0",
|
|
39
|
+
"@webiny/languages": "6.4.1-beta.0",
|
|
40
|
+
"@webiny/lexical-editor": "6.4.1-beta.0",
|
|
41
|
+
"@webiny/project": "6.4.1-beta.0",
|
|
42
|
+
"@webiny/project-aws": "6.4.1-beta.0",
|
|
43
|
+
"@webiny/project-aws-template": "6.4.1-beta.0",
|
|
44
|
+
"@webiny/tenant-manager": "6.4.1-beta.0",
|
|
45
|
+
"@webiny/utils": "6.4.1-beta.0",
|
|
46
|
+
"@webiny/validation": "6.4.1-beta.0",
|
|
47
|
+
"@webiny/webhooks": "6.4.1-beta.0",
|
|
48
|
+
"@webiny/website-builder-sdk": "6.4.1-beta.0",
|
|
49
49
|
"react": "18.3.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@webiny/build-tools": "6.4.
|
|
52
|
+
"@webiny/build-tools": "6.4.1-beta.0",
|
|
53
53
|
"rimraf": "6.1.3",
|
|
54
54
|
"typescript": "6.0.3"
|
|
55
55
|
},
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"./extensions": "./extensions.js",
|
|
143
143
|
"./api/tenant-manager": "./api/tenant-manager.js"
|
|
144
144
|
},
|
|
145
|
-
"exportGenerationHash": "
|
|
145
|
+
"exportGenerationHash": "c9051138bc4811bb11e9d43908abd64b81fa4265430dfa82983b003d2360fa85",
|
|
146
146
|
"webiny": {
|
|
147
147
|
"publishFrom": "dist"
|
|
148
148
|
}
|