webiny 6.4.0 → 6.4.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.
Files changed (2) hide show
  1. package/api/aco/folder.d.ts +1 -0
  2. package/package.json +40 -40
@@ -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.0",
3
+ "version": "6.4.1",
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.0",
13
- "@webiny/api-aco": "6.4.0",
14
- "@webiny/api-core": "6.4.0",
15
- "@webiny/api-file-manager": "6.4.0",
16
- "@webiny/api-headless-cms": "6.4.0",
17
- "@webiny/api-headless-cms-ddb-es": "6.4.0",
18
- "@webiny/api-headless-cms-scheduler": "6.4.0",
19
- "@webiny/api-mailer": "6.4.0",
20
- "@webiny/api-opensearch": "6.4.0",
21
- "@webiny/api-scheduler": "6.4.0",
22
- "@webiny/api-website-builder": "6.4.0",
23
- "@webiny/api-website-builder-scheduler": "6.4.0",
24
- "@webiny/api-websockets": "6.4.0",
25
- "@webiny/app": "6.4.0",
26
- "@webiny/app-aco": "6.4.0",
27
- "@webiny/app-admin": "6.4.0",
28
- "@webiny/app-file-manager": "6.4.0",
29
- "@webiny/app-headless-cms": "6.4.0",
30
- "@webiny/app-headless-cms-common": "6.4.0",
31
- "@webiny/app-website-builder": "6.4.0",
32
- "@webiny/background-tasks": "6.4.0",
33
- "@webiny/cli-core": "6.4.0",
34
- "@webiny/db-dynamodb": "6.4.0",
35
- "@webiny/feature": "6.4.0",
36
- "@webiny/form": "6.4.0",
37
- "@webiny/handler": "6.4.0",
38
- "@webiny/handler-graphql": "6.4.0",
39
- "@webiny/languages": "6.4.0",
40
- "@webiny/lexical-editor": "6.4.0",
41
- "@webiny/project": "6.4.0",
42
- "@webiny/project-aws": "6.4.0",
43
- "@webiny/project-aws-template": "6.4.0",
44
- "@webiny/tenant-manager": "6.4.0",
45
- "@webiny/utils": "6.4.0",
46
- "@webiny/validation": "6.4.0",
47
- "@webiny/webhooks": "6.4.0",
48
- "@webiny/website-builder-sdk": "6.4.0",
12
+ "@webiny/admin-ui": "6.4.1",
13
+ "@webiny/api-aco": "6.4.1",
14
+ "@webiny/api-core": "6.4.1",
15
+ "@webiny/api-file-manager": "6.4.1",
16
+ "@webiny/api-headless-cms": "6.4.1",
17
+ "@webiny/api-headless-cms-ddb-es": "6.4.1",
18
+ "@webiny/api-headless-cms-scheduler": "6.4.1",
19
+ "@webiny/api-mailer": "6.4.1",
20
+ "@webiny/api-opensearch": "6.4.1",
21
+ "@webiny/api-scheduler": "6.4.1",
22
+ "@webiny/api-website-builder": "6.4.1",
23
+ "@webiny/api-website-builder-scheduler": "6.4.1",
24
+ "@webiny/api-websockets": "6.4.1",
25
+ "@webiny/app": "6.4.1",
26
+ "@webiny/app-aco": "6.4.1",
27
+ "@webiny/app-admin": "6.4.1",
28
+ "@webiny/app-file-manager": "6.4.1",
29
+ "@webiny/app-headless-cms": "6.4.1",
30
+ "@webiny/app-headless-cms-common": "6.4.1",
31
+ "@webiny/app-website-builder": "6.4.1",
32
+ "@webiny/background-tasks": "6.4.1",
33
+ "@webiny/cli-core": "6.4.1",
34
+ "@webiny/db-dynamodb": "6.4.1",
35
+ "@webiny/feature": "6.4.1",
36
+ "@webiny/form": "6.4.1",
37
+ "@webiny/handler": "6.4.1",
38
+ "@webiny/handler-graphql": "6.4.1",
39
+ "@webiny/languages": "6.4.1",
40
+ "@webiny/lexical-editor": "6.4.1",
41
+ "@webiny/project": "6.4.1",
42
+ "@webiny/project-aws": "6.4.1",
43
+ "@webiny/project-aws-template": "6.4.1",
44
+ "@webiny/tenant-manager": "6.4.1",
45
+ "@webiny/utils": "6.4.1",
46
+ "@webiny/validation": "6.4.1",
47
+ "@webiny/webhooks": "6.4.1",
48
+ "@webiny/website-builder-sdk": "6.4.1",
49
49
  "react": "18.3.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@webiny/build-tools": "6.4.0",
52
+ "@webiny/build-tools": "6.4.1",
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": "a9e9428800c668172653eb3821a9ac0a0abab1a1f0ee06c19356f7c9b80b6818",
145
+ "exportGenerationHash": "c9051138bc4811bb11e9d43908abd64b81fa4265430dfa82983b003d2360fa85",
146
146
  "webiny": {
147
147
  "publishFrom": "dist"
148
148
  }