@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-20250317023705 → 0.0.0-nightly-20250318023632

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 +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
- ## 0.0.0-nightly-20250317023705
3
+ ## 0.0.0-nightly-20250318023632
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e43f41b: Fix `config.d.ts` for `ldapOrg` being incorrect. The documentation says a single
8
8
  object or an array are accepted, but the definition only allows an object.
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20250317023705
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250318023632
11
11
  - @backstage/catalog-model@1.7.3
12
12
  - @backstage/config@1.3.2
13
13
  - @backstage/errors@1.2.7
14
14
  - @backstage/types@1.2.1
15
15
  - @backstage/plugin-catalog-common@1.1.3
16
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250317023705
16
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250318023632
17
17
 
18
18
  ## 0.11.3-next.2
19
19
 
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-20250317023705",
3
+ "version": "0.0.0-nightly-20250318023632",
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-20250317023705",
44
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250318023632",
45
45
  "@backstage/catalog-model": "1.7.3",
46
46
  "@backstage/config": "1.3.2",
47
47
  "@backstage/errors": "1.2.7",
48
48
  "@backstage/plugin-catalog-common": "1.1.3",
49
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250317023705",
49
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250318023632",
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-20250317023705",
57
+ "@backstage/cli": "0.0.0-nightly-20250318023632",
58
58
  "@types/lodash": "^4.14.151"
59
59
  },
60
60
  "configSchema": "config.d.ts"