@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-20250428023926 → 0.0.0-nightly-20250430023748

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 +17 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,17 +1,30 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
- ## 0.0.0-nightly-20250428023926
3
+ ## 0.0.0-nightly-20250430023748
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20250428023926
9
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250428023926
8
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250430023748
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250430023748
10
10
  - @backstage/catalog-model@1.7.3
11
11
  - @backstage/config@1.3.2
12
12
  - @backstage/errors@1.2.7
13
13
  - @backstage/types@1.2.1
14
- - @backstage/plugin-catalog-common@1.1.3
14
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20250430023748
15
+
16
+ ## 0.11.5-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/plugin-catalog-node@1.17.0-next.1
22
+ - @backstage/backend-plugin-api@1.3.1-next.1
23
+ - @backstage/catalog-model@1.7.3
24
+ - @backstage/config@1.3.2
25
+ - @backstage/errors@1.2.7
26
+ - @backstage/types@1.2.1
27
+ - @backstage/plugin-catalog-common@1.1.4-next.0
15
28
 
16
29
  ## 0.11.5-next.0
17
30
 
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-20250428023926",
3
+ "version": "0.0.0-nightly-20250430023748",
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-20250428023926",
44
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250430023748",
45
45
  "@backstage/catalog-model": "1.7.3",
46
46
  "@backstage/config": "1.3.2",
47
47
  "@backstage/errors": "1.2.7",
48
- "@backstage/plugin-catalog-common": "1.1.3",
49
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250428023926",
48
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20250430023748",
49
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250430023748",
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-20250428023926",
57
+ "@backstage/cli": "0.0.0-nightly-20250430023748",
58
58
  "@types/lodash": "^4.14.151"
59
59
  },
60
60
  "configSchema": "config.d.ts",