@backstage/plugin-catalog-backend-module-ldap 0.6.0-next.2 → 0.6.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,40 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
+ ## 0.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - debcc8c: Migrate LDAP catalog module to the new backend system.
8
+
9
+ ### Patch Changes
10
+
11
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
12
+ - d44a20a: Added additional plugin metadata to `package.json`.
13
+ - Updated dependencies
14
+ - @backstage/backend-plugin-api@0.6.19
15
+ - @backstage/backend-tasks@0.5.24
16
+ - @backstage/plugin-catalog-node@1.12.1
17
+ - @backstage/plugin-catalog-common@1.0.24
18
+ - @backstage/catalog-model@1.5.0
19
+ - @backstage/config@1.2.0
20
+ - @backstage/errors@1.2.4
21
+ - @backstage/types@1.1.1
22
+
23
+ ## 0.6.0-next.3
24
+
25
+ ### Patch Changes
26
+
27
+ - d44a20a: Added additional plugin metadata to `package.json`.
28
+ - Updated dependencies
29
+ - @backstage/backend-plugin-api@0.6.19-next.3
30
+ - @backstage/plugin-catalog-common@1.0.24-next.0
31
+ - @backstage/plugin-catalog-node@1.12.1-next.2
32
+ - @backstage/backend-tasks@0.5.24-next.3
33
+ - @backstage/catalog-model@1.5.0
34
+ - @backstage/config@1.2.0
35
+ - @backstage/errors@1.2.4
36
+ - @backstage/types@1.1.1
37
+
3
38
  ## 0.6.0-next.2
4
39
 
5
40
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -463,6 +463,6 @@ declare const ldapOrgEntityProviderTransformsExtensionPoint: _backstage_backend_
463
463
  *
464
464
  * @public
465
465
  */
466
- declare const catalogModuleLdapOrgEntityProvider: () => _backstage_backend_plugin_api.BackendFeature;
466
+ declare const catalogModuleLdapOrgEntityProvider: _backstage_backend_plugin_api.BackendFeatureCompat;
467
467
 
468
468
  export { type BindConfig, type GroupConfig, type GroupTransformer, LDAP_DN_ANNOTATION, LDAP_RDN_ANNOTATION, LDAP_UUID_ANNOTATION, LdapClient, LdapOrgEntityProvider, type LdapOrgEntityProviderLegacyOptions, type LdapOrgEntityProviderOptions, type LdapOrgEntityProviderTransformsExtensionPoint, LdapOrgReaderProcessor, type LdapProviderConfig, type LdapVendor, type TLSConfig, type UserConfig, type UserTransformer, catalogModuleLdapOrgEntityProvider as default, defaultGroupTransformer, defaultUserTransformer, ldapOrgEntityProviderTransformsExtensionPoint, mapStringAttr, readLdapLegacyConfig, readLdapOrg, readProviderConfigs };
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-ldap",
3
- "version": "0.6.0-next.2",
3
+ "version": "0.6.0",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards LDAP",
5
5
  "backstage": {
6
- "role": "backend-plugin-module"
6
+ "role": "backend-plugin-module",
7
+ "pluginId": "catalog",
8
+ "pluginPackage": "@backstage/plugin-catalog-backend"
7
9
  },
8
10
  "publishConfig": {
9
11
  "access": "public",
@@ -36,13 +38,13 @@
36
38
  "test": "backstage-cli package test"
37
39
  },
38
40
  "dependencies": {
39
- "@backstage/backend-plugin-api": "^0.6.19-next.2",
40
- "@backstage/backend-tasks": "^0.5.24-next.2",
41
+ "@backstage/backend-plugin-api": "^0.6.19",
42
+ "@backstage/backend-tasks": "^0.5.24",
41
43
  "@backstage/catalog-model": "^1.5.0",
42
44
  "@backstage/config": "^1.2.0",
43
45
  "@backstage/errors": "^1.2.4",
44
- "@backstage/plugin-catalog-common": "^1.0.23",
45
- "@backstage/plugin-catalog-node": "^1.12.1-next.1",
46
+ "@backstage/plugin-catalog-common": "^1.0.24",
47
+ "@backstage/plugin-catalog-node": "^1.12.1",
46
48
  "@backstage/types": "^1.1.1",
47
49
  "@types/ldapjs": "^2.2.5",
48
50
  "ldapjs": "^2.3.3",
@@ -50,7 +52,7 @@
50
52
  "uuid": "^9.0.0"
51
53
  },
52
54
  "devDependencies": {
53
- "@backstage/cli": "^0.26.7-next.2",
55
+ "@backstage/cli": "^0.26.7",
54
56
  "@types/lodash": "^4.14.151"
55
57
  },
56
58
  "configSchema": "config.d.ts"