@backstage/backend-app-api 0.0.0-nightly-20230106022925 → 0.0.0-nightly-20230108022900

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/backend-app-api
2
2
 
3
- ## 0.0.0-nightly-20230106022925
3
+ ## 0.0.0-nightly-20230108022900
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,11 +13,11 @@
13
13
  - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`.
14
14
  - 6cfd4d7073: Updated implementations for the new `RootLifecycleService`.
15
15
  - Updated dependencies
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20230106022925
17
- - @backstage/backend-common@0.0.0-nightly-20230106022925
18
- - @backstage/backend-tasks@0.0.0-nightly-20230106022925
16
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230108022900
17
+ - @backstage/backend-common@0.0.0-nightly-20230108022900
18
+ - @backstage/backend-tasks@0.0.0-nightly-20230108022900
19
19
  - @backstage/errors@1.1.4
20
- - @backstage/plugin-permission-node@0.0.0-nightly-20230106022925
20
+ - @backstage/plugin-permission-node@0.0.0-nightly-20230108022900
21
21
 
22
22
  ## 0.2.5-next.0
23
23
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-app-api",
3
- "version": "0.0.0-nightly-20230106022925",
3
+ "version": "0.0.0-nightly-20230108022900",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/backend-app-api",
3
3
  "description": "Core API used by Backstage backend apps",
4
- "version": "0.0.0-nightly-20230106022925",
4
+ "version": "0.0.0-nightly-20230108022900",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -33,18 +33,18 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.0.0-nightly-20230106022925",
37
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230106022925",
38
- "@backstage/backend-tasks": "^0.0.0-nightly-20230106022925",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20230108022900",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230108022900",
38
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230108022900",
39
39
  "@backstage/errors": "^1.1.4",
40
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20230106022925",
40
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20230108022900",
41
41
  "@types/express": "^4.17.6",
42
42
  "express": "^4.17.1",
43
43
  "express-promise-router": "^4.1.0",
44
44
  "winston": "^3.2.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "^0.0.0-nightly-20230106022925"
47
+ "@backstage/cli": "^0.0.0-nightly-20230108022900"
48
48
  },
49
49
  "files": [
50
50
  "dist",