@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-20220303023541 → 0.0.0-nightly-20220307022304

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 +11 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,14 +1,22 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
- ## 0.0.0-nightly-20220303023541
3
+ ## 0.0.0-nightly-20220307022304
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220307022304
9
+ - @backstage/catalog-model@0.0.0-nightly-20220307022304
10
+
11
+ ## 0.3.15
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - 83a83381b0: Use the new `processingResult` export from the catalog backend
8
16
  - 66aa05c23c: Fixed bug in Catalog LDAP module to acknowledge page events to continue receiving entries if pagePause=true
9
17
  - Updated dependencies
10
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220303023541
11
- - @backstage/catalog-model@0.0.0-nightly-20220303023541
18
+ - @backstage/catalog-model@0.12.0
19
+ - @backstage/plugin-catalog-backend@0.23.0
12
20
 
13
21
  ## 0.3.14
14
22
 
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 module that helps integrate towards LDAP",
4
- "version": "0.0.0-nightly-20220303023541",
4
+ "version": "0.0.0-nightly-20220307022304",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,10 +33,10 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-model": "^0.0.0-nightly-20220303023541",
36
+ "@backstage/catalog-model": "^0.0.0-nightly-20220307022304",
37
37
  "@backstage/config": "^0.1.15",
38
38
  "@backstage/errors": "^0.2.2",
39
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220303023541",
39
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220307022304",
40
40
  "@backstage/types": "^0.1.3",
41
41
  "@types/ldapjs": "^2.2.0",
42
42
  "ldapjs": "^2.2.0",
@@ -44,7 +44,7 @@
44
44
  "winston": "^3.2.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "^0.0.0-nightly-20220303023541",
47
+ "@backstage/cli": "^0.0.0-nightly-20220307022304",
48
48
  "@types/lodash": "^4.14.151"
49
49
  },
50
50
  "files": [