@backstage/core-compat-api 0.0.0-nightly-20240114021736 → 0.0.0-nightly-20240115021728

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 +4 -4
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/core-compat-api
2
2
 
3
- ## 0.0.0-nightly-20240114021736
3
+ ## 0.0.0-nightly-20240115021728
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 4c1f50c: Make `convertLegacyApp` wrap discovered routes with `compatWrapper`.
8
8
  - Updated dependencies
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240114021736
10
- - @backstage/core-plugin-api@0.0.0-nightly-20240114021736
11
- - @backstage/core-app-api@0.0.0-nightly-20240114021736
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240115021728
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20240115021728
11
+ - @backstage/core-app-api@0.0.0-nightly-20240115021728
12
12
  - @backstage/version-bridge@1.0.7
13
13
 
14
14
  ## 0.1.1-next.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-compat-api",
3
- "version": "0.0.0-nightly-20240114021736",
3
+ "version": "0.0.0-nightly-20240115021728",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -23,9 +23,9 @@
23
23
  "postpack": "backstage-cli package postpack"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/core-app-api": "^0.0.0-nightly-20240114021736",
27
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240114021736",
28
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240114021736",
26
+ "@backstage/core-app-api": "^0.0.0-nightly-20240115021728",
27
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240115021728",
28
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240115021728",
29
29
  "@backstage/version-bridge": "^1.0.7",
30
30
  "@types/react": "^16.13.1 || ^17.0.0"
31
31
  },
@@ -34,12 +34,12 @@
34
34
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@backstage/cli": "^0.0.0-nightly-20240114021736",
38
- "@backstage/frontend-app-api": "^0.0.0-nightly-20240114021736",
39
- "@backstage/frontend-test-utils": "^0.0.0-nightly-20240114021736",
40
- "@backstage/plugin-catalog": "^0.0.0-nightly-20240114021736",
41
- "@backstage/plugin-puppetdb": "^0.0.0-nightly-20240114021736",
42
- "@backstage/plugin-stackstorm": "^0.0.0-nightly-20240114021736",
37
+ "@backstage/cli": "^0.0.0-nightly-20240115021728",
38
+ "@backstage/frontend-app-api": "^0.0.0-nightly-20240115021728",
39
+ "@backstage/frontend-test-utils": "^0.0.0-nightly-20240115021728",
40
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20240115021728",
41
+ "@backstage/plugin-puppetdb": "^0.0.0-nightly-20240115021728",
42
+ "@backstage/plugin-stackstorm": "^0.0.0-nightly-20240115021728",
43
43
  "@oriflame/backstage-plugin-score-card": "^0.7.0",
44
44
  "@testing-library/jest-dom": "^6.0.0",
45
45
  "@testing-library/react": "^14.0.0"