@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-20220218022735 → 0.0.0-nightly-20220222022224

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,12 +1,14 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
- ## 0.0.0-nightly-20220218022735
3
+ ## 0.0.0-nightly-20220222022224
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 25e97e7242: Minor wording update
7
8
  - df61ca71dd: Implemented required `getProcessorName` method for catalog processor.
8
9
  - Updated dependencies
9
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220218022735
10
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220222022224
11
+ - @backstage/catalog-model@0.0.0-nightly-20220222022224
10
12
 
11
13
  ## 0.3.13
12
14
 
package/config.d.ts CHANGED
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { JsonValue } from '@backstage/config';
17
+ import { JsonValue } from '@backstage/types';
18
18
 
19
19
  export interface Config {
20
20
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-ldap",
3
- "description": "A Backstage catalog backend modules that helps integrate towards LDAP",
4
- "version": "0.0.0-nightly-20220218022735",
3
+ "description": "A Backstage catalog backend module that helps integrate towards LDAP",
4
+ "version": "0.0.0-nightly-20220222022224",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,10 +33,10 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-model": "^0.10.0",
36
+ "@backstage/catalog-model": "^0.0.0-nightly-20220222022224",
37
37
  "@backstage/config": "^0.1.14",
38
38
  "@backstage/errors": "^0.2.1",
39
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220218022735",
39
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220222022224",
40
40
  "@backstage/types": "^0.1.2",
41
41
  "@types/ldapjs": "^2.2.0",
42
42
  "ldapjs": "^2.2.0",
@@ -44,7 +44,7 @@
44
44
  "winston": "^3.2.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "^0.14.0",
47
+ "@backstage/cli": "^0.0.0-nightly-20220222022224",
48
48
  "@types/lodash": "^4.14.151"
49
49
  },
50
50
  "files": [