@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-20250701025232 → 0.0.0-nightly-20250702024342

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 +18 -6
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,19 +1,31 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
- ## 0.0.0-nightly-20250701025232
3
+ ## 0.0.0-nightly-20250702024342
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3507fcd: Just some more circular dep cleanup
8
8
  - Updated dependencies
9
- - @backstage/config@0.0.0-nightly-20250701025232
10
- - @backstage/catalog-model@0.0.0-nightly-20250701025232
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20250701025232
12
- - @backstage/plugin-catalog-common@0.0.0-nightly-20250701025232
13
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250701025232
9
+ - @backstage/config@0.0.0-nightly-20250702024342
10
+ - @backstage/catalog-model@0.0.0-nightly-20250702024342
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250702024342
12
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20250702024342
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250702024342
14
14
  - @backstage/errors@1.2.7
15
15
  - @backstage/types@1.2.1
16
16
 
17
+ ## 0.11.7-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - 3507fcd: Just some more circular dep cleanup
22
+ - Updated dependencies
23
+ - @backstage/config@1.3.3-next.0
24
+ - @backstage/catalog-model@1.7.5-next.0
25
+ - @backstage/backend-plugin-api@1.4.1-next.0
26
+ - @backstage/plugin-catalog-common@1.1.5-next.0
27
+ - @backstage/plugin-catalog-node@1.17.2-next.0
28
+
17
29
  ## 0.11.6
18
30
 
19
31
  ### Patch Changes
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-20250701025232",
3
+ "version": "0.0.0-nightly-20250702024342",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards LDAP",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -41,12 +41,12 @@
41
41
  "test": "backstage-cli package test"
42
42
  },
43
43
  "dependencies": {
44
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250701025232",
45
- "@backstage/catalog-model": "0.0.0-nightly-20250701025232",
46
- "@backstage/config": "0.0.0-nightly-20250701025232",
44
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250702024342",
45
+ "@backstage/catalog-model": "0.0.0-nightly-20250702024342",
46
+ "@backstage/config": "0.0.0-nightly-20250702024342",
47
47
  "@backstage/errors": "1.2.7",
48
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20250701025232",
49
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250701025232",
48
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20250702024342",
49
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250702024342",
50
50
  "@backstage/types": "1.2.1",
51
51
  "@types/ldapjs": "^2.2.5",
52
52
  "ldapjs": "^2.3.3",
@@ -54,7 +54,7 @@
54
54
  "uuid": "^11.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/cli": "0.0.0-nightly-20250701025232",
57
+ "@backstage/cli": "0.0.0-nightly-20250702024342",
58
58
  "@types/lodash": "^4.14.151"
59
59
  },
60
60
  "configSchema": "config.d.ts",