webiny 6.2.0-beta.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.
@@ -0,0 +1,15 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#000000">
2
+ <!-- outer hexagon ring -->
3
+ <path fill="none" stroke="currentColor" stroke-width="72" stroke-linejoin="round" d="M480-840 792-660 792-300 480-120 168-300 168-660Z"/>
4
+ <!-- triangle 1: top, bottom-right, bottom-left -->
5
+ <path fill="none" stroke="currentColor" stroke-width="72" stroke-linejoin="round" d="M480-840 792-300 168-300Z"/>
6
+ <!-- triangle 2: top-right, bottom, top-left -->
7
+ <path fill="none" stroke="currentColor" stroke-width="72" stroke-linejoin="round" d="M792-660 480-120 168-660Z"/>
8
+ <!-- vertex dots -->
9
+ <circle cx="480" cy="-840" r="72" fill="currentColor"/>
10
+ <circle cx="792" cy="-660" r="72" fill="currentColor"/>
11
+ <circle cx="792" cy="-300" r="72" fill="currentColor"/>
12
+ <circle cx="480" cy="-120" r="72" fill="currentColor"/>
13
+ <circle cx="168" cy="-300" r="72" fill="currentColor"/>
14
+ <circle cx="168" cy="-660" r="72" fill="currentColor"/>
15
+ </svg>
package/admin.d.ts CHANGED
@@ -8,6 +8,8 @@ export { Plugin } from "@webiny/app/core/Plugin.js";
8
8
  export { DevToolsSection } from "@webiny/app-admin/components/index.js";
9
9
  export { RegisterFeature } from "@webiny/app-admin/components/RegisterFeature.js";
10
10
  export { BuildParam, BuildParams } from "@webiny/app-admin/features/buildParams/index.js";
11
+ export { Tool, ToolPipelineRunner } from "@webiny/app-admin/features/tools/index.js";
12
+ export { ToolsFeature } from "@webiny/app-admin/features/tools/index.js";
11
13
  export { AdminConfig } from "@webiny/app-admin/config/AdminConfig.js";
12
14
  export { Routes } from "@webiny/app-admin/routes.js";
13
15
  export { createFeature, createAbstraction, BaseError } from "@webiny/feature/admin/index.js";
package/admin.js CHANGED
@@ -8,6 +8,8 @@ export { Plugin } from "@webiny/app/core/Plugin.js";
8
8
  export { DevToolsSection } from "@webiny/app-admin/components/index.js";
9
9
  export { RegisterFeature } from "@webiny/app-admin/components/RegisterFeature.js";
10
10
  export { BuildParam, BuildParams } from "@webiny/app-admin/features/buildParams/index.js";
11
+ export { Tool, ToolPipelineRunner } from "@webiny/app-admin/features/tools/index.js";
12
+ export { ToolsFeature } from "@webiny/app-admin/features/tools/index.js";
11
13
  export { AdminConfig } from "@webiny/app-admin/config/AdminConfig.js";
12
14
  export { Routes } from "@webiny/app-admin/routes.js";
13
15
  export { createFeature, createAbstraction, BaseError } from "@webiny/feature/admin/index.js";
