@backstage/plugin-app-node 0.1.40-next.0 → 0.1.40

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,5 +1,23 @@
1
1
  # @backstage/plugin-app-node
2
2
 
3
+ ## 0.1.40
4
+
5
+ ### Patch Changes
6
+
7
+ - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@1.6.0
10
+ - @backstage/config-loader@1.10.7
11
+
12
+ ## 0.1.40-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
17
+ - Updated dependencies
18
+ - @backstage/backend-plugin-api@1.6.0-next.1
19
+ - @backstage/config-loader@1.10.7-next.1
20
+
3
21
  ## 0.1.40-next.0
4
22
 
5
23
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -56,4 +56,5 @@ declare const configSchemaExtensionPoint: _backstage_backend_plugin_api.Extensio
56
56
  */
57
57
  declare function loadCompiledConfigSchema(appDistDir: string): Promise<ConfigSchema | undefined>;
58
58
 
59
- export { type ConfigSchemaExtensionPoint, type StaticFallbackHandlerExtensionPoint, configSchemaExtensionPoint, loadCompiledConfigSchema, staticFallbackHandlerExtensionPoint };
59
+ export { configSchemaExtensionPoint, loadCompiledConfigSchema, staticFallbackHandlerExtensionPoint };
60
+ export type { ConfigSchemaExtensionPoint, StaticFallbackHandlerExtensionPoint };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-node",
3
- "version": "0.1.40-next.0",
3
+ "version": "0.1.40",
4
4
  "description": "Node.js library for the app plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -36,14 +36,14 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-plugin-api": "1.5.1-next.0",
40
- "@backstage/config-loader": "1.10.7-next.0",
39
+ "@backstage/backend-plugin-api": "^1.6.0",
40
+ "@backstage/config-loader": "^1.10.7",
41
41
  "@types/express": "^4.17.6",
42
- "express": "^4.17.1",
42
+ "express": "^4.22.0",
43
43
  "fs-extra": "^11.2.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "0.34.6-next.0"
46
+ "@backstage/cli": "^0.35.0"
47
47
  },
48
48
  "typesVersions": {
49
49
  "*": {