@backstage/backend-defaults 0.16.0 → 0.16.1-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 +21 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/backend-defaults
|
|
2
2
|
|
|
3
|
+
## 0.16.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 79453c0: Updated dependency `wait-for-expect` to `^4.0.0`.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/backend-plugin-api@1.8.1-next.0
|
|
10
|
+
- @backstage/cli-node@0.3.1-next.0
|
|
11
|
+
- @backstage/config-loader@1.10.10-next.0
|
|
12
|
+
- @backstage/backend-app-api@1.6.1-next.0
|
|
13
|
+
- @backstage/plugin-auth-node@0.6.15-next.0
|
|
14
|
+
- @backstage/plugin-permission-node@0.10.12-next.0
|
|
15
|
+
- @backstage/plugin-events-node@0.4.21-next.0
|
|
16
|
+
- @backstage/backend-dev-utils@0.1.7
|
|
17
|
+
- @backstage/config@1.3.6
|
|
18
|
+
- @backstage/errors@1.2.7
|
|
19
|
+
- @backstage/integration@2.0.0
|
|
20
|
+
- @backstage/integration-aws-node@0.1.20
|
|
21
|
+
- @backstage/types@1.2.2
|
|
22
|
+
- @backstage/plugin-permission-common@0.9.7
|
|
23
|
+
|
|
3
24
|
## 0.16.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
package/dist/package.json.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-defaults",
|
|
3
|
-
"version": "0.16.0",
|
|
3
|
+
"version": "0.16.1-next.0",
|
|
4
4
|
"description": "Backend defaults used by Backstage backend apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library"
|
|
@@ -217,20 +217,20 @@
|
|
|
217
217
|
"@aws-sdk/types": "^3.347.0",
|
|
218
218
|
"@azure/identity": "^4.0.0",
|
|
219
219
|
"@azure/storage-blob": "^12.5.0",
|
|
220
|
-
"@backstage/backend-app-api": "
|
|
221
|
-
"@backstage/backend-dev-utils": "
|
|
222
|
-
"@backstage/backend-plugin-api": "
|
|
223
|
-
"@backstage/cli-node": "
|
|
224
|
-
"@backstage/config": "
|
|
225
|
-
"@backstage/config-loader": "
|
|
226
|
-
"@backstage/errors": "
|
|
227
|
-
"@backstage/integration": "
|
|
228
|
-
"@backstage/integration-aws-node": "
|
|
229
|
-
"@backstage/plugin-auth-node": "
|
|
230
|
-
"@backstage/plugin-events-node": "
|
|
231
|
-
"@backstage/plugin-permission-common": "
|
|
232
|
-
"@backstage/plugin-permission-node": "
|
|
233
|
-
"@backstage/types": "
|
|
220
|
+
"@backstage/backend-app-api": "1.6.1-next.0",
|
|
221
|
+
"@backstage/backend-dev-utils": "0.1.7",
|
|
222
|
+
"@backstage/backend-plugin-api": "1.8.1-next.0",
|
|
223
|
+
"@backstage/cli-node": "0.3.1-next.0",
|
|
224
|
+
"@backstage/config": "1.3.6",
|
|
225
|
+
"@backstage/config-loader": "1.10.10-next.0",
|
|
226
|
+
"@backstage/errors": "1.2.7",
|
|
227
|
+
"@backstage/integration": "2.0.0",
|
|
228
|
+
"@backstage/integration-aws-node": "0.1.20",
|
|
229
|
+
"@backstage/plugin-auth-node": "0.6.15-next.0",
|
|
230
|
+
"@backstage/plugin-events-node": "0.4.21-next.0",
|
|
231
|
+
"@backstage/plugin-permission-common": "0.9.7",
|
|
232
|
+
"@backstage/plugin-permission-node": "0.10.12-next.0",
|
|
233
|
+
"@backstage/types": "1.2.2",
|
|
234
234
|
"@google-cloud/storage": "^7.0.0",
|
|
235
235
|
"@keyv/memcache": "^2.0.1",
|
|
236
236
|
"@keyv/redis": "^4.0.1",
|
|
@@ -285,9 +285,9 @@
|
|
|
285
285
|
},
|
|
286
286
|
"devDependencies": {
|
|
287
287
|
"@aws-sdk/util-stream-node": "^3.350.0",
|
|
288
|
-
"@backstage/backend-plugin-api": "
|
|
289
|
-
"@backstage/backend-test-utils": "
|
|
290
|
-
"@backstage/cli": "
|
|
288
|
+
"@backstage/backend-plugin-api": "1.8.1-next.0",
|
|
289
|
+
"@backstage/backend-test-utils": "1.11.2-next.0",
|
|
290
|
+
"@backstage/cli": "0.36.1-next.0",
|
|
291
291
|
"@google-cloud/cloud-sql-connector": "^1.4.0",
|
|
292
292
|
"@types/archiver": "^7.0.0",
|
|
293
293
|
"@types/base64-stream": "^1.0.2",
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"msw": "^1.0.0",
|
|
306
306
|
"node-mocks-http": "^1.0.0",
|
|
307
307
|
"supertest": "^7.0.0",
|
|
308
|
-
"wait-for-expect": "^
|
|
308
|
+
"wait-for-expect": "^4.0.0"
|
|
309
309
|
},
|
|
310
310
|
"peerDependencies": {
|
|
311
311
|
"@google-cloud/cloud-sql-connector": "^1.4.0",
|