@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-20240805021931 → 0.0.0-nightly-20240807021931

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 +19 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,18 +1,32 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
- ## 0.0.0-nightly-20240805021931
3
+ ## 0.0.0-nightly-20240807021931
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240805021931
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240805021931
10
- - @backstage/backend-tasks@0.0.0-nightly-20240805021931
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240807021931
9
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240807021931
10
+ - @backstage/backend-tasks@0.0.0-nightly-20240807021931
11
+ - @backstage/catalog-model@1.5.0
12
+ - @backstage/config@1.2.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/types@1.1.1
15
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20240807021931
16
+
17
+ ## 0.7.1-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@0.8.0-next.2
23
+ - @backstage/backend-tasks@0.5.28-next.2
24
+ - @backstage/plugin-catalog-node@1.12.5-next.2
25
+ - @backstage/plugin-catalog-common@1.0.26-next.1
11
26
  - @backstage/catalog-model@1.5.0
12
27
  - @backstage/config@1.2.0
13
28
  - @backstage/errors@1.2.4
14
29
  - @backstage/types@1.1.1
15
- - @backstage/plugin-catalog-common@0.0.0-nightly-20240805021931
16
30
 
17
31
  ## 0.7.1-next.1
18
32
 
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-20240805021931",
3
+ "version": "0.0.0-nightly-20240807021931",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards LDAP",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -38,13 +38,13 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240805021931",
42
- "@backstage/backend-tasks": "^0.0.0-nightly-20240805021931",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240807021931",
42
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240807021931",
43
43
  "@backstage/catalog-model": "^1.5.0",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
46
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240805021931",
47
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240805021931",
46
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240807021931",
47
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240807021931",
48
48
  "@backstage/types": "^1.1.1",
49
49
  "@types/ldapjs": "^2.2.5",
50
50
  "ldapjs": "^2.3.3",
@@ -52,7 +52,7 @@
52
52
  "uuid": "^9.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "^0.0.0-nightly-20240805021931",
55
+ "@backstage/cli": "^0.0.0-nightly-20240807021931",
56
56
  "@types/lodash": "^4.14.151"
57
57
  },
58
58
  "configSchema": "config.d.ts"