@backstage/backend-defaults 0.10.1-next.0 → 0.10.1-next.1
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 +19 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @backstage/backend-defaults
|
|
2
2
|
|
|
3
|
+
## 0.10.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-auth-node@0.6.4-next.1
|
|
9
|
+
- @backstage/backend-app-api@1.2.4-next.1
|
|
10
|
+
- @backstage/backend-dev-utils@0.1.5
|
|
11
|
+
- @backstage/backend-plugin-api@1.4.0-next.1
|
|
12
|
+
- @backstage/cli-node@0.2.13
|
|
13
|
+
- @backstage/config@1.3.2
|
|
14
|
+
- @backstage/config-loader@1.10.1
|
|
15
|
+
- @backstage/errors@1.2.7
|
|
16
|
+
- @backstage/integration@1.17.0
|
|
17
|
+
- @backstage/integration-aws-node@0.1.16
|
|
18
|
+
- @backstage/types@1.2.1
|
|
19
|
+
- @backstage/plugin-events-node@0.4.12-next.1
|
|
20
|
+
- @backstage/plugin-permission-node@0.10.1-next.1
|
|
21
|
+
|
|
3
22
|
## 0.10.1-next.0
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
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.10.1-next.
|
|
6
|
+
var version = "0.10.1-next.1";
|
|
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.10.1-next.
|
|
3
|
+
"version": "0.10.1-next.1",
|
|
4
4
|
"description": "Backend defaults used by Backstage backend apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library"
|
|
@@ -224,18 +224,18 @@
|
|
|
224
224
|
"@aws-sdk/credential-providers": "^3.350.0",
|
|
225
225
|
"@aws-sdk/types": "^3.347.0",
|
|
226
226
|
"@azure/storage-blob": "^12.5.0",
|
|
227
|
-
"@backstage/backend-app-api": "1.2.4-next.
|
|
227
|
+
"@backstage/backend-app-api": "1.2.4-next.1",
|
|
228
228
|
"@backstage/backend-dev-utils": "0.1.5",
|
|
229
|
-
"@backstage/backend-plugin-api": "1.4.0-next.
|
|
229
|
+
"@backstage/backend-plugin-api": "1.4.0-next.1",
|
|
230
230
|
"@backstage/cli-node": "0.2.13",
|
|
231
231
|
"@backstage/config": "1.3.2",
|
|
232
232
|
"@backstage/config-loader": "1.10.1",
|
|
233
233
|
"@backstage/errors": "1.2.7",
|
|
234
234
|
"@backstage/integration": "1.17.0",
|
|
235
235
|
"@backstage/integration-aws-node": "0.1.16",
|
|
236
|
-
"@backstage/plugin-auth-node": "0.6.4-next.
|
|
237
|
-
"@backstage/plugin-events-node": "0.4.12-next.
|
|
238
|
-
"@backstage/plugin-permission-node": "0.10.1-next.
|
|
236
|
+
"@backstage/plugin-auth-node": "0.6.4-next.1",
|
|
237
|
+
"@backstage/plugin-events-node": "0.4.12-next.1",
|
|
238
|
+
"@backstage/plugin-permission-node": "0.10.1-next.1",
|
|
239
239
|
"@backstage/types": "1.2.1",
|
|
240
240
|
"@google-cloud/storage": "^7.0.0",
|
|
241
241
|
"@keyv/memcache": "^2.0.1",
|
|
@@ -289,9 +289,9 @@
|
|
|
289
289
|
},
|
|
290
290
|
"devDependencies": {
|
|
291
291
|
"@aws-sdk/util-stream-node": "^3.350.0",
|
|
292
|
-
"@backstage/backend-plugin-api": "1.4.0-next.
|
|
293
|
-
"@backstage/backend-test-utils": "1.6.0-next.
|
|
294
|
-
"@backstage/cli": "0.32.
|
|
292
|
+
"@backstage/backend-plugin-api": "1.4.0-next.1",
|
|
293
|
+
"@backstage/backend-test-utils": "1.6.0-next.1",
|
|
294
|
+
"@backstage/cli": "0.32.2-next.0",
|
|
295
295
|
"@google-cloud/cloud-sql-connector": "^1.4.0",
|
|
296
296
|
"@types/archiver": "^6.0.0",
|
|
297
297
|
"@types/base64-stream": "^1.0.2",
|