@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-20220220022427 → 0.0.0-nightly-20220221022454

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,14 +1,14 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
- ## 0.0.0-nightly-20220220022427
3
+ ## 0.0.0-nightly-20220221022454
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 25e97e7242: Minor wording update
8
8
  - df61ca71dd: Implemented required `getProcessorName` method for catalog processor.
9
9
  - Updated dependencies
10
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220220022427
11
- - @backstage/catalog-model@0.0.0-nightly-20220220022427
10
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220221022454
11
+ - @backstage/catalog-model@0.0.0-nightly-20220221022454
12
12
 
13
13
  ## 0.3.13
14
14
 
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-20220220022427",
4
+ "version": "0.0.0-nightly-20220221022454",
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-20220220022427",
36
+ "@backstage/catalog-model": "^0.0.0-nightly-20220221022454",
37
37
  "@backstage/config": "^0.1.14",
38
38
  "@backstage/errors": "^0.2.1",
39
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220220022427",
39
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220221022454",
40
40
  "@backstage/types": "^0.1.2",
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-20220220022427",
47
+ "@backstage/cli": "^0.0.0-nightly-20220221022454",
48
48
  "@types/lodash": "^4.14.151"
49
49
  },
50
50
  "files": [