@backstage/plugin-search-backend-node 0.0.0-nightly-20251128024112 → 0.0.0-nightly-20251129024107

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 (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-search-backend-node
2
2
 
3
- ## 0.0.0-nightly-20251128024112
3
+ ## 0.0.0-nightly-20251129024107
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,7 +9,7 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20251128024112
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251129024107
13
13
  - @backstage/config@1.3.6
14
14
  - @backstage/errors@1.2.7
15
15
  - @backstage/plugin-permission-common@0.9.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-node",
3
- "version": "0.0.0-nightly-20251128024112",
3
+ "version": "0.0.0-nightly-20251129024107",
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": "0.0.0-nightly-20251128024112",
64
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251129024107",
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.0.0-nightly-20251128024112",
77
- "@backstage/backend-test-utils": "0.0.0-nightly-20251128024112",
78
- "@backstage/cli": "0.0.0-nightly-20251128024112",
76
+ "@backstage/backend-defaults": "0.0.0-nightly-20251129024107",
77
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251129024107",
78
+ "@backstage/cli": "0.0.0-nightly-20251129024107",
79
79
  "@types/ndjson": "^2.0.1"
80
80
  }
81
81
  }