@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-20251203024610 → 0.0.0-nightly-20251204024637

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,17 +1,17 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
- ## 0.0.0-nightly-20251203024610
3
+ ## 0.0.0-nightly-20251204024637
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20251203024610
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251204024637
9
9
  - @backstage/catalog-model@1.7.6
10
10
  - @backstage/config@1.3.6
11
11
  - @backstage/errors@1.2.7
12
12
  - @backstage/types@1.2.2
13
13
  - @backstage/plugin-catalog-common@1.1.7
14
- - @backstage/plugin-catalog-node@0.0.0-nightly-20251203024610
14
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20251204024637
15
15
 
16
16
  ## 0.12.1-next.0
17
17
 
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.0.0-nightly-20251203024610",
3
+ "version": "0.0.0-nightly-20251204024637",
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": "0.0.0-nightly-20251203024610",
44
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251204024637",
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": "0.0.0-nightly-20251203024610",
49
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20251204024637",
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.0.0-nightly-20251203024610",
56
+ "@backstage/cli": "0.0.0-nightly-20251204024637",
57
57
  "@types/lodash": "^4.14.151"
58
58
  },
59
59
  "configSchema": "config.d.ts",