package/admin.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["MainGraphQLClient","useFeature","NetworkErrorEventHandler","createProviderPlugin","createProvider","Provider","Plugin","DevToolsSection","RegisterFeature","BuildParam","BuildParams","AdminConfig","Routes","createFeature","createAbstraction","BaseError"],"sources":["admin.ts"],"sourcesContent":["export { MainGraphQLClient } from \"@webiny/app/features/mainGraphQLClient/index.js\";\nexport { useFeature } from \"@webiny/app/shared/di/useFeature.js\";\nexport { NetworkErrorEventHandler } from \"@webiny/app/errors/index.js\";\nexport { createProviderPlugin } from \"@webiny/app/core/createProviderPlugin.js\";\nexport { createProvider } from \"@webiny/app/core/createProvider.js\";\nexport { Provider } from \"@webiny/app/core/Provider.js\";\nexport { Plugin } from \"@webiny/app/core/Plugin.js\";\nexport { DevToolsSection } from \"@webiny/app-admin/components/index.js\";\nexport { RegisterFeature } from \"@webiny/app-admin/components/RegisterFeature.js\";\nexport { BuildParam, BuildParams } from \"@webiny/app-admin/features/buildParams/index.js\";\nexport { AdminConfig } from \"@webiny/app-admin/config/AdminConfig.js\";\nexport { Routes } from \"@webiny/app-admin/routes.js\";\nexport { createFeature, createAbstraction, BaseError } from \"@webiny/feature/admin/index.js\";\n"],"mappings":"AAAA,SAASA,iBAAiB,QAAQ,iDAAiD;AACnF,SAASC,UAAU,QAAQ,qCAAqC;AAChE,SAASC,wBAAwB,QAAQ,6BAA6B;AACtE,SAASC,oBAAoB,QAAQ,0CAA0C;AAC/E,SAASC,cAAc,QAAQ,oCAAoC;AACnE,SAASC,QAAQ,QAAQ,8BAA8B;AACvD,SAASC,MAAM,QAAQ,4BAA4B;AACnD,SAASC,eAAe,QAAQ,uCAAuC;AACvE,SAASC,eAAe,QAAQ,iDAAiD;AACjF,SAASC,UAAU,EAAEC,WAAW,QAAQ,iDAAiD;AACzF,SAASC,WAAW,QAAQ,yCAAyC;AACrE,SAASC,MAAM,QAAQ,6BAA6B;AACpD,SAASC,aAAa,EAAEC,iBAAiB,EAAEC,SAAS,QAAQ,gCAAgC","ignoreList":[]}
1
+ {"version":3,"names":["MainGraphQLClient","useFeature","NetworkErrorEventHandler","createProviderPlugin","createProvider","Provider","Plugin","DevToolsSection","RegisterFeature","BuildParam","BuildParams","Tool","ToolPipelineRunner","ToolsFeature","AdminConfig","Routes","createFeature","createAbstraction","BaseError"],"sources":["admin.ts"],"sourcesContent":["export { MainGraphQLClient } from \"@webiny/app/features/mainGraphQLClient/index.js\";\nexport { useFeature } from \"@webiny/app/shared/di/useFeature.js\";\nexport { NetworkErrorEventHandler } from \"@webiny/app/errors/index.js\";\nexport { createProviderPlugin } from \"@webiny/app/core/createProviderPlugin.js\";\nexport { createProvider } from \"@webiny/app/core/createProvider.js\";\nexport { Provider } from \"@webiny/app/core/Provider.js\";\nexport { Plugin } from \"@webiny/app/core/Plugin.js\";\nexport { DevToolsSection } from \"@webiny/app-admin/components/index.js\";\nexport { RegisterFeature } from \"@webiny/app-admin/components/RegisterFeature.js\";\nexport { BuildParam, BuildParams } from \"@webiny/app-admin/features/buildParams/index.js\";\nexport { Tool, ToolPipelineRunner } from \"@webiny/app-admin/features/tools/index.js\";\nexport { ToolsFeature } from \"@webiny/app-admin/features/tools/index.js\";\nexport { AdminConfig } from \"@webiny/app-admin/config/AdminConfig.js\";\nexport { Routes } from \"@webiny/app-admin/routes.js\";\nexport { createFeature, createAbstraction, BaseError } from \"@webiny/feature/admin/index.js\";\n"],"mappings":"AAAA,SAASA,iBAAiB,QAAQ,iDAAiD;AACnF,SAASC,UAAU,QAAQ,qCAAqC;AAChE,SAASC,wBAAwB,QAAQ,6BAA6B;AACtE,SAASC,oBAAoB,QAAQ,0CAA0C;AAC/E,SAASC,cAAc,QAAQ,oCAAoC;AACnE,SAASC,QAAQ,QAAQ,8BAA8B;AACvD,SAASC,MAAM,QAAQ,4BAA4B;AACnD,SAASC,eAAe,QAAQ,uCAAuC;AACvE,SAASC,eAAe,QAAQ,iDAAiD;AACjF,SAASC,UAAU,EAAEC,WAAW,QAAQ,iDAAiD;AACzF,SAASC,IAAI,EAAEC,kBAAkB,QAAQ,2CAA2C;AACpF,SAASC,YAAY,QAAQ,2CAA2C;AACxE,SAASC,WAAW,QAAQ,yCAAyC;AACrE,SAASC,MAAM,QAAQ,6BAA6B;AACpD,SAASC,aAAa,EAAEC,iBAAiB,EAAEC,SAAS,QAAQ,gCAAgC","ignoreList":[]}
package/api.d.ts CHANGED
@@ -1,4 +1,7 @@
1
+ export { AiSdk, AiSdkFactory, AiConnectionFactory, Ai } from "@webiny/api-core/features/ai/index.js";
2
+ export type { IAiConnection, IAiConnectionInline } from "@webiny/api-core/features/ai/index.js";
1
3
  export { Logger } from "@webiny/api-core/features/logger/index.js";
