@backstage/core-compat-api 0.0.0-nightly-20231123021445 → 0.0.0-nightly-20231125021216

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/core-compat-api
2
2
 
3
- ## 0.0.0-nightly-20231123021445
3
+ ## 0.0.0-nightly-20231125021216
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 03d0b6dcdcf6: Added `convertLegacyRouteRef` utility to convert existing route refs to be used with the new experimental packages.
8
8
  - c219b168aa99: Made package public so it can be published
9
9
  - Updated dependencies
10
- - @backstage/core-plugin-api@0.0.0-nightly-20231123021445
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20231123021445
12
- - @backstage/core-app-api@0.0.0-nightly-20231123021445
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20231125021216
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20231125021216
12
+ - @backstage/core-app-api@0.0.0-nightly-20231125021216
13
13
 
14
14
  ## 0.0.1-next.0
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-compat-api",
3
- "version": "0.0.0-nightly-20231123021445",
3
+ "version": "0.0.0-nightly-20231125021216",
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
  "devDependencies": {
26
- "@backstage/cli": "^0.0.0-nightly-20231123021445",
27
- "@backstage/plugin-puppetdb": "^0.0.0-nightly-20231123021445",
28
- "@backstage/plugin-stackstorm": "^0.0.0-nightly-20231123021445",
26
+ "@backstage/cli": "^0.0.0-nightly-20231125021216",
27
+ "@backstage/plugin-puppetdb": "^0.0.0-nightly-20231125021216",
28
+ "@backstage/plugin-stackstorm": "^0.0.0-nightly-20231125021216",
29
29
  "@oriflame/backstage-plugin-score-card": "^0.7.0",
30
30
  "@testing-library/jest-dom": "^6.0.0"
31
31
  },
@@ -37,9 +37,9 @@
37
37
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/core-app-api": "^0.0.0-nightly-20231123021445",
41
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231123021445",
42
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20231123021445",
40
+ "@backstage/core-app-api": "^0.0.0-nightly-20231125021216",
41
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20231125021216",
42
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20231125021216",
43
43
  "@types/react": "^16.13.1 || ^17.0.0"
44
44
  },
45
45
  "module": "./dist/index.esm.js"