@backstage/backend-defaults 0.5.0-next.2 → 0.5.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 +156 -0
- 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/cache.cjs.js +3 -1
- package/dist/cache.cjs.js.map +1 -1
- package/dist/urlReader.cjs.js +7 -3
- 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 -14
- package/permissions/package.json +1 -1
- package/rootConfig/package.json +1 -1
- package/rootHealth/package.json +1 -1
- 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.5.
|
|
3
|
+
"version": "0.5.1-next.0",
|
|
4
4
|
"description": "Backend defaults used by Backstage backend apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library"
|
|
@@ -150,20 +150,20 @@
|
|
|
150
150
|
"@aws-sdk/client-s3": "^3.350.0",
|
|
151
151
|
"@aws-sdk/credential-providers": "^3.350.0",
|
|
152
152
|
"@aws-sdk/types": "^3.347.0",
|
|
153
|
-
"@backstage/backend-app-api": "^1.0.
|
|
154
|
-
"@backstage/backend-common": "^0.25.0
|
|
153
|
+
"@backstage/backend-app-api": "^1.0.1-next.0",
|
|
154
|
+
"@backstage/backend-common": "^0.25.0",
|
|
155
155
|
"@backstage/backend-dev-utils": "^0.1.5",
|
|
156
|
-
"@backstage/backend-plugin-api": "^1.0.
|
|
156
|
+
"@backstage/backend-plugin-api": "^1.0.1-next.0",
|
|
157
157
|
"@backstage/cli-common": "^0.1.14",
|
|
158
|
-
"@backstage/cli-node": "^0.2.8
|
|
158
|
+
"@backstage/cli-node": "^0.2.8",
|
|
159
159
|
"@backstage/config": "^1.2.0",
|
|
160
|
-
"@backstage/config-loader": "^1.9.1
|
|
160
|
+
"@backstage/config-loader": "^1.9.1",
|
|
161
161
|
"@backstage/errors": "^1.2.4",
|
|
162
|
-
"@backstage/integration": "^1.15.0
|
|
162
|
+
"@backstage/integration": "^1.15.0",
|
|
163
163
|
"@backstage/integration-aws-node": "^0.1.12",
|
|
164
|
-
"@backstage/plugin-auth-node": "^0.5.
|
|
165
|
-
"@backstage/plugin-events-node": "^0.4.
|
|
166
|
-
"@backstage/plugin-permission-node": "^0.8.
|
|
164
|
+
"@backstage/plugin-auth-node": "^0.5.3-next.0",
|
|
165
|
+
"@backstage/plugin-events-node": "^0.4.1-next.0",
|
|
166
|
+
"@backstage/plugin-permission-node": "^0.8.4-next.0",
|
|
167
167
|
"@backstage/types": "^1.1.1",
|
|
168
168
|
"@google-cloud/storage": "^7.0.0",
|
|
169
169
|
"@keyv/memcache": "^1.3.5",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"@opentelemetry/api": "^1.3.0",
|
|
174
174
|
"@types/cors": "^2.8.6",
|
|
175
175
|
"@types/express": "^4.17.6",
|
|
176
|
-
"archiver": "^
|
|
176
|
+
"archiver": "^7.0.0",
|
|
177
177
|
"base64-stream": "^1.0.0",
|
|
178
178
|
"better-sqlite3": "^11.0.0",
|
|
179
179
|
"compression": "^1.7.4",
|
|
@@ -218,14 +218,18 @@
|
|
|
218
218
|
},
|
|
219
219
|
"devDependencies": {
|
|
220
220
|
"@aws-sdk/util-stream-node": "^3.350.0",
|
|
221
|
-
"@backstage/backend-plugin-api": "^1.0.
|
|
222
|
-
"@backstage/backend-test-utils": "^1.0.
|
|
223
|
-
"@backstage/cli": "^0.
|
|
221
|
+
"@backstage/backend-plugin-api": "^1.0.1-next.0",
|
|
222
|
+
"@backstage/backend-test-utils": "^1.0.1-next.0",
|
|
223
|
+
"@backstage/cli": "^0.28.0-next.0",
|
|
224
|
+
"@types/archiver": "^6.0.0",
|
|
225
|
+
"@types/base64-stream": "^1.0.2",
|
|
226
|
+
"@types/concat-stream": "^2.0.0",
|
|
224
227
|
"@types/http-errors": "^2.0.0",
|
|
225
228
|
"@types/morgan": "^1.9.0",
|
|
226
229
|
"@types/node-forge": "^1.3.0",
|
|
227
230
|
"@types/pg-format": "^1.0.5",
|
|
228
231
|
"@types/stoppable": "^1.1.0",
|
|
232
|
+
"@types/yauzl": "^2.10.0",
|
|
229
233
|
"aws-sdk-client-mock": "^4.0.0",
|
|
230
234
|
"http-errors": "^2.0.0",
|
|
231
235
|
"msw": "^1.0.0",
|
package/permissions/package.json
CHANGED
package/rootConfig/package.json
CHANGED
package/rootHealth/package.json
CHANGED
package/rootLogger/package.json
CHANGED
package/scheduler/package.json
CHANGED
package/urlReader/package.json
CHANGED