@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-20240630021930 → 0.0.0-nightly-20240702021736
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 +4 -4
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-ldap
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240702021736
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
|
|
13
13
|
- 083eaf9: Fix bug where ISO durations could no longer be used for schedules
|
|
14
14
|
- Updated dependencies
|
|
15
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
16
|
-
- @backstage/backend-tasks@0.0.0-nightly-
|
|
17
|
-
- @backstage/plugin-catalog-node@0.0.0-nightly-
|
|
15
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20240702021736
|
|
16
|
+
- @backstage/backend-tasks@0.0.0-nightly-20240702021736
|
|
17
|
+
- @backstage/plugin-catalog-node@0.0.0-nightly-20240702021736
|
|
18
18
|
- @backstage/catalog-model@1.5.0
|
|
19
19
|
- @backstage/config@1.2.0
|
|
20
20
|
- @backstage/errors@1.2.4
|
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-
|
|
3
|
+
"version": "0.0.0-nightly-20240702021736",
|
|
4
4
|
"description": "A Backstage catalog backend module that helps integrate towards LDAP",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"test": "backstage-cli package test"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
42
|
-
"@backstage/backend-tasks": "^0.0.0-nightly-
|
|
41
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20240702021736",
|
|
42
|
+
"@backstage/backend-tasks": "^0.0.0-nightly-20240702021736",
|
|
43
43
|
"@backstage/catalog-model": "^1.5.0",
|
|
44
44
|
"@backstage/config": "^1.2.0",
|
|
45
45
|
"@backstage/errors": "^1.2.4",
|
|
46
46
|
"@backstage/plugin-catalog-common": "^1.0.24",
|
|
47
|
-
"@backstage/plugin-catalog-node": "^0.0.0-nightly-
|
|
47
|
+
"@backstage/plugin-catalog-node": "^0.0.0-nightly-20240702021736",
|
|
48
48
|
"@backstage/types": "^1.1.1",
|
|
49
49
|
"@types/ldapjs": "^2.2.5",
|
|
50
50
|
"ldapjs": "^2.3.3",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"uuid": "^9.0.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
55
|
+
"@backstage/cli": "^0.0.0-nightly-20240702021736",
|
|
56
56
|
"@types/lodash": "^4.14.151"
|
|
57
57
|
},
|
|
58
58
|
"configSchema": "config.d.ts"
|