@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-20240506021511 → 0.0.0-nightly-20240508020436

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 +12 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,21 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
- ## 0.0.0-nightly-20240506021511
3
+ ## 0.0.0-nightly-20240508020436
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240506021511
9
- - @backstage/catalog-model@0.0.0-nightly-20240506021511
10
- - @backstage/backend-tasks@0.0.0-nightly-20240506021511
11
- - @backstage/plugin-catalog-common@0.0.0-nightly-20240506021511
8
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240508020436
9
+ - @backstage/catalog-model@0.0.0-nightly-20240508020436
10
+ - @backstage/backend-tasks@0.0.0-nightly-20240508020436
11
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20240508020436
12
+
13
+ ## 0.5.34-next.2
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/plugin-catalog-node@1.12.0-next.2
12
19
 
13
20
  ## 0.5.34-next.1
14
21
 
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-20240506021511",
3
+ "version": "0.0.0-nightly-20240508020436",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards LDAP",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -36,12 +36,12 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-tasks": "^0.0.0-nightly-20240506021511",
40
- "@backstage/catalog-model": "^0.0.0-nightly-20240506021511",
39
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240508020436",
40
+ "@backstage/catalog-model": "^0.0.0-nightly-20240508020436",
41
41
  "@backstage/config": "^1.2.0",
42
42
  "@backstage/errors": "^1.2.4",
43
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240506021511",
44
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240506021511",
43
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240508020436",
44
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240508020436",
45
45
  "@backstage/types": "^1.1.1",
46
46
  "@types/ldapjs": "^2.2.5",
47
47
  "ldapjs": "^2.3.3",
@@ -50,7 +50,7 @@
50
50
  "winston": "^3.2.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.0.0-nightly-20240506021511",
53
+ "@backstage/cli": "^0.0.0-nightly-20240508020436",
54
54
  "@types/lodash": "^4.14.151"
55
55
  },
56
56
  "configSchema": "config.d.ts"