@webiny/mcp 6.4.3-beta.2 → 6.4.4-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/mcp",
3
- "version": "6.4.3-beta.2",
3
+ "version": "6.4.4-beta.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.js",
@@ -27,7 +27,7 @@
27
27
  "devDependencies": {
28
28
  "@types/lodash": "4.17.24",
29
29
  "@types/ncp": "2.0.8",
30
- "@webiny/build-tools": "6.4.3-beta.2",
30
+ "@webiny/build-tools": "6.4.4-beta.0",
31
31
  "execa": "5.1.1",
32
32
  "tsx": "4.21.0",
33
33
  "typescript": "6.0.3"
@@ -2,7 +2,7 @@
2
2
  name: webiny-admin-cms-catalog
3
3
  context: webiny-api
4
4
  description: >
5
- admin/cms — 76 abstractions.
5
+ admin/cms — 78 abstractions.
6
6
  ---
7
7
 
8
8
  # admin/cms
@@ -246,6 +246,11 @@ description: >
246
246
  **Import:** `import { MultiValueItemContainer } from "webiny/admin/cms/field-renderers/object"`
247
247
  **Source:** `@webiny/app-headless-cms/admin/plugins/fieldRenderers/object/MultiValueItemContainer.tsx`
248
248
 
249
+ ---
250
+ **Name:** `ParentFieldProvider`
251
+ **Import:** `import { ParentFieldProvider } from "webiny/admin/cms/entry/editor"`
252
+ **Source:** `@webiny/app-headless-cms/admin/components/ContentEntryForm/ParentValue.tsx`
253
+
249
254
  ---
250
255
  **Name:** `ParentFieldProvider`
251
256
  **Import:** `import { ParentFieldProvider } from "webiny/admin/cms/field-renderers/common"`
@@ -378,6 +383,11 @@ that returns the effective (intersected) rules.
378
383
  **Import:** `import { useMutation } from "webiny/admin/cms"`
379
384
  **Source:** `@webiny/app-headless-cms/admin/hooks/useMutation.ts`
380
385
 
386
+ ---
387
+ **Name:** `useParentField`
388
+ **Import:** `import { useParentField } from "webiny/admin/cms/entry/editor"`
389
+ **Source:** `@webiny/app-headless-cms/admin/components/ContentEntryForm/ParentValue.tsx`
390
+
381
391
  ---
382
392
  **Name:** `usePermission`
383
393
  **Import:** `import { usePermission } from "webiny/admin/cms"`