webiny 6.4.2 → 6.4.3-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.
package/infra/admin.d.ts CHANGED
@@ -4,4 +4,5 @@ export { AdminAfterDeploy as AdminAfterDeployHook } from "@webiny/project/abstra
4
4
  export { AdminBeforeDeploy as AdminBeforeDeployHook } from "@webiny/project/abstractions/features/hooks/AdminBeforeDeploy.js";
5
5
  export { AdminBeforeWatch as AdminBeforeWatchHook } from "@webiny/project/abstractions/features/hooks/AdminBeforeWatch.js";
6
6
  export { AdminPulumi } from "@webiny/project-aws/abstractions/features/pulumi/AdminPulumi.js";
7
+ export { SetAdminCustomDomains } from "@webiny/project-aws/abstractions/features/pulumi/SetAdminCustomDomains.js";
7
8
  export { AdminStackOutputService as GetAdminStackOutput } from "@webiny/project-aws/abstractions/services/AdminStackOutputService.js";
package/infra/admin.js CHANGED
@@ -4,4 +4,5 @@ export { AdminAfterDeploy as AdminAfterDeployHook } from "@webiny/project/abstra
4
4
  export { AdminBeforeDeploy as AdminBeforeDeployHook } from "@webiny/project/abstractions/features/hooks/AdminBeforeDeploy.js";
5
5
  export { AdminBeforeWatch as AdminBeforeWatchHook } from "@webiny/project/abstractions/features/hooks/AdminBeforeWatch.js";
6
6
  export { AdminPulumi } from "@webiny/project-aws/abstractions/features/pulumi/AdminPulumi.js";
7
+ export { SetAdminCustomDomains } from "@webiny/project-aws/abstractions/features/pulumi/SetAdminCustomDomains.js";
7
8
  export { AdminStackOutputService as GetAdminStackOutput } from "@webiny/project-aws/abstractions/services/AdminStackOutputService.js";
package/infra/api.d.ts CHANGED
@@ -4,4 +4,5 @@ export { ApiAfterDeploy as ApiAfterDeployHook } from "@webiny/project/abstractio
4
4
  export { ApiBeforeDeploy as ApiBeforeDeployHook } from "@webiny/project/abstractions/features/hooks/ApiBeforeDeploy.js";
5
5
  export { ApiBeforeWatch as ApiBeforeWatchHook } from "@webiny/project/abstractions/features/hooks/ApiBeforeWatch.js";
6
6
  export { ApiPulumi } from "@webiny/project-aws/abstractions/features/pulumi/ApiPulumi.js";
7
+ export { SetApiCustomDomains } from "@webiny/project-aws/abstractions/features/pulumi/SetApiCustomDomains.js";
7
8
  export { ApiStackOutputService as GetApiStackOutput } from "@webiny/project-aws/abstractions/services/ApiStackOutputService.js";
package/infra/api.js CHANGED
@@ -4,4 +4,5 @@ export { ApiAfterDeploy as ApiAfterDeployHook } from "@webiny/project/abstractio
4
4
  export { ApiBeforeDeploy as ApiBeforeDeployHook } from "@webiny/project/abstractions/features/hooks/ApiBeforeDeploy.js";
5
5
  export { ApiBeforeWatch as ApiBeforeWatchHook } from "@webiny/project/abstractions/features/hooks/ApiBeforeWatch.js";
6
6
  export { ApiPulumi } from "@webiny/project-aws/abstractions/features/pulumi/ApiPulumi.js";
7
+ export { SetApiCustomDomains } from "@webiny/project-aws/abstractions/features/pulumi/SetApiCustomDomains.js";
7
8
  export { ApiStackOutputService as GetApiStackOutput } from "@webiny/project-aws/abstractions/services/ApiStackOutputService.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webiny",
