@contractspec/bundle.library 3.5.3 → 3.5.4
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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +28 -0
- package/dist/application/index.js +3 -3
- package/dist/application/mcp/cliMcp.js +1 -1
- package/dist/application/mcp/index.js +3 -3
- package/dist/application/mcp/internalMcp.js +2 -2
- package/dist/features/docs.feature.js +1 -1
- package/dist/features/index.js +1 -1
- package/dist/features/registry.js +1 -1
- package/dist/index.js +1 -1
- package/dist/node/application/index.js +3 -3
- package/dist/node/application/mcp/cliMcp.js +1 -1
- package/dist/node/application/mcp/index.js +3 -3
- package/dist/node/application/mcp/internalMcp.js +2 -2
- package/dist/node/features/docs.feature.js +1 -1
- package/dist/node/features/index.js +1 -1
- package/dist/node/features/registry.js +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/presentation/features/hooks/index.js +1 -1
- package/dist/node/presentation/features/hooks/useContractsRegistry.js +1 -1
- package/dist/node/presentation/features/hooks/useFeatureRegistry.js +1 -1
- package/dist/node/presentation/features/index.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureDataViewsList.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureDiscovery/index.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureEventsList.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureFormsList.js +1 -1
- package/dist/node/presentation/features/organisms/FeaturePresentationsList.js +1 -1
- package/dist/node/presentation/features/organisms/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/index.js +1 -1
- package/dist/presentation/features/hooks/index.js +1 -1
- package/dist/presentation/features/hooks/useContractsRegistry.js +1 -1
- package/dist/presentation/features/hooks/useFeatureRegistry.js +1 -1
- package/dist/presentation/features/index.js +1 -1
- package/dist/presentation/features/organisms/FeatureDataViewsList.js +1 -1
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +1 -1
- package/dist/presentation/features/organisms/FeatureDiscovery/index.js +1 -1
- package/dist/presentation/features/organisms/FeatureEventsList.js +1 -1
- package/dist/presentation/features/organisms/FeatureFormsList.js +1 -1
- package/dist/presentation/features/organisms/FeaturePresentationsList.js +1 -1
- package/dist/presentation/features/organisms/index.js +1 -1
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +1 -1
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +1 -1
- package/package.json +22 -22
- package/src/application/mcp/cliMcp.ts +1 -1
- package/src/application/mcp/internalMcp.ts +2 -2
- package/src/components/docs/generated/docs-index._common.json +94 -445
- package/src/components/docs/generated/docs-index.platform-docs.json +5 -5
- package/src/components/docs/generated/docs-index.unknown.json +5 -5
- package/src/features/docs.feature.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=297 noBundle=false
|
|
6
|
-
Bundled 297 modules in
|
|
6
|
+
Bundled 297 modules in 120ms
|
|
7
7
|
|
|
8
8
|
application/context-storage/index.js 1.0 KB (entry point)
|
|
9
9
|
presentation/features/templates/types.js 8 bytes (entry point)
|
|
@@ -304,7 +304,7 @@ Bundled 297 modules in 157ms
|
|
|
304
304
|
application/mcp/contractsMcpTypes.js 8 bytes (entry point)
|
|
305
305
|
|
|
306
306
|
[contractspec-bun-build] transpile target=node root=src entries=297 noBundle=false
|
|
307
|
-
Bundled 297 modules in
|
|
307
|
+
Bundled 297 modules in 116ms
|
|
308
308
|
|
|
309
309
|
application/context-storage/index.js 0.99 KB (entry point)
|
|
310
310
|
presentation/features/templates/types.js 0 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @contractspec/bundle.library
|
|
2
2
|
|
|
3
|
+
## 3.5.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c585fb1: fix: mcp tooling naming
|
|
8
|
+
- f5d4816: Standardize MCP tool naming from dot notation to underscore notation for MCP protocol compatibility. Update docs, docblocks, and generated indexes accordingly. Path resolver and fixture updates.
|
|
9
|
+
- Updated dependencies [c585fb1]
|
|
10
|
+
- Updated dependencies [f5d4816]
|
|
11
|
+
- @contractspec/lib.contracts-runtime-server-graphql@3.5.4
|
|
12
|
+
- @contractspec/lib.contracts-runtime-server-rest@3.5.4
|
|
13
|
+
- @contractspec/lib.contracts-runtime-server-mcp@3.5.4
|
|
14
|
+
- @contractspec/lib.contracts-integrations@3.5.4
|
|
15
|
+
- @contractspec/module.context-storage@0.5.4
|
|
16
|
+
- @contractspec/lib.contracts-library@3.5.4
|
|
17
|
+
- @contractspec/lib.example-shared-ui@4.0.4
|
|
18
|
+
- @contractspec/lib.provider-ranking@0.5.4
|
|
19
|
+
- @contractspec/lib.runtime-sandbox@2.5.4
|
|
20
|
+
- @contractspec/lib.surface-runtime@0.3.4
|
|
21
|
+
- @contractspec/lib.contracts-spec@3.5.4
|
|
22
|
+
- @contractspec/lib.design-system@3.5.4
|
|
23
|
+
- @contractspec/lib.content-gen@3.5.4
|
|
24
|
+
- @contractspec/module.examples@3.5.4
|
|
25
|
+
- @contractspec/lib.ui-kit-web@3.5.4
|
|
26
|
+
- @contractspec/lib.knowledge@3.5.4
|
|
27
|
+
- @contractspec/lib.ui-link@3.5.4
|
|
28
|
+
- @contractspec/lib.logger@3.5.4
|
|
29
|
+
- @contractspec/lib.schema@3.5.4
|
|
30
|
+
|
|
3
31
|
## 3.5.3
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
|
@@ -565,7 +565,7 @@ function buildCliOps() {
|
|
|
565
565
|
});
|
|
566
566
|
const suggestSpec = defineCommand({
|
|
567
567
|
meta: {
|
|
568
|
-
key: "
|
|
568
|
+
key: "cli_suggestCommand",
|
|
569
569
|
version: "1.0.0",
|
|
570
570
|
stability: "stable",
|
|
571
571
|
owners: CLI_OWNERS,
|
|
@@ -739,7 +739,7 @@ function buildInternalPrompts() {
|
|
|
739
739
|
const prompts = new PromptRegistry3;
|
|
740
740
|
prompts.register(definePrompt3({
|
|
741
741
|
meta: {
|
|
742
|
-
key: "
|
|
742
|
+
key: "internal_bootstrap",
|
|
743
743
|
version: "1.0.0",
|
|
744
744
|
title: "Bootstrap internal ContractSpec agent",
|
|
745
745
|
description: "Points agents to the correct MCP endpoints and guardrails.",
|
|
@@ -777,7 +777,7 @@ function buildInternalOps() {
|
|
|
777
777
|
});
|
|
778
778
|
const describeSpec = defineCommand2({
|
|
779
779
|
meta: {
|
|
780
|
-
key: "
|
|
780
|
+
key: "internal_describe",
|
|
781
781
|
version: "1.0.0",
|
|
782
782
|
stability: "stable",
|
|
783
783
|
owners: INTERNAL_OWNERS,
|
|
@@ -539,7 +539,7 @@ function buildCliOps() {
|
|
|
539
539
|
});
|
|
540
540
|
const suggestSpec = defineCommand({
|
|
541
541
|
meta: {
|
|
542
|
-
key: "
|
|
542
|
+
key: "cli_suggestCommand",
|
|
543
543
|
version: "1.0.0",
|
|
544
544
|
stability: "stable",
|
|
545
545
|
owners: CLI_OWNERS,
|
|
@@ -713,7 +713,7 @@ function buildInternalPrompts() {
|
|
|
713
713
|
const prompts = new PromptRegistry3;
|
|
714
714
|
prompts.register(definePrompt3({
|
|
715
715
|
meta: {
|
|
716
|
-
key: "
|
|
716
|
+
key: "internal_bootstrap",
|
|
717
717
|
version: "1.0.0",
|
|
718
718
|
title: "Bootstrap internal ContractSpec agent",
|
|
719
719
|
description: "Points agents to the correct MCP endpoints and guardrails.",
|
|
@@ -751,7 +751,7 @@ function buildInternalOps() {
|
|
|
751
751
|
});
|
|
752
752
|
const describeSpec = defineCommand2({
|
|
753
753
|
meta: {
|
|
754
|
-
key: "
|
|
754
|
+
key: "internal_describe",
|
|
755
755
|
version: "1.0.0",
|
|
756
756
|
stability: "stable",
|
|
757
757
|
owners: INTERNAL_OWNERS,
|
|
@@ -313,7 +313,7 @@ function buildInternalPrompts() {
|
|
|
313
313
|
const prompts = new PromptRegistry;
|
|
314
314
|
prompts.register(definePrompt({
|
|
315
315
|
meta: {
|
|
316
|
-
key: "
|
|
316
|
+
key: "internal_bootstrap",
|
|
317
317
|
version: "1.0.0",
|
|
318
318
|
title: "Bootstrap internal ContractSpec agent",
|
|
319
319
|
description: "Points agents to the correct MCP endpoints and guardrails.",
|
|
@@ -351,7 +351,7 @@ function buildInternalOps() {
|
|
|
351
351
|
});
|
|
352
352
|
const describeSpec = defineCommand({
|
|
353
353
|
meta: {
|
|
354
|
-
key: "
|
|
354
|
+
key: "internal_describe",
|
|
355
355
|
version: "1.0.0",
|
|
356
356
|
stability: "stable",
|
|
357
357
|
owners: INTERNAL_OWNERS,
|
package/dist/features/index.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -33380,7 +33380,7 @@ var DocsFeature = {
|
|
|
33380
33380
|
stability: "stable"
|
|
33381
33381
|
},
|
|
33382
33382
|
operations: [
|
|
33383
|
-
{ key: "
|
|
33383
|
+
{ key: "docs_search", version: "1.0.0" },
|
|
33384
33384
|
{ key: "docs.navigate", version: "1.0.0" }
|
|
33385
33385
|
],
|
|
33386
33386
|
events: [
|
|
@@ -564,7 +564,7 @@ function buildCliOps() {
|
|
|
564
564
|
});
|
|
565
565
|
const suggestSpec = defineCommand({
|
|
566
566
|
meta: {
|
|
567
|
-
key: "
|
|
567
|
+
key: "cli_suggestCommand",
|
|
568
568
|
version: "1.0.0",
|
|
569
569
|
stability: "stable",
|
|
570
570
|
owners: CLI_OWNERS,
|
|
@@ -738,7 +738,7 @@ function buildInternalPrompts() {
|
|
|
738
738
|
const prompts = new PromptRegistry3;
|
|
739
739
|
prompts.register(definePrompt3({
|
|
740
740
|
meta: {
|
|
741
|
-
key: "
|
|
741
|
+
key: "internal_bootstrap",
|
|
742
742
|
version: "1.0.0",
|
|
743
743
|
title: "Bootstrap internal ContractSpec agent",
|
|
744
744
|
description: "Points agents to the correct MCP endpoints and guardrails.",
|
|
@@ -776,7 +776,7 @@ function buildInternalOps() {
|
|
|
776
776
|
});
|
|
777
777
|
const describeSpec = defineCommand2({
|
|
778
778
|
meta: {
|
|
779
|
-
key: "
|
|
779
|
+
key: "internal_describe",
|
|
780
780
|
version: "1.0.0",
|
|
781
781
|
stability: "stable",
|
|
782
782
|
owners: INTERNAL_OWNERS,
|
|
@@ -538,7 +538,7 @@ function buildCliOps() {
|
|
|
538
538
|
});
|
|
539
539
|
const suggestSpec = defineCommand({
|
|
540
540
|
meta: {
|
|
541
|
-
key: "
|
|
541
|
+
key: "cli_suggestCommand",
|
|
542
542
|
version: "1.0.0",
|
|
543
543
|
stability: "stable",
|
|
544
544
|
owners: CLI_OWNERS,
|
|
@@ -712,7 +712,7 @@ function buildInternalPrompts() {
|
|
|
712
712
|
const prompts = new PromptRegistry3;
|
|
713
713
|
prompts.register(definePrompt3({
|
|
714
714
|
meta: {
|
|
715
|
-
key: "
|
|
715
|
+
key: "internal_bootstrap",
|
|
716
716
|
version: "1.0.0",
|
|
717
717
|
title: "Bootstrap internal ContractSpec agent",
|
|
718
718
|
description: "Points agents to the correct MCP endpoints and guardrails.",
|
|
@@ -750,7 +750,7 @@ function buildInternalOps() {
|
|
|
750
750
|
});
|
|
751
751
|
const describeSpec = defineCommand2({
|
|
752
752
|
meta: {
|
|
753
|
-
key: "
|
|
753
|
+
key: "internal_describe",
|
|
754
754
|
version: "1.0.0",
|
|
755
755
|
stability: "stable",
|
|
756
756
|
owners: INTERNAL_OWNERS,
|
|
@@ -312,7 +312,7 @@ function buildInternalPrompts() {
|
|
|
312
312
|
const prompts = new PromptRegistry;
|
|
313
313
|
prompts.register(definePrompt({
|
|
314
314
|
meta: {
|
|
315
|
-
key: "
|
|
315
|
+
key: "internal_bootstrap",
|
|
316
316
|
version: "1.0.0",
|
|
317
317
|
title: "Bootstrap internal ContractSpec agent",
|
|
318
318
|
description: "Points agents to the correct MCP endpoints and guardrails.",
|
|
@@ -350,7 +350,7 @@ function buildInternalOps() {
|
|
|
350
350
|
});
|
|
351
351
|
const describeSpec = defineCommand({
|
|
352
352
|
meta: {
|
|
353
|
-
key: "
|
|
353
|
+
key: "internal_describe",
|
|
354
354
|
version: "1.0.0",
|
|
355
355
|
stability: "stable",
|
|
356
356
|
owners: INTERNAL_OWNERS,
|
package/dist/node/index.js
CHANGED
|
@@ -33379,7 +33379,7 @@ var DocsFeature = {
|
|
|
33379
33379
|
stability: "stable"
|
|
33380
33380
|
},
|
|
33381
33381
|
operations: [
|
|
33382
|
-
{ key: "
|
|
33382
|
+
{ key: "docs_search", version: "1.0.0" },
|
|
33383
33383
|
{ key: "docs.navigate", version: "1.0.0" }
|
|
33384
33384
|
],
|
|
33385
33385
|
events: [
|