@backstage/backend-defaults 0.8.1 → 0.8.2-next.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 +11 -3
- package/dist/package.json.cjs.js +1 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
# @backstage/backend-defaults
|
|
2
2
|
|
|
3
|
-
## 0.8.
|
|
3
|
+
## 0.8.2-next.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
7
|
+
- e293b66: The default auditor service implementation will now log low severity events with `debug` level instead of `info`.
|
|
8
|
+
- ecb9bab: Explicitly stringify extra logger fields with `JSON.stringify` to prevent `[object Object]` errors.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/plugin-permission-node@0.8.9-next.0
|
|
11
|
+
- @backstage/backend-app-api@1.2.1-next.0
|
|
12
|
+
- @backstage/plugin-auth-node@0.6.1-next.0
|
|
13
|
+
- @backstage/backend-plugin-api@1.2.1-next.0
|
|
14
|
+
- @backstage/cli-node@0.2.13
|
|
15
|
+
- @backstage/config-loader@1.9.6
|
|
16
|
+
- @backstage/plugin-events-node@0.4.9-next.0
|
|
9
17
|
|
|
10
18
|
## 0.8.0
|
|
11
19
|
|
package/dist/package.json.cjs.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var name = "@backstage/backend-defaults";
|
|
6
|
-
var version = "0.8.
|
|
6
|
+
var version = "0.8.2-next.0";
|
|
7
7
|
var description = "Backend defaults used by Backstage backend apps";
|
|
8
8
|
var backstage = {
|
|
9
9
|
role: "node-library"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-defaults",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2-next.0",
|
|
4
4
|
"description": "Backend defaults used by Backstage backend apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library"
|
|
@@ -209,20 +209,20 @@
|
|
|
209
209
|
"@aws-sdk/types": "^3.347.0",
|
|
210
210
|
"@azure/identity": "^4.0.0",
|
|
211
211
|
"@azure/storage-blob": "^12.5.0",
|
|
212
|
-
"@backstage/backend-app-api": "
|
|
213
|
-
"@backstage/backend-dev-utils": "
|
|
214
|
-
"@backstage/backend-plugin-api": "
|
|
215
|
-
"@backstage/cli-common": "
|
|
216
|
-
"@backstage/cli-node": "
|
|
217
|
-
"@backstage/config": "
|
|
218
|
-
"@backstage/config-loader": "
|
|
219
|
-
"@backstage/errors": "
|
|
220
|
-
"@backstage/integration": "
|
|
221
|
-
"@backstage/integration-aws-node": "
|
|
222
|
-
"@backstage/plugin-auth-node": "
|
|
223
|
-
"@backstage/plugin-events-node": "
|
|
224
|
-
"@backstage/plugin-permission-node": "
|
|
225
|
-
"@backstage/types": "
|
|
212
|
+
"@backstage/backend-app-api": "1.2.1-next.0",
|
|
213
|
+
"@backstage/backend-dev-utils": "0.1.5",
|
|
214
|
+
"@backstage/backend-plugin-api": "1.2.1-next.0",
|
|
215
|
+
"@backstage/cli-common": "0.1.15",
|
|
216
|
+
"@backstage/cli-node": "0.2.13",
|
|
217
|
+
"@backstage/config": "1.3.2",
|
|
218
|
+
"@backstage/config-loader": "1.9.6",
|
|
219
|
+
"@backstage/errors": "1.2.7",
|
|
220
|
+
"@backstage/integration": "1.16.1",
|
|
221
|
+
"@backstage/integration-aws-node": "0.1.15",
|
|
222
|
+
"@backstage/plugin-auth-node": "0.6.1-next.0",
|
|
223
|
+
"@backstage/plugin-events-node": "0.4.9-next.0",
|
|
224
|
+
"@backstage/plugin-permission-node": "0.8.9-next.0",
|
|
225
|
+
"@backstage/types": "1.2.1",
|
|
226
226
|
"@google-cloud/storage": "^7.0.0",
|
|
227
227
|
"@keyv/memcache": "^2.0.1",
|
|
228
228
|
"@keyv/redis": "^4.0.1",
|
|
@@ -275,9 +275,9 @@
|
|
|
275
275
|
},
|
|
276
276
|
"devDependencies": {
|
|
277
277
|
"@aws-sdk/util-stream-node": "^3.350.0",
|
|
278
|
-
"@backstage/backend-plugin-api": "
|
|
279
|
-
"@backstage/backend-test-utils": "
|
|
280
|
-
"@backstage/cli": "
|
|
278
|
+
"@backstage/backend-plugin-api": "1.2.1-next.0",
|
|
279
|
+
"@backstage/backend-test-utils": "1.3.1-next.0",
|
|
280
|
+
"@backstage/cli": "0.30.0",
|
|
281
281
|
"@google-cloud/cloud-sql-connector": "^1.4.0",
|
|
282
282
|
"@types/archiver": "^6.0.0",
|
|
283
283
|
"@types/base64-stream": "^1.0.2",
|