@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
@@ -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 196ms
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 196ms
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 130ms
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,59 @@
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
+
31
+ ## 3.5.3
32
+
33
+ ### Patch Changes
34
+
35
+ - b0b4da6: fix: release
36
+ - Updated dependencies [b0b4da6]
37
+ - @contractspec/lib.contracts-runtime-server-graphql@3.5.3
38
+ - @contractspec/lib.contracts-runtime-server-rest@3.5.3
39
+ - @contractspec/lib.contracts-runtime-server-mcp@3.5.3
40
+ - @contractspec/lib.contracts-integrations@3.5.3
41
+ - @contractspec/module.context-storage@0.5.3
42
+ - @contractspec/lib.contracts-library@3.5.3
43
+ - @contractspec/lib.example-shared-ui@4.0.3
44
+ - @contractspec/lib.provider-ranking@0.5.3
45
+ - @contractspec/lib.runtime-sandbox@2.5.3
46
+ - @contractspec/lib.surface-runtime@0.3.3
47
+ - @contractspec/lib.contracts-spec@3.5.3
48
+ - @contractspec/lib.design-system@3.5.3
49
+ - @contractspec/lib.content-gen@3.5.3
50
+ - @contractspec/module.examples@3.5.3
51
+ - @contractspec/lib.ui-kit-web@3.5.3
52
+ - @contractspec/lib.knowledge@3.5.3
53
+ - @contractspec/lib.ui-link@3.5.3
54
+ - @contractspec/lib.logger@3.5.3
55
+ - @contractspec/lib.schema@3.5.3
56
+
3
57
  ## 3.5.2
4
58
 
5
59
  ### Patch Changes
@@ -565,7 +565,7 @@ function buildCliOps() {
565
565
  });
