@contractspec/bundle.library 3.5.2 → 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.
Files changed (63) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/CHANGELOG.md +54 -0
  3. package/dist/application/index.js +3 -3
  4. package/dist/application/mcp/cliMcp.js +1 -1
  5. package/dist/application/mcp/index.js +3 -3
  6. package/dist/application/mcp/internalMcp.js +2 -2
  7. package/dist/features/docs.feature.js +1 -1
  8. package/dist/features/index.js +1 -1
  9. package/dist/features/registry.js +1 -1
  10. package/dist/index.js +1 -1
  11. package/dist/node/application/index.js +3 -3
  12. package/dist/node/application/mcp/cliMcp.js +1 -1
  13. package/dist/node/application/mcp/index.js +3 -3
  14. package/dist/node/application/mcp/internalMcp.js +2 -2
  15. package/dist/node/features/docs.feature.js +1 -1
  16. package/dist/node/features/index.js +1 -1
  17. package/dist/node/features/registry.js +1 -1
  18. package/dist/node/index.js +1 -1
  19. package/dist/node/presentation/features/hooks/index.js +1 -1
  20. package/dist/node/presentation/features/hooks/useContractsRegistry.js +1 -1
  21. package/dist/node/presentation/features/hooks/useFeatureRegistry.js +1 -1
  22. package/dist/node/presentation/features/index.js +1 -1
  23. package/dist/node/presentation/features/organisms/FeatureDataViewsList.js +1 -1
  24. package/dist/node/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +1 -1
  25. package/dist/node/presentation/features/organisms/FeatureDiscovery/index.js +1 -1
  26. package/dist/node/presentation/features/organisms/FeatureEventsList.js +1 -1
  27. package/dist/node/presentation/features/organisms/FeatureFormsList.js +1 -1
  28. package/dist/node/presentation/features/organisms/FeaturePresentationsList.js +1 -1
  29. package/dist/node/presentation/features/organisms/index.js +1 -1
  30. package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +1 -1
  31. package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/index.js +1 -1
  32. package/dist/node/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +1 -1
  33. package/dist/node/presentation/features/templates/FeatureEventsTemplate/index.js +1 -1
  34. package/dist/node/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +1 -1
  35. package/dist/node/presentation/features/templates/FeatureFormsTemplate/index.js +1 -1
  36. package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +1 -1
  37. package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/index.js +1 -1
  38. package/dist/presentation/features/hooks/index.js +1 -1
  39. package/dist/presentation/features/hooks/useContractsRegistry.js +1 -1
  40. package/dist/presentation/features/hooks/useFeatureRegistry.js +1 -1
  41. package/dist/presentation/features/index.js +1 -1
  42. package/dist/presentation/features/organisms/FeatureDataViewsList.js +1 -1
  43. package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +1 -1
  44. package/dist/presentation/features/organisms/FeatureDiscovery/index.js +1 -1
  45. package/dist/presentation/features/organisms/FeatureEventsList.js +1 -1
  46. package/dist/presentation/features/organisms/FeatureFormsList.js +1 -1
  47. package/dist/presentation/features/organisms/FeaturePresentationsList.js +1 -1
  48. package/dist/presentation/features/organisms/index.js +1 -1
  49. package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +1 -1
  50. package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +1 -1
  51. package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +1 -1
  52. package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +1 -1
  53. package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +1 -1
  54. package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +1 -1
  55. package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +1 -1
  56. package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +1 -1
  57. package/package.json +22 -22
  58. package/src/application/mcp/cliMcp.ts +1 -1
  59. package/src/application/mcp/internalMcp.ts +2 -2
  60. package/src/components/docs/generated/docs-index._common.json +94 -445
  61. package/src/components/docs/generated/docs-index.platform-docs.json +5 -5
  62. package/src/components/docs/generated/docs-index.unknown.json +5 -5
  63. package/src/features/docs.feature.ts +1 -1
@@ -56,12 +56,12 @@
56
56
  "contentPath": "platform.docs/docs.reference.page.md"
57
57
  },
58
58
  {
59
- "id": "platform.docs/docs.search",
60
- "title": "docs.search",
59
+ "id": "platform.docs/docs_search",
60
+ "title": "docs_search",
61
61
  "summary": "Search and filter DocBlocks by query, tag, or visibility.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: search, index\n- **File**: `packages/libs/contracts-spec/src/docs/queries/docsIndex.query.ts`",
62
- "route": "/docs/reference/platform.docs/docs.search",
62
+ "route": "/docs/reference/platform.docs/docs_search",
63
63
  "source": "generated",
64
- "contentPath": "platform.docs/docs.search.md"
64
+ "contentPath": "platform.docs/docs_search.md"
65
65
  },
66
66
  {
67
67
  "id": "platform.docs/docs.system",
@@ -79,4 +79,4 @@
79
79
  "source": "generated",
80
80
  "contentPath": "platform.docs/platform.docs.md"
81
81
  }
82
- ]
82
+ ]
@@ -144,12 +144,12 @@
144
144
  "contentPath": "unknown/docs.reference.page.md"
145
145
  },
146
146
  {
147
- "id": "unknown/docs.search",
148
- "title": "docs.search",
147
+ "id": "unknown/docs_search",
148
+ "title": "docs_search",
149
149
  "summary": "Search and filter DocBlocks by query, tag, or visibility.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: search, index\n- **File**: `packages/libs/contracts-spec/src/docs/queries/docsIndex.query.ts`",
150
- "route": "/docs/reference/unknown/docs.search",
150
+ "route": "/docs/reference/unknown/docs_search",
151
151
  "source": "generated",
152
- "contentPath": "unknown/docs.search.md"
152
+ "contentPath": "unknown/docs_search.md"
153
153
  },
154
154
  {
155
155
  "id": "unknown/docs.system",
@@ -511,4 +511,4 @@
511
511
  "source": "generated",
512
512
  "contentPath": "unknown/vectordb.supabase.md"
513
513
  }
514
- ]
514
+ ]
@@ -16,7 +16,7 @@ export const DocsFeature: FeatureModuleSpec = {
16
16
  stability: 'stable',
17
17
  },
18
18
  operations: [
19
- { key: 'docs.search', version: '1.0.0' },
19
+ { key: 'docs_search', version: '1.0.0' },
20
20
  { key: 'docs.navigate', version: '1.0.0' },
21
21
  ],
22
22
  events: [