@backstage/plugin-search-backend-node 1.4.0-next.0 → 1.4.0-next.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @backstage/plugin-search-backend-node
2
2
 
3
+ ## 1.4.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.6.0-next.1
9
+ - @backstage/config@1.3.6
10
+ - @backstage/errors@1.2.7
11
+ - @backstage/plugin-permission-common@0.9.3
12
+ - @backstage/plugin-search-common@1.2.21
13
+
3
14
  ## 1.4.0-next.0
4
15
 
5
16
  ### Minor Changes
package/dist/alpha.d.ts CHANGED
@@ -64,4 +64,5 @@ declare const searchEngineRegistryExtensionPoint: _backstage_backend_plugin_api.
64
64
  */
65
65
  declare const searchIndexRegistryExtensionPoint: _backstage_backend_plugin_api.ExtensionPoint<SearchIndexRegistryExtensionPoint>;
66
66
 
67
- export { type SearchEngineRegistryExtensionPoint, type SearchIndexRegistryExtensionPoint, type SearchIndexService, type SearchIndexServiceInitOptions, searchEngineRegistryExtensionPoint, searchIndexRegistryExtensionPoint, searchIndexServiceRef };
67
+ export { searchEngineRegistryExtensionPoint, searchIndexRegistryExtensionPoint, searchIndexServiceRef };
68
+ export type { SearchEngineRegistryExtensionPoint, SearchIndexRegistryExtensionPoint, SearchIndexService, SearchIndexServiceInitOptions };
package/dist/index.d.ts CHANGED
@@ -433,4 +433,5 @@ declare class TestPipeline {
433
433
  execute(): Promise<TestPipelineResult>;
434
434
  }
435
435
 
436
- export { BatchSearchEngineIndexer, type BatchSearchEngineOptions, type ConcreteLunrQuery, DecoratorBase, IndexBuilder, type IndexBuilderOptions, type LunrQueryTranslator, LunrSearchEngine, LunrSearchEngineIndexer, MissingIndexError, NewlineDelimitedJsonCollatorFactory, type NewlineDelimitedJsonCollatorFactoryOptions, type QueryRequestOptions, type QueryTranslator, type RegisterCollatorParameters, type RegisterDecoratorParameters, type ScheduleTaskParameters, Scheduler, type SearchEngine, TestPipeline, type TestPipelineResult };
436
+ export { BatchSearchEngineIndexer, DecoratorBase, IndexBuilder, LunrSearchEngine, LunrSearchEngineIndexer, MissingIndexError, NewlineDelimitedJsonCollatorFactory, Scheduler, TestPipeline };
437
+ export type { BatchSearchEngineOptions, ConcreteLunrQuery, IndexBuilderOptions, LunrQueryTranslator, NewlineDelimitedJsonCollatorFactoryOptions, QueryRequestOptions, QueryTranslator, RegisterCollatorParameters, RegisterDecoratorParameters, ScheduleTaskParameters, SearchEngine, TestPipelineResult };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-node",
3
- "version": "1.4.0-next.0",
3
+ "version": "1.4.0-next.1",
4
4
  "description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -61,7 +61,7 @@
61
61
  "test": "backstage-cli package test"
62
62
  },
63
63
  "dependencies": {
64
- "@backstage/backend-plugin-api": "1.5.1-next.0",
64
+ "@backstage/backend-plugin-api": "1.6.0-next.1",
65
65
  "@backstage/config": "1.3.6",
66
66
  "@backstage/errors": "1.2.7",
67
67
  "@backstage/plugin-permission-common": "0.9.3",
@@ -73,9 +73,9 @@
73
73
  "uuid": "^11.0.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@backstage/backend-defaults": "0.14.0-next.0",
77
- "@backstage/backend-test-utils": "1.10.1-next.0",
78
- "@backstage/cli": "0.34.6-next.0",
76
+ "@backstage/backend-defaults": "0.14.0-next.1",
77
+ "@backstage/backend-test-utils": "1.10.2-next.1",
78
+ "@backstage/cli": "0.35.0-next.2",
79
79
  "@types/ndjson": "^2.0.1"
80
80
  }
81
81
  }