4
+ export { Encryption } from "@webiny/api-core/features/encryption/index.js";
2
5
  export { BuildParam, BuildParams } from "@webiny/api-core/features/buildParams/index.js";
3
6
  export { DomainEvent, EventPublisher } from "@webiny/api-core/features/eventPublisher/index.js";
4
7
  export { GlobalKeyValueStore, KeyValueStore } from "@webiny/api-core/features/keyValueStore/index.js";
package/api.js CHANGED
@@ -1,4 +1,6 @@
1
+ export { AiSdk, AiSdkFactory, AiConnectionFactory, Ai } from "@webiny/api-core/features/ai/index.js";
1
2
  export { Logger } from "@webiny/api-core/features/logger/index.js";
3
+ export { Encryption } from "@webiny/api-core/features/encryption/index.js";
2
4
  export { BuildParam, BuildParams } from "@webiny/api-core/features/buildParams/index.js";
3
5
  export { DomainEvent, EventPublisher } from "@webiny/api-core/features/eventPublisher/index.js";
4
6
  export { GlobalKeyValueStore, KeyValueStore } from "@webiny/api-core/features/keyValueStore/index.js";
package/api.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["Logger","BuildParam","BuildParams","DomainEvent","EventPublisher","GlobalKeyValueStore","KeyValueStore","createFeature","createAbstraction","Result","BaseError","Route","CompressionHandler","Compression"],"sources":["api.ts"],"sourcesContent":["export { Logger } from \"@webiny/api-core/features/logger/index.js\";\nexport { BuildParam, BuildParams } from \"@webiny/api-core/features/buildParams/index.js\";\nexport { DomainEvent, EventPublisher } from \"@webiny/api-core/features/eventPublisher/index.js\";\nexport {\n GlobalKeyValueStore,\n KeyValueStore\n} from \"@webiny/api-core/features/keyValueStore/index.js\";\nexport { createFeature, createAbstraction, Result, BaseError } from \"@webiny/feature/api/index.js\";\nexport { Route } from \"@webiny/handler/abstractions/Route.js\";\nexport { CompressionHandler } from \"@webiny/utils/features/compression/abstractions/CompressionHandler.js\";\nexport { Compression } from \"@webiny/utils/features/compression/abstractions/Compression.js\";\n"],"mappings":"AAAA,SAASA,MAAM,QAAQ,2CAA2C;AAClE,SAASC,UAAU,EAAEC,WAAW,QAAQ,gDAAgD;AACxF,SAASC,WAAW,EAAEC,cAAc,QAAQ,mDAAmD;AAC/F,SACIC,mBAAmB,EACnBC,aAAa,QACV,kDAAkD;AACzD,SAASC,aAAa,EAAEC,iBAAiB,EAAEC,MAAM,EAAEC,SAAS,QAAQ,8BAA8B;AAClG,SAASC,KAAK,QAAQ,uCAAuC;AAC7D,SAASC,kBAAkB,QAAQ,uEAAuE;AAC1G,SAASC,WAAW,QAAQ,gEAAgE","ignoreList":[]}
1
+ {"version":3,"names":["AiSdk","AiSdkFactory","AiConnectionFactory","Ai","Logger","Encryption","BuildParam","BuildParams","DomainEvent","EventPublisher","GlobalKeyValueStore","KeyValueStore","createFeature","createAbstraction","Result","BaseError","Route","CompressionHandler","Compression"],"sources":["api.ts"],"sourcesContent":["export {\n AiSdk,\n AiSdkFactory,\n AiConnectionFactory,\n Ai\n} from \"@webiny/api-core/features/ai/index.js\";\nexport type { IAiConnection, IAiConnectionInline } from \"@webiny/api-core/features/ai/index.js\";\nexport { Logger } from \"@webiny/api-core/features/logger/index.js\";\nexport { Encryption } from \"@webiny/api-core/features/encryption/index.js\";\nexport { BuildParam, BuildParams } from \"@webiny/api-core/features/buildParams/index.js\";\nexport { DomainEvent, EventPublisher } from \"@webiny/api-core/features/eventPublisher/index.js\";\nexport {\n GlobalKeyValueStore,\n KeyValueStore\n} from \"@webiny/api-core/features/keyValueStore/index.js\";\nexport { createFeature, createAbstraction, Result, BaseError } from \"@webiny/feature/api/index.js\";\nexport { Route } from \"@webiny/handler/abstractions/Route.js\";\nexport { CompressionHandler } from \"@webiny/utils/features/compression/abstractions/CompressionHandler.js\";\nexport { Compression } from \"@webiny/utils/features/compression/abstractions/Compression.js\";\n"],"mappings":"AAAA,SACIA,KAAK,EACLC,YAAY,EACZC,mBAAmB,EACnBC,EAAE,QACC,uCAAuC;AAE9C,SAASC,MAAM,QAAQ,2CAA2C;AAClE,SAASC,UAAU,QAAQ,+CAA+C;AAC1E,SAASC,UAAU,EAAEC,WAAW,QAAQ,gDAAgD;AACxF,SAASC,WAAW,EAAEC,cAAc,QAAQ,mDAAmD;AAC/F,SACIC,mBAAmB,EACnBC,aAAa,QACV,kDAAkD;AACzD,SAASC,aAAa,EAAEC,iBAAiB,EAAEC,MAAM,EAAEC,SAAS,QAAQ,8BAA8B;AAClG,SAASC,KAAK,QAAQ,uCAAuC;AAC7D,SAASC,kBAAkB,QAAQ,uEAAuE;AAC1G,SAASC,WAAW,QAAQ,gEAAgE","ignoreList":[]}
@@ -4,7 +4,7 @@
4
4
  "allowJs": true,
