@backstage/plugin-app-backend 0.0.0-nightly-20220309022441 → 0.0.0-nightly-20220310022859

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,24 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20220309022441
3
+ ## 0.0.0-nightly-20220310022859
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - ab7cd7d70e: Do some groundwork for supporting the `better-sqlite3` driver, to maybe eventually replace `@vscode/sqlite3` (#9912)
8
8
  - e0a69ba49f: build(deps): bump `fs-extra` from 9.1.0 to 10.0.1
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20220309022441
11
- - @backstage/config-loader@0.0.0-nightly-20220309022441
10
+ - @backstage/backend-common@0.0.0-nightly-20220310022859
11
+ - @backstage/config-loader@0.0.0-nightly-20220310022859
12
+
13
+ ## 0.3.29-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - ab7cd7d70e: Do some groundwork for supporting the `better-sqlite3` driver, to maybe eventually replace `@vscode/sqlite3` (#9912)
18
+ - e0a69ba49f: build(deps): bump `fs-extra` from 9.1.0 to 10.0.1
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.13.0-next.0
21
+ - @backstage/config-loader@0.9.7-next.0
12
22
 
13
23
  ## 0.3.28
14
24
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
3
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
4
- "version": "0.0.0-nightly-20220309022441",
4
+ "version": "0.0.0-nightly-20220310022859",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,8 +33,8 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.0.0-nightly-20220309022441",
37
- "@backstage/config-loader": "^0.0.0-nightly-20220309022441",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20220310022859",
37
+ "@backstage/config-loader": "^0.0.0-nightly-20220310022859",
38
38
  "@backstage/config": "^0.1.15",
39
39
  "@backstage/types": "^0.1.3",
40
40
  "@types/express": "^4.17.6",
@@ -50,8 +50,8 @@
50
50
  "yn": "^4.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.0.0-nightly-20220309022441",
54
- "@backstage/cli": "^0.0.0-nightly-20220309022441",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220310022859",
54
+ "@backstage/cli": "^0.0.0-nightly-20220310022859",
55
55
  "@backstage/types": "^0.1.3",
56
56
  "@types/supertest": "^2.0.8",
57
57
  "mock-fs": "^5.1.0",