@umbraco-cms/mcp-dev 18.0.2 → 18.1.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.
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- var _chunkZZQVLZLScjs = require('./chunk-ZZQVLZLS.cjs');
7
+ var _chunk6QIKDT2Pcjs = require('./chunk-6QIKDT2P.cjs');
8
8
 
9
9
  // src/collections.ts
10
10
  var _mcpserversdk = require('@umbraco-cms/mcp-server-sdk');
@@ -16,5 +16,5 @@ var _mcpserversdk = require('@umbraco-cms/mcp-server-sdk');
16
16
 
17
17
 
18
18
 
19
- exports.UmbracoManagementClient = _chunkZZQVLZLScjs.UmbracoManagementClient; exports.allModeNames = _chunkZZQVLZLScjs.allModeNames; exports.allModes = _chunkZZQVLZLScjs.allModes; exports.allSliceNames = _chunkZZQVLZLScjs.allSliceNames; exports.collections = _chunkZZQVLZLScjs.availableCollections; exports.configureApiClient = _mcpserversdk.configureApiClient; exports.initializeUmbracoFetch = _mcpserversdk.initializeUmbracoFetch;
19
+ exports.UmbracoManagementClient = _chunk6QIKDT2Pcjs.UmbracoManagementClient; exports.allModeNames = _chunk6QIKDT2Pcjs.allModeNames; exports.allModes = _chunk6QIKDT2Pcjs.allModes; exports.allSliceNames = _chunk6QIKDT2Pcjs.allSliceNames; exports.collections = _chunk6QIKDT2Pcjs.availableCollections; exports.configureApiClient = _mcpserversdk.configureApiClient; exports.initializeUmbracoFetch = _mcpserversdk.initializeUmbracoFetch;
20
20
  //# sourceMappingURL=collections.cjs.map
@@ -4,7 +4,7 @@ import {
4
4
  allModes,
5
5
  allSliceNames,
6
6
  availableCollections
7
- } from "./chunk-WQUG24BZ.js";
7
+ } from "./chunk-MMATLZNV.js";
8
8
 
9
9
  // src/collections.ts
10
10
  import { configureApiClient, initializeUmbracoFetch } from "@umbraco-cms/mcp-server-sdk";