@backstage/plugin-catalog-backend-module-ldap 0.5.33-next.1 → 0.5.34-next.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
+ ## 0.5.34-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@1.5.0-next.0
9
+ - @backstage/plugin-catalog-common@1.0.23-next.0
10
+ - @backstage/plugin-catalog-node@1.11.2-next.0
11
+ - @backstage/backend-tasks@0.5.23-next.0
12
+ - @backstage/config@1.2.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/types@1.1.1
15
+
16
+ ## 0.5.33
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/backend-tasks@0.5.22
22
+ - @backstage/plugin-catalog-node@1.11.1
23
+ - @backstage/catalog-model@1.4.5
24
+ - @backstage/config@1.2.0
25
+ - @backstage/errors@1.2.4
26
+ - @backstage/types@1.1.1
27
+ - @backstage/plugin-catalog-common@1.0.22
28
+
3
29
  ## 0.5.33-next.1
4
30
 
5
31
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -130,7 +130,7 @@ function formatGUID(objectGUID) {
130
130
  var __defProp$2 = Object.defineProperty;
131
131
  var __defNormalProp$2 = (obj, key, value) => key in obj ? __defProp$2(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
132
132
  var __publicField$2 = (obj, key, value) => {
133
- __defNormalProp$2(obj, typeof key !== "symbol" ? key + "" : key, value);
133
+ __defNormalProp$2(obj, key + "" , value);
134
134
  return value;
135
135
  };
136
136
  class LdapClient {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-ldap",
3
- "version": "0.5.33-next.1",
3
+ "version": "0.5.34-next.0",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards LDAP",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -36,12 +36,12 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-tasks": "^0.5.22-next.1",
40
- "@backstage/catalog-model": "^1.4.5",
39
+ "@backstage/backend-tasks": "^0.5.23-next.0",
40
+ "@backstage/catalog-model": "^1.5.0-next.0",
41
41
  "@backstage/config": "^1.2.0",
42
42
  "@backstage/errors": "^1.2.4",
43
- "@backstage/plugin-catalog-common": "^1.0.22",
44
- "@backstage/plugin-catalog-node": "^1.11.1-next.1",
43
+ "@backstage/plugin-catalog-common": "^1.0.23-next.0",
44
+ "@backstage/plugin-catalog-node": "^1.11.2-next.0",
45
45
  "@backstage/types": "^1.1.1",
46
46
  "@types/ldapjs": "^2.2.5",
47
47
  "ldapjs": "^2.3.3",
@@ -50,7 +50,7 @@
50
50
  "winston": "^3.2.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.26.3-next.1",
53
+ "@backstage/cli": "^0.26.5-next.0",
54
54
  "@types/lodash": "^4.14.151"
55
55
  },
56
56
  "configSchema": "config.d.ts"