@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-20220723117 → 0.0.0-nightly-20220823130

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 +10 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
+ ## 0.0.0-nightly-20220823130
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220823130
9
+ - @backstage/catalog-model@0.0.0-nightly-20220823130
10
+ - @backstage/errors@0.0.0-nightly-20220823130
11
+ - @backstage/types@0.0.0-nightly-20220823130
12
+
3
13
  ## 0.3.8
4
14
 
5
15
  ### Patch Changes
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-20220723117",
4
+ "version": "0.0.0-nightly-20220823130",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,18 +29,18 @@
29
29
  "clean": "backstage-cli clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/catalog-model": "^0.0.0-nightly-20220723117",
32
+ "@backstage/catalog-model": "^0.0.0-nightly-20220823130",
33
33
  "@backstage/config": "^0.1.11",
34
- "@backstage/errors": "^0.0.0-nightly-20220723117",
35
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220723117",
36
- "@backstage/types": "^0.0.0-nightly-20220723117",
34
+ "@backstage/errors": "^0.0.0-nightly-20220823130",
35
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220823130",
36
+ "@backstage/types": "^0.0.0-nightly-20220823130",
37
37
  "@types/ldapjs": "^2.2.0",
38
38
  "ldapjs": "^2.2.0",
39
39
  "lodash": "^4.17.21",
40
40
  "winston": "^3.2.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/cli": "^0.0.0-nightly-20220723117",
43
+ "@backstage/cli": "^0.0.0-nightly-20220823130",
44
44
  "@types/lodash": "^4.14.151"
45
45
  },
46
46
  "files": [