566
566
  const suggestSpec = defineCommand({
567
567
  meta: {
568
- key: "cli.suggestCommand",
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: "internal.bootstrap",
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: "internal.describe",
780
+ key: "internal_describe",
781
781
  version: "1.0.0",
782
782
  stability: "stable",
783
783
  owners: INTERNAL_OWNERS,
@@ -376,7 +376,7 @@ function buildCliOps() {
376
376
  });
377
377
  const suggestSpec = defineCommand({
378
378
  meta: {
379
- key: "cli.suggestCommand",
379
+ key: "cli_suggestCommand",
380
380
  version: "1.0.0",
381
381
  stability: "stable",
382
382
  owners: CLI_OWNERS,
@@ -539,7 +539,7 @@ function buildCliOps() {
539
539
  });
540
540
  const suggestSpec = defineCommand({
541
541
  meta: {
542
- key: "cli.suggestCommand",
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: "internal.bootstrap",
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: "internal.describe",
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: "internal.bootstrap",
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: "internal.describe",
354
+ key: "internal_describe",
355
355
  version: "1.0.0",
356
356
  stability: "stable",
357
357
  owners: INTERNAL_OWNERS,
@@ -12,7 +12,7 @@ var DocsFeature = {
12
12
  stability: "stable"
13
13
  },
14
14
  operations: [
15
- { key: "docs.search", version: "1.0.0" },
15
+ { key: "docs_search", version: "1.0.0" },
16
16
  { key: "docs.navigate", version: "1.0.0" }
17
17
  ],
18
18
  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: [
@@ -12,7 +12,7 @@ var DocsFeature = {
12
12
  stability: "stable"
13
13
  },
14
14
  operations: [
15
- { key: "docs.search", version: "1.0.0" },
15
+ { key: "docs_search", version: "1.0.0" },
16
16
  { key: "docs.navigate", version: "1.0.0" }
17
17
  ],
18
18
  events: [
package/dist/index.js CHANGED
@@ -33380,7 +33380,7 @@ var DocsFeature = {
33380
33380
  stability: "stable"
33381
33381
  },
33382
33382
  operations: [
33383
- { key: "docs.search", version: "1.0.0" },
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: "cli.suggestCommand",
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: "internal.bootstrap",
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: "internal.describe",
779
+ key: "internal_describe",
780
780
  version: "1.0.0",
781
781
  stability: "stable",
782
782
  owners: INTERNAL_OWNERS,
@@ -375,7 +375,7 @@ function buildCliOps() {
375
375
  });
376
376
  const suggestSpec = defineCommand({
377
377
  meta: {
378
- key: "cli.suggestCommand",
378
+ key: "cli_suggestCommand",
379
379
  version: "1.0.0",
380
380
  stability: "stable",
381
381
  owners: CLI_OWNERS,
@@ -538,7 +538,7 @@ function buildCliOps() {
538
538
  });
539
539
  const suggestSpec = defineCommand({
540
540
  meta: {
541
- key: "cli.suggestCommand",
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: "internal.bootstrap",
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: "internal.describe",
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: "internal.bootstrap",
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: "internal.describe",
353
+ key: "internal_describe",
354
354
  version: "1.0.0",
355
355
  stability: "stable",
356
356
  owners: INTERNAL_OWNERS,
@@ -11,7 +11,7 @@ var DocsFeature = {
11
11
  stability: "stable"
12
12
  },
13
13
  operations: [
14
- { key: "docs.search", version: "1.0.0" },
14
+ { key: "docs_search", version: "1.0.0" },
15
15
  { key: "docs.navigate", version: "1.0.0" }
16
16
  ],
17
17
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -11,7 +11,7 @@ var DocsFeature = {
11
11
  stability: "stable"
12
12
  },
13
13
  operations: [
14
- { key: "docs.search", version: "1.0.0" },
14
+ { key: "docs_search", version: "1.0.0" },
15
15
  { key: "docs.navigate", version: "1.0.0" }
16
16
  ],
17
17
  events: [
@@ -33379,7 +33379,7 @@ var DocsFeature = {
33379
33379
  stability: "stable"
33380
33380
  },
33381
33381
  operations: [
33382
- { key: "docs.search", version: "1.0.0" },
33382
+ { key: "docs_search", version: "1.0.0" },
33383
33383
  { key: "docs.navigate", version: "1.0.0" }
33384
33384
  ],
33385
33385
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -11,7 +11,7 @@ var DocsFeature = {
11
11
  stability: "stable"
12
12
  },
13
13
  operations: [
14
- { key: "docs.search", version: "1.0.0" },
14
+ { key: "docs_search", version: "1.0.0" },
15
15
  { key: "docs.navigate", version: "1.0.0" }
16
16
  ],
17
17
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -11,7 +11,7 @@ var DocsFeature = {
11
11
  stability: "stable"
12
12
  },
13
13
  operations: [
14
- { key: "docs.search", version: "1.0.0" },
14
+ { key: "docs_search", version: "1.0.0" },
15
15
  { key: "docs.navigate", version: "1.0.0" }
16
16
  ],
17
17
  events: [
@@ -11,7 +11,7 @@ var DocsFeature = {
11
11
  stability: "stable"
12
12
  },
13
13
  operations: [
14
- { key: "docs.search", version: "1.0.0" },
14
+ { key: "docs_search", version: "1.0.0" },
15
15
  { key: "docs.navigate", version: "1.0.0" }
16
16
  ],
17
17
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  events: [
@@ -171,7 +171,7 @@ var DocsFeature = {
171
171
  stability: "stable"
172
172
  },
173
173
  operations: [
174
- { key: "docs.search", version: "1.0.0" },
174
+ { key: "docs_search", version: "1.0.0" },
175
175
  { key: "docs.navigate", version: "1.0.0" }
176
176
  ],
177
177
  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: [
@@ -12,7 +12,7 @@ var DocsFeature = {
12
12
  stability: "stable"
13
13
  },
14
14
  operations: [
15
- { key: "docs.search", version: "1.0.0" },
15
+ { key: "docs_search", version: "1.0.0" },
16
16
  { key: "docs.navigate", version: "1.0.0" }
17
17
  ],
18
18
  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: [
@@ -12,7 +12,7 @@ var DocsFeature = {
12
12
  stability: "stable"
13
13
  },
14
14
  operations: [
15
- { key: "docs.search", version: "1.0.0" },
15
+ { key: "docs_search", version: "1.0.0" },
16
16
  { key: "docs.navigate", version: "1.0.0" }
17
17
  ],
18
18
  events: [
@@ -12,7 +12,7 @@ var DocsFeature = {
12
12
  stability: "stable"
13
13
  },
14
14
  operations: [
15
- { key: "docs.search", version: "1.0.0" },
15
+ { key: "docs_search", version: "1.0.0" },
16
16
  { key: "docs.navigate", version: "1.0.0" }
17
17
  ],
18
18
  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: [
@@ -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: [