@backstage/backend-defaults 0.3.3 → 0.3.4-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 +20 -38
- package/auth/package.json +1 -1
- package/cache/package.json +1 -1
- package/database/package.json +1 -1
- package/discovery/package.json +1 -1
- package/dist/index.cjs.js +2 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/rootHealth.cjs.js +40 -0
- package/dist/rootHealth.cjs.js.map +1 -0
- package/dist/rootHealth.d.ts +9 -0
- package/dist/rootHttpRouter.cjs.js +27 -2
- package/dist/rootHttpRouter.cjs.js.map +1 -1
- package/dist/rootHttpRouter.d.ts +1 -0
- package/dist/urlReader.cjs.js +13 -16
- package/dist/urlReader.cjs.js.map +1 -1
- package/httpAuth/package.json +1 -1
- package/httpRouter/package.json +1 -1
- package/lifecycle/package.json +1 -1
- package/logger/package.json +1 -1
- package/package.json +18 -12
- package/permissions/package.json +1 -1
- package/rootConfig/package.json +1 -1
- package/rootHealth/package.json +6 -0
- package/rootHttpRouter/package.json +1 -1
- package/rootLifecycle/package.json +1 -1
- package/rootLogger/package.json +1 -1
- package/scheduler/package.json +1 -1
- package/urlReader/package.json +1 -1
- package/userInfo/package.json +1 -1
package/httpAuth/package.json
CHANGED
package/httpRouter/package.json
CHANGED
package/lifecycle/package.json
CHANGED
package/logger/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-defaults",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4-next.1",
|
|
4
4
|
"description": "Backend defaults used by Backstage backend apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library"
|
|
@@ -74,6 +74,11 @@
|
|
|
74
74
|
"types": "./dist/rootConfig.d.ts",
|
|
75
75
|
"default": "./dist/rootConfig.cjs.js"
|
|
76
76
|
},
|
|
77
|
+
"./rootHealth": {
|
|
78
|
+
"require": "./dist/rootHealth.cjs.js",
|
|
79
|
+
"types": "./dist/rootHealth.d.ts",
|
|
80
|
+
"default": "./dist/rootHealth.cjs.js"
|
|
81
|
+
},
|
|
77
82
|
"./rootHttpRouter": {
|
|
78
83
|
"require": "./dist/rootHttpRouter.cjs.js",
|
|
79
84
|
"types": "./dist/rootHttpRouter.d.ts",
|
|
@@ -122,6 +127,7 @@
|
|
|
122
127
|
"logger",
|
|
123
128
|
"permissions",
|
|
124
129
|
"rootConfig",
|
|
130
|
+
"rootHealth",
|
|
125
131
|
"rootHttpRouter",
|
|
126
132
|
"rootLifecycle",
|
|
127
133
|
"rootLogger",
|
|
@@ -144,19 +150,19 @@
|
|
|
144
150
|
"@aws-sdk/client-s3": "^3.350.0",
|
|
145
151
|
"@aws-sdk/credential-providers": "^3.350.0",
|
|
146
152
|
"@aws-sdk/types": "^3.347.0",
|
|
147
|
-
"@backstage/backend-app-api": "^0.7.
|
|
148
|
-
"@backstage/backend-common": "^0.23.
|
|
153
|
+
"@backstage/backend-app-api": "^0.7.10-next.1",
|
|
154
|
+
"@backstage/backend-common": "^0.23.3-next.1",
|
|
149
155
|
"@backstage/backend-dev-utils": "^0.1.4",
|
|
150
|
-
"@backstage/backend-plugin-api": "^0.6.
|
|
156
|
+
"@backstage/backend-plugin-api": "^0.6.22-next.1",
|
|
151
157
|
"@backstage/cli-common": "^0.1.14",
|
|
152
158
|
"@backstage/config": "^1.2.0",
|
|
153
159
|
"@backstage/config-loader": "^1.8.1",
|
|
154
160
|
"@backstage/errors": "^1.2.4",
|
|
155
|
-
"@backstage/integration": "^1.
|
|
161
|
+
"@backstage/integration": "^1.13.0-next.0",
|
|
156
162
|
"@backstage/integration-aws-node": "^0.1.12",
|
|
157
|
-
"@backstage/plugin-auth-node": "^0.4.
|
|
158
|
-
"@backstage/plugin-events-node": "^0.3.
|
|
159
|
-
"@backstage/plugin-permission-node": "^0.7.
|
|
163
|
+
"@backstage/plugin-auth-node": "^0.4.17-next.1",
|
|
164
|
+
"@backstage/plugin-events-node": "^0.3.8-next.1",
|
|
165
|
+
"@backstage/plugin-permission-node": "^0.7.33-next.1",
|
|
160
166
|
"@backstage/types": "^1.1.1",
|
|
161
167
|
"@google-cloud/storage": "^7.0.0",
|
|
162
168
|
"@keyv/memcache": "^1.3.5",
|
|
@@ -168,7 +174,7 @@
|
|
|
168
174
|
"@types/express": "^4.17.6",
|
|
169
175
|
"archiver": "^6.0.0",
|
|
170
176
|
"base64-stream": "^1.0.0",
|
|
171
|
-
"better-sqlite3": "^
|
|
177
|
+
"better-sqlite3": "^11.0.0",
|
|
172
178
|
"compression": "^1.7.4",
|
|
173
179
|
"concat-stream": "^2.0.0",
|
|
174
180
|
"cookie": "^0.6.0",
|
|
@@ -210,9 +216,9 @@
|
|
|
210
216
|
},
|
|
211
217
|
"devDependencies": {
|
|
212
218
|
"@aws-sdk/util-stream-node": "^3.350.0",
|
|
213
|
-
"@backstage/backend-plugin-api": "^0.6.
|
|
214
|
-
"@backstage/backend-test-utils": "^0.4.
|
|
215
|
-
"@backstage/cli": "^0.26.
|
|
219
|
+
"@backstage/backend-plugin-api": "^0.6.22-next.1",
|
|
220
|
+
"@backstage/backend-test-utils": "^0.4.4-next.1",
|
|
221
|
+
"@backstage/cli": "^0.26.11-next.1",
|
|
216
222
|
"@types/http-errors": "^2.0.0",
|
|
217
223
|
"@types/morgan": "^1.9.0",
|
|
218
224
|
"@types/node-forge": "^1.3.0",
|
package/permissions/package.json
CHANGED
package/rootConfig/package.json
CHANGED
package/rootLogger/package.json
CHANGED
package/scheduler/package.json
CHANGED
package/urlReader/package.json
CHANGED