5
5
  "forceConsistentCasingInFileNames": true,
6
6
  "allowSyntheticDefaultImports": true,
7
- "moduleResolution": "node",
7
+ "moduleResolution": "bundler",
8
8
  "module": "esnext",
9
9
  "lib": ["esnext", "dom", "dom.iterable"],
10
10
  "esModuleInterop": true,
@@ -13,7 +13,6 @@
13
13
  "noEmit": false,
14
14
  "jsx": "preserve",
15
15
  "emitDeclarationOnly": true,
16
- "baseUrl": ".",
17
16
  "paths": {},
18
17
  "noUnusedParameters": false,
19
18
  "noUnusedLocals": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webiny",
3
- "version": "6.2.0-beta.0",
3
+ "version": "6.3.0-beta.0",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -10,45 +10,45 @@
10
10
  "description": "This package contains Webiny extensions.",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "@webiny/admin-ui": "6.2.0-beta.0",
14
- "@webiny/api-aco": "6.2.0-beta.0",
15
- "@webiny/api-core": "6.2.0-beta.0",
16
- "@webiny/api-file-manager": "6.2.0-beta.0",
17
- "@webiny/api-headless-cms": "6.2.0-beta.0",
18
- "@webiny/api-headless-cms-ddb-es": "6.2.0-beta.0",
19
- "@webiny/api-headless-cms-scheduler": "6.2.0-beta.0",
20
- "@webiny/api-opensearch": "6.2.0-beta.0",
21
- "@webiny/api-scheduler": "6.2.0-beta.0",
22
- "@webiny/api-website-builder": "6.2.0-beta.0",
23
- "@webiny/api-website-builder-scheduler": "6.2.0-beta.0",
24
- "@webiny/app": "6.2.0-beta.0",
25
- "@webiny/app-aco": "6.2.0-beta.0",
26
- "@webiny/app-admin": "6.2.0-beta.0",
27
- "@webiny/app-headless-cms": "6.2.0-beta.0",
28
- "@webiny/app-headless-cms-common": "6.2.0-beta.0",
29
- "@webiny/app-website-builder": "6.2.0-beta.0",
30
- "@webiny/cli-core": "6.2.0-beta.0",
31
- "@webiny/db-dynamodb": "6.2.0-beta.0",
32
- "@webiny/feature": "6.2.0-beta.0",
33
- "@webiny/form": "6.2.0-beta.0",
34
- "@webiny/handler": "6.2.0-beta.0",
35
- "@webiny/handler-graphql": "6.2.0-beta.0",
36
- "@webiny/languages": "6.2.0-beta.0",
37
- "@webiny/lexical-editor": "6.2.0-beta.0",
38
- "@webiny/project": "6.2.0-beta.0",
39
- "@webiny/project-aws": "6.2.0-beta.0",
40
- "@webiny/project-aws-template": "6.2.0-beta.0",
41
- "@webiny/tasks": "6.2.0-beta.0",
42
- "@webiny/tenant-manager": "6.2.0-beta.0",
43
- "@webiny/utils": "6.2.0-beta.0",
44
- "@webiny/validation": "6.2.0-beta.0",
45
- "@webiny/website-builder-sdk": "6.2.0-beta.0",
13
+ "@webiny/admin-ui": "6.3.0-beta.0",
14
+ "@webiny/api-aco": "6.3.0-beta.0",
15
+ "@webiny/api-core": "6.3.0-beta.0",
16
+ "@webiny/api-file-manager": "6.3.0-beta.0",
17
+ "@webiny/api-headless-cms": "6.3.0-beta.0",
18
+ "@webiny/api-headless-cms-ddb-es": "6.3.0-beta.0",
19
+ "@webiny/api-headless-cms-scheduler": "6.3.0-beta.0",
20
+ "@webiny/api-opensearch": "6.3.0-beta.0",
21
+ "@webiny/api-scheduler": "6.3.0-beta.0",
22
+ "@webiny/api-website-builder": "6.3.0-beta.0",
23
+ "@webiny/api-website-builder-scheduler": "6.3.0-beta.0",
24
+ "@webiny/app": "6.3.0-beta.0",
25
+ "@webiny/app-aco": "6.3.0-beta.0",
26
+ "@webiny/app-admin": "6.3.0-beta.0",
27
+ "@webiny/app-headless-cms": "6.3.0-beta.0",
28
+ "@webiny/app-headless-cms-common": "6.3.0-beta.0",
29
+ "@webiny/app-website-builder": "6.3.0-beta.0",
30
+ "@webiny/cli-core": "6.3.0-beta.0",
31
+ "@webiny/db-dynamodb": "6.3.0-beta.0",
32
+ "@webiny/feature": "6.3.0-beta.0",
33
+ "@webiny/form": "6.3.0-beta.0",
34
+ "@webiny/handler": "6.3.0-beta.0",
35
+ "@webiny/handler-graphql": "6.3.0-beta.0",
36
+ "@webiny/languages": "6.3.0-beta.0",
37
+ "@webiny/lexical-editor": "6.3.0-beta.0",
38
+ "@webiny/project": "6.3.0-beta.0",
39
+ "@webiny/project-aws": "6.3.0-beta.0",
40
+ "@webiny/project-aws-template": "6.3.0-beta.0",
41
+ "@webiny/tasks": "6.3.0-beta.0",
42
+ "@webiny/tenant-manager": "6.3.0-beta.0",
43
+ "@webiny/utils": "6.3.0-beta.0",
44
+ "@webiny/validation": "6.3.0-beta.0",
45
+ "@webiny/website-builder-sdk": "6.3.0-beta.0",
46
46
  "react": "18.3.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@webiny/build-tools": "6.2.0-beta.0",
49
+ "@webiny/build-tools": "6.3.0-beta.0",
50
50
  "rimraf": "6.1.3",
51
- "typescript": "5.9.3"
51
+ "typescript": "6.0.3"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public",
@@ -61,7 +61,7 @@
61
61
  ]
62
62
  }
63
63
  },
64
- "gitHead": "3d3148358b6febbc857371930871743bec3b3939",
64
+ "gitHead": "94c21e58aebc9855bf1ae972423281faa0f5c135",
65
65
  "exports": {
66
66
  "./configs/tsconfig.json": "./configs/tsconfig.json",
67
67
  "./global.ts": "./global.ts",