@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-20260120025109 → 0.0.0-nightly-20260127025640

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
- ## 0.0.0-nightly-20260120025109
3
+ ## 0.0.0-nightly-20260127025640
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20260120025109
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260127025640
9
9
  - @backstage/catalog-model@1.7.6
10
10
  - @backstage/config@1.3.6
11
11
  - @backstage/errors@1.2.7
12
12
  - @backstage/types@1.2.2
13
- - @backstage/plugin-catalog-common@0.0.0-nightly-20260120025109
14
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260120025109
13
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20260127025640
14
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260127025640
15
15
 
16
16
  ## 0.12.1
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-ldap",
3
- "version": "0.0.0-nightly-20260120025109",
3
+ "version": "0.0.0-nightly-20260127025640",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards LDAP",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -41,19 +41,19 @@
41
41
  "test": "backstage-cli package test"
42
42
  },
43
43
  "dependencies": {
44
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260120025109",
44
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260127025640",
45
45
  "@backstage/catalog-model": "1.7.6",
46
46
  "@backstage/config": "1.3.6",
47
47
  "@backstage/errors": "1.2.7",
48
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20260120025109",
49
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260120025109",
48
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20260127025640",
49
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260127025640",
50
50
  "@backstage/types": "1.2.2",
51
51
  "ldapts": "^8.0.6",
52
52
  "lodash": "^4.17.21",
53
53
  "uuid": "^11.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/cli": "0.0.0-nightly-20260120025109",
56
+ "@backstage/cli": "0.0.0-nightly-20260127025640",
57
57
  "@types/lodash": "^4.14.151"
58
58
  },
59
59
  "configSchema": "config.d.ts",