3
- "version": "6.4.2",
3
+ "version": "6.4.3-beta.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.2",
13
- "@webiny/api-aco": "6.4.2",
14
- "@webiny/api-core": "6.4.2",
15
- "@webiny/api-file-manager": "6.4.2",
16
- "@webiny/api-headless-cms": "6.4.2",
17
- "@webiny/api-headless-cms-ddb-es": "6.4.2",
18
- "@webiny/api-headless-cms-scheduler": "6.4.2",
19
- "@webiny/api-mailer": "6.4.2",
20
- "@webiny/api-opensearch": "6.4.2",
21
- "@webiny/api-scheduler": "6.4.2",
22
- "@webiny/api-website-builder": "6.4.2",
23
- "@webiny/api-website-builder-scheduler": "6.4.2",
24
- "@webiny/api-websockets": "6.4.2",
25
- "@webiny/app": "6.4.2",
26
- "@webiny/app-aco": "6.4.2",
27
- "@webiny/app-admin": "6.4.2",
28
- "@webiny/app-file-manager": "6.4.2",
29
- "@webiny/app-headless-cms": "6.4.2",
30
- "@webiny/app-headless-cms-common": "6.4.2",
31
- "@webiny/app-website-builder": "6.4.2",
32
- "@webiny/background-tasks": "6.4.2",
33
- "@webiny/cli-core": "6.4.2",
34
- "@webiny/db-dynamodb": "6.4.2",
35
- "@webiny/feature": "6.4.2",
36
- "@webiny/form": "6.4.2",
37
- "@webiny/handler": "6.4.2",
38
- "@webiny/handler-graphql": "6.4.2",
39
- "@webiny/languages": "6.4.2",
40
- "@webiny/lexical-editor": "6.4.2",
41
- "@webiny/project": "6.4.2",
42
- "@webiny/project-aws": "6.4.2",
43
- "@webiny/project-aws-template": "6.4.2",
44
- "@webiny/tenant-manager": "6.4.2",
45
- "@webiny/utils": "6.4.2",
46
- "@webiny/validation": "6.4.2",
47
- "@webiny/webhooks": "6.4.2",
48
- "@webiny/website-builder-sdk": "6.4.2",
12
+ "@webiny/admin-ui": "6.4.3-beta.1",
13
+ "@webiny/api-aco": "6.4.3-beta.1",
14
+ "@webiny/api-core": "6.4.3-beta.1",
15
+ "@webiny/api-file-manager": "6.4.3-beta.1",
16
+ "@webiny/api-headless-cms": "6.4.3-beta.1",
17
+ "@webiny/api-headless-cms-ddb-es": "6.4.3-beta.1",
18
+ "@webiny/api-headless-cms-scheduler": "6.4.3-beta.1",
19
+ "@webiny/api-mailer": "6.4.3-beta.1",
20
+ "@webiny/api-opensearch": "6.4.3-beta.1",
21
+ "@webiny/api-scheduler": "6.4.3-beta.1",
22
+ "@webiny/api-website-builder": "6.4.3-beta.1",
23
+ "@webiny/api-website-builder-scheduler": "6.4.3-beta.1",
24
+ "@webiny/api-websockets": "6.4.3-beta.1",
25
+ "@webiny/app": "6.4.3-beta.1",
26
+ "@webiny/app-aco": "6.4.3-beta.1",
27
+ "@webiny/app-admin": "6.4.3-beta.1",
28
+ "@webiny/app-file-manager": "6.4.3-beta.1",
29
+ "@webiny/app-headless-cms": "6.4.3-beta.1",
30
+ "@webiny/app-headless-cms-common": "6.4.3-beta.1",
31
+ "@webiny/app-website-builder": "6.4.3-beta.1",
32
+ "@webiny/background-tasks": "6.4.3-beta.1",
33
+ "@webiny/cli-core": "6.4.3-beta.1",
34
+ "@webiny/db-dynamodb": "6.4.3-beta.1",
35
+ "@webiny/feature": "6.4.3-beta.1",
36
+ "@webiny/form": "6.4.3-beta.1",
37
+ "@webiny/handler": "6.4.3-beta.1",
38
+ "@webiny/handler-graphql": "6.4.3-beta.1",
39
+ "@webiny/languages": "6.4.3-beta.1",
40
+ "@webiny/lexical-editor": "6.4.3-beta.1",
41
+ "@webiny/project": "6.4.3-beta.1",
42
+ "@webiny/project-aws": "6.4.3-beta.1",
43
+ "@webiny/project-aws-template": "6.4.3-beta.1",
44
+ "@webiny/tenant-manager": "6.4.3-beta.1",
45
+ "@webiny/utils": "6.4.3-beta.1",
46
+ "@webiny/validation": "6.4.3-beta.1",
47
+ "@webiny/webhooks": "6.4.3-beta.1",
48
+ "@webiny/website-builder-sdk": "6.4.3-beta.1",
49
49
  "react": "18.3.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@webiny/build-tools": "6.4.2",
52
+ "@webiny/build-tools": "6.4.3-beta.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": "c9051138bc4811bb11e9d43908abd64b81fa4265430dfa82983b003d2360fa85",
145
+ "exportGenerationHash": "954f9dd590fd3048683029196e8f6fc8311f5096e3f1e6ad1a5352c2ea48b4ea",
146
146
  "webiny": {
147
147
  "publishFrom": "dist"
148
148
  }