@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.
Files changed (63) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/CHANGELOG.md +28 -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
@@ -172,7 +172,7 @@ var DocsFeature = {
172
172
  stability: "stable"
173
173
  },
174
174
  operations: [
175
- { key: "docs.search", version: "1.0.0" },
175
+ { key: "docs_search", version: "1.0.0" },
176
176
  { key: "docs.navigate", version: "1.0.0" }
177
177
  ],
178
178
  events: [
@@ -172,7 +172,7 @@ var DocsFeature = {
172
172
  stability: "stable"
173
173
  },
174
174
  operations: [
175
- { key: "docs.search", version: "1.0.0" },
175
+ { key: "docs_search", version: "1.0.0" },
176
176
  { key: "docs.navigate", version: "1.0.0" }
177
177
  ],
178
178
  events: [
@@ -172,7 +172,7 @@ var DocsFeature = {
172
172
  stability: "stable"
173
173
  },
174
174
  operations: [
175
- { key: "docs.search", version: "1.0.0" },
175
+ { key: "docs_search", version: "1.0.0" },
176
176
  { key: "docs.navigate", version: "1.0.0" }
177
177
  ],
178
178
  events: [
@@ -172,7 +172,7 @@ var DocsFeature = {
172
172
  stability: "stable"
173
173
  },
174
174
  operations: [
175
- { key: "docs.search", version: "1.0.0" },
175
+ { key: "docs_search", version: "1.0.0" },
176
176
  { key: "docs.navigate", version: "1.0.0" }
177
177
  ],
178
178
  events: [
@@ -172,7 +172,7 @@ var DocsFeature = {
172
172
  stability: "stable"
173
173
  },
174
174
  operations: [
175
- { key: "docs.search", version: "1.0.0" },
175
+ { key: "docs_search", version: "1.0.0" },
176
176
  { key: "docs.navigate", version: "1.0.0" }
177
177
  ],
178
178
  events: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/bundle.library",
3
- "version": "3.5.3",
3
+ "version": "3.5.4",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rm -rf dist",
@@ -2161,22 +2161,22 @@
2161
2161
  },
2162
2162
  "dependencies": {
2163
2163
  "@apollo/client": "^4.1.6",
2164
- "@contractspec/lib.contracts-spec": "3.5.3",
2165
- "@contractspec/lib.contracts-library": "3.5.3",
2166
- "@contractspec/lib.content-gen": "3.5.3",
2167
- "@contractspec/lib.contracts-runtime-server-mcp": "3.5.3",
2168
- "@contractspec/lib.design-system": "3.5.3",
2169
- "@contractspec/lib.surface-runtime": "0.3.3",
2170
- "@contractspec/lib.provider-ranking": "0.5.3",
2171
- "@contractspec/lib.example-shared-ui": "4.0.3",
2172
- "@contractspec/lib.knowledge": "3.5.3",
2173
- "@contractspec/lib.logger": "3.5.3",
2174
- "@contractspec/lib.runtime-sandbox": "2.5.3",
2175
- "@contractspec/lib.schema": "3.5.3",
2176
- "@contractspec/lib.ui-kit-web": "3.5.3",
2177
- "@contractspec/lib.ui-link": "3.5.3",
2178
- "@contractspec/module.context-storage": "0.5.3",
2179
- "@contractspec/module.examples": "3.5.3",
2164
+ "@contractspec/lib.contracts-spec": "3.5.4",
2165
+ "@contractspec/lib.contracts-library": "3.5.4",
2166
+ "@contractspec/lib.content-gen": "3.5.4",
2167
+ "@contractspec/lib.contracts-runtime-server-mcp": "3.5.4",
2168
+ "@contractspec/lib.design-system": "3.5.4",
2169
+ "@contractspec/lib.surface-runtime": "0.3.4",
2170
+ "@contractspec/lib.provider-ranking": "0.5.4",
2171
+ "@contractspec/lib.example-shared-ui": "4.0.4",
2172
+ "@contractspec/lib.knowledge": "3.5.4",
2173
+ "@contractspec/lib.logger": "3.5.4",
2174
+ "@contractspec/lib.runtime-sandbox": "2.5.4",
2175
+ "@contractspec/lib.schema": "3.5.4",
2176
+ "@contractspec/lib.ui-kit-web": "3.5.4",
2177
+ "@contractspec/lib.ui-link": "3.5.4",
2178
+ "@contractspec/module.context-storage": "0.5.4",
2179
+ "@contractspec/module.examples": "3.5.4",
2180
2180
  "@dnd-kit/core": "^6.1.0",
2181
2181
  "@dnd-kit/sortable": "^10.0.0",
2182
2182
  "@dnd-kit/utilities": "^3.2.2",
@@ -2191,16 +2191,16 @@
2191
2191
  "posthog-react-native": "^4.37.1",
2192
2192
  "react-hook-form": "^7.71.2",
2193
2193
  "zod": "^4.3.5",
2194
- "@contractspec/lib.contracts-integrations": "3.5.3",
2195
- "@contractspec/lib.contracts-runtime-server-rest": "3.5.3",
2196
- "@contractspec/lib.contracts-runtime-server-graphql": "3.5.3"
2194
+ "@contractspec/lib.contracts-integrations": "3.5.4",
2195
+ "@contractspec/lib.contracts-runtime-server-rest": "3.5.4",
2196
+ "@contractspec/lib.contracts-runtime-server-graphql": "3.5.4"
2197
2197
  },
2198
2198
  "devDependencies": {
2199
2199
  "@types/react": "~19.2.14",
2200
- "@contractspec/tool.typescript": "3.5.3",
2200
+ "@contractspec/tool.typescript": "3.5.4",
2201
2201
  "typescript": "^5.9.3",
2202
2202
  "@types/bun": "~1.3.10",
2203
- "@contractspec/tool.bun": "3.5.3"
2203
+ "@contractspec/tool.bun": "3.5.4"
2204
2204
  },
2205
2205
  "publishConfig": {
2206
2206
  "access": "public",
@@ -203,7 +203,7 @@ function buildCliOps() {
203
203
 
204
204
  const suggestSpec = defineCommand({
205
205
  meta: {
206
- key: 'cli.suggestCommand',
206
+ key: 'cli_suggestCommand',
207
207
  version: '1.0.0',
208
208
  stability: 'stable',
209
209
  owners: CLI_OWNERS,
@@ -140,7 +140,7 @@ function buildInternalPrompts() {
140
140
  prompts.register(
141
141
  definePrompt({
142
142
  meta: {
143
- key: 'internal.bootstrap',
143
+ key: 'internal_bootstrap',
144
144
  version: '1.0.0',
145
145
  title: 'Bootstrap internal ContractSpec agent',
146
146
  description:
@@ -184,7 +184,7 @@ function buildInternalOps() {
184
184
 
185
185
  const describeSpec = defineCommand({
186
186
  meta: {
187
- key: 'internal.describe',
187
+ key: 'internal_describe',
188
188
  version: '1.0.0',
189
189
  stability: 'stable',
190
190
  owners: INTERNAL_OWNERS,