@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-202202022734 → 0.0.0-nightly-20220210021913

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 +32 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,42 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
- ## 0.0.0-nightly-202202022734
3
+ ## 0.0.0-nightly-20220210021913
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220210021913
9
+
10
+ ## 0.3.12-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/plugin-catalog-backend@0.21.3-next.0
16
+
17
+ ## 0.3.11
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/plugin-catalog-backend@0.21.2
23
+
24
+ ## 0.3.11-next.0
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ - @backstage/plugin-catalog-backend@0.21.2-next.0
30
+
31
+ ## 0.3.10
4
32
 
5
33
  ### Patch Changes
6
34
 
7
35
  - 3368dc6b62: Make sure to clone objects sent to `ldapjs` since the library modifies them
8
36
  - Updated dependencies
9
- - @backstage/plugin-catalog-backend@0.0.0-nightly-202202022734
10
- - @backstage/config@0.0.0-nightly-202202022734
11
- - @backstage/catalog-model@0.0.0-nightly-202202022734
37
+ - @backstage/plugin-catalog-backend@0.21.0
38
+ - @backstage/config@0.1.13
39
+ - @backstage/catalog-model@0.9.10
12
40
 
13
41
  ## 0.3.10-next.0
14
42
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-ldap",
3
3
  "description": "A Backstage catalog backend modules that helps integrate towards LDAP",
4
- "version": "0.0.0-nightly-202202022734",
4
+ "version": "0.0.0-nightly-20220210021913",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,10 +29,10 @@
29
29
  "clean": "backstage-cli clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/catalog-model": "^0.0.0-nightly-202202022734",
33
- "@backstage/config": "^0.0.0-nightly-202202022734",
32
+ "@backstage/catalog-model": "^0.9.10",
33
+ "@backstage/config": "^0.1.13",
34
34
  "@backstage/errors": "^0.2.0",
35
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-202202022734",
35
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220210021913",
36
36
  "@backstage/types": "^0.1.1",
37
37
  "@types/ldapjs": "^2.2.0",
38
38
  "ldapjs": "^2.2.0",
@@ -40,7 +40,7 @@
40
40
  "winston": "^3.2.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/cli": "^0.0.0-nightly-202202022734",
43
+ "@backstage/cli": "^0.0.0-nightly-20220210021913",
44
44
  "@types/lodash": "^4.14.151"
45
45
  },
46
46
  "files": [