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

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,18 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
+ ## 0.12.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.6.0-next.1
9
+ - @backstage/catalog-model@1.7.6
10
+ - @backstage/config@1.3.6
11
+ - @backstage/errors@1.2.7
12
+ - @backstage/types@1.2.2
13
+ - @backstage/plugin-catalog-common@1.1.7
14
+ - @backstage/plugin-catalog-node@1.20.1-next.1
15
+
3
16
  ## 0.12.1-next.0
4
17
 
5
18
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -494,4 +494,5 @@ declare const ldapOrgEntityProviderTransformsExtensionPoint: _backstage_backend_
494
494
  */
495
495
  declare const catalogModuleLdapOrgEntityProvider: _backstage_backend_plugin_api.BackendFeature;
496
496
 
497
- 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, type VendorConfig, catalogModuleLdapOrgEntityProvider as default, defaultGroupTransformer, defaultUserTransformer, ldapOrgEntityProviderTransformsExtensionPoint, mapStringAttr, readLdapLegacyConfig, readLdapOrg, readProviderConfigs, vendors };
497
+ export { LDAP_DN_ANNOTATION, LDAP_RDN_ANNOTATION, LDAP_UUID_ANNOTATION, LdapClient, LdapOrgEntityProvider, LdapOrgReaderProcessor, catalogModuleLdapOrgEntityProvider as default, defaultGroupTransformer, defaultUserTransformer, ldapOrgEntityProviderTransformsExtensionPoint, mapStringAttr, readLdapLegacyConfig, readLdapOrg, readProviderConfigs, vendors };
498
+ export type { BindConfig, GroupConfig, GroupTransformer, LdapOrgEntityProviderLegacyOptions, LdapOrgEntityProviderOptions, LdapOrgEntityProviderTransformsExtensionPoint, LdapProviderConfig, LdapVendor, TLSConfig, UserConfig, UserTransformer, VendorConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-ldap",
3
- "version": "0.12.1-next.0",
3
+ "version": "0.12.1-next.1",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards LDAP",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -41,19 +41,19 @@
41
41
  "test": "backstage-cli package test"
42
42
  },
43
43
  "dependencies": {
44
- "@backstage/backend-plugin-api": "1.5.1-next.0",
44
+ "@backstage/backend-plugin-api": "1.6.0-next.1",
45
45
  "@backstage/catalog-model": "1.7.6",
46
46
  "@backstage/config": "1.3.6",
47
47
  "@backstage/errors": "1.2.7",
48
48
  "@backstage/plugin-catalog-common": "1.1.7",
49
- "@backstage/plugin-catalog-node": "1.20.1-next.0",
49
+ "@backstage/plugin-catalog-node": "1.20.1-next.1",
50
50
  "@backstage/types": "1.2.2",
51
51
  "ldapts": "^8.0.6",
52
52
  "lodash": "^4.17.21",
53
53
  "uuid": "^11.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/cli": "0.34.6-next.0",
56
+ "@backstage/cli": "0.35.0-next.2",
57
57
  "@types/lodash": "^4.14.151"
58
58
  },
59
59
  "configSchema": "config.d.ts",