@backstage/backend-defaults 0.4.2-next.2 → 0.4.2-next.3

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__httpauth",
3
- "version": "0.4.2-next.2",
3
+ "version": "0.4.2-next.3",
4
4
  "main": "../dist/httpAuth.cjs.js",
5
5
  "types": "../dist/httpAuth.d.ts"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__httprouter",
3
- "version": "0.4.2-next.2",
3
+ "version": "0.4.2-next.3",
4
4
  "main": "../dist/httpRouter.cjs.js",
5
5
  "types": "../dist/httpRouter.d.ts"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__lifecycle",
3
- "version": "0.4.2-next.2",
3
+ "version": "0.4.2-next.3",
4
4
  "main": "../dist/lifecycle.cjs.js",
5
5
  "types": "../dist/lifecycle.d.ts"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__logger",
3
- "version": "0.4.2-next.2",
3
+ "version": "0.4.2-next.3",
4
4
  "main": "../dist/logger.cjs.js",
5
5
  "types": "../dist/logger.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults",
3
- "version": "0.4.2-next.2",
3
+ "version": "0.4.2-next.3",
4
4
  "description": "Backend defaults used by Backstage backend apps",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -150,19 +150,19 @@
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": "^0.8.1-next.2",
154
- "@backstage/backend-common": "^0.23.4-next.2",
153
+ "@backstage/backend-app-api": "^0.8.1-next.3",
154
+ "@backstage/backend-common": "^0.23.4-next.3",
155
155
  "@backstage/backend-dev-utils": "^0.1.4",
156
- "@backstage/backend-plugin-api": "^0.8.0-next.2",
156
+ "@backstage/backend-plugin-api": "^0.8.0-next.3",
157
157
  "@backstage/cli-common": "^0.1.14",
158
158
  "@backstage/config": "^1.2.0",
159
159
  "@backstage/config-loader": "^1.9.0-next.2",
160
160
  "@backstage/errors": "^1.2.4",
161
161
  "@backstage/integration": "^1.14.0-next.0",
162
162
  "@backstage/integration-aws-node": "^0.1.12",
163
- "@backstage/plugin-auth-node": "^0.5.0-next.2",
164
- "@backstage/plugin-events-node": "^0.3.9-next.2",
165
- "@backstage/plugin-permission-node": "^0.8.1-next.2",
163
+ "@backstage/plugin-auth-node": "^0.5.0-next.3",
164
+ "@backstage/plugin-events-node": "^0.3.9-next.3",
165
+ "@backstage/plugin-permission-node": "^0.8.1-next.3",
166
166
  "@backstage/types": "^1.1.1",
167
167
  "@google-cloud/storage": "^7.0.0",
168
168
  "@keyv/memcache": "^1.3.5",
@@ -202,6 +202,7 @@
202
202
  "path-to-regexp": "^6.2.1",
203
203
  "pg": "^8.11.3",
204
204
  "pg-connection-string": "^2.3.0",
205
+ "pg-format": "^1.0.4",
205
206
  "raw-body": "^2.4.1",
206
207
  "selfsigned": "^2.0.0",
207
208
  "stoppable": "^1.1.0",
@@ -216,12 +217,13 @@
216
217
  },
217
218
  "devDependencies": {
218
219
  "@aws-sdk/util-stream-node": "^3.350.0",
219
- "@backstage/backend-plugin-api": "^0.8.0-next.2",
220
- "@backstage/backend-test-utils": "^0.4.5-next.2",
221
- "@backstage/cli": "^0.27.0-next.3",
220
+ "@backstage/backend-plugin-api": "^0.8.0-next.3",
221
+ "@backstage/backend-test-utils": "^0.4.5-next.3",
222
+ "@backstage/cli": "^0.27.0-next.4",
222
223
  "@types/http-errors": "^2.0.0",
223
224
  "@types/morgan": "^1.9.0",
224
225
  "@types/node-forge": "^1.3.0",
226
+ "@types/pg-format": "^1.0.5",
225
227
  "@types/stoppable": "^1.1.0",
226
228
  "aws-sdk-client-mock": "^4.0.0",
227
229
  "http-errors": "^2.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__permissions",
3
- "version": "0.4.2-next.2",
3
+ "version": "0.4.2-next.3",
4
4
  "main": "../dist/permissions.cjs.js",
5
5
  "types": "../dist/permissions.d.ts"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__rootconfig",
3
- "version": "0.4.2-next.2",
3
+ "version": "0.4.2-next.3",
4
4
  "main": "../dist/rootConfig.cjs.js",
5
5
  "types": "../dist/rootConfig.d.ts"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__roothealth",
3
- "version": "0.4.2-next.2",
3
+ "version": "0.4.2-next.3",
4
4
  "main": "../dist/rootHealth.cjs.js",
5
5
  "types": "../dist/rootHealth.d.ts"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__roothttprouter",
3
- "version": "0.4.2-next.2",
3
+ "version": "0.4.2-next.3",
4
4
  "main": "../dist/rootHttpRouter.cjs.js",
5
5
  "types": "../dist/rootHttpRouter.d.ts"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__rootlifecycle",
3
- "version": "0.4.2-next.2",
3
+ "version": "0.4.2-next.3",
4
4
  "main": "../dist/rootLifecycle.cjs.js",
5
5
  "types": "../dist/rootLifecycle.d.ts"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__rootlogger",
3
- "version": "0.4.2-next.2",
3
+ "version": "0.4.2-next.3",
4
4
  "main": "../dist/rootLogger.cjs.js",
5
5
  "types": "../dist/rootLogger.d.ts"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__scheduler",
3
- "version": "0.4.2-next.2",
3
+ "version": "0.4.2-next.3",
4
4
  "main": "../dist/scheduler.cjs.js",
5
5
  "types": "../dist/scheduler.d.ts"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__urlreader",
3
- "version": "0.4.2-next.2",
3
+ "version": "0.4.2-next.3",
4
4
  "main": "../dist/urlReader.cjs.js",
5
5
  "types": "../dist/urlReader.d.ts"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__userinfo",
3
- "version": "0.4.2-next.2",
3
+ "version": "0.4.2-next.3",
4
4
  "main": "../dist/userInfo.cjs.js",
5
5
  "types": "../dist/userInfo.d.ts"
6
6
  }