@backstage/core-compat-api 0.0.0-nightly-20231203021624 → 0.0.0-nightly-20231205021627

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,6 +1,6 @@
1
1
  # @backstage/core-compat-api
2
2
 
3
- ## 0.0.0-nightly-20231203021624
3
+ ## 0.0.0-nightly-20231205021627
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,9 +9,9 @@
9
9
  - c219b16: Made package public so it can be published
10
10
  - 046e443: Updates for compatibility with the new extension IDs.
11
11
  - Updated dependencies
12
- - @backstage/core-plugin-api@0.0.0-nightly-20231203021624
13
- - @backstage/frontend-plugin-api@0.0.0-nightly-20231203021624
14
- - @backstage/core-app-api@0.0.0-nightly-20231203021624
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20231205021627
13
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20231205021627
14
+ - @backstage/core-app-api@0.0.0-nightly-20231205021627
15
15
 
16
16
  ## 0.0.1-next.1
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-compat-api",
3
- "version": "0.0.0-nightly-20231203021624",
3
+ "version": "0.0.0-nightly-20231205021627",
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-20231203021624",
27
- "@backstage/plugin-puppetdb": "^0.0.0-nightly-20231203021624",
28
- "@backstage/plugin-stackstorm": "^0.0.0-nightly-20231203021624",
26
+ "@backstage/cli": "^0.0.0-nightly-20231205021627",
27
+ "@backstage/plugin-puppetdb": "^0.0.0-nightly-20231205021627",
28
+ "@backstage/plugin-stackstorm": "^0.0.0-nightly-20231205021627",
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-20231203021624",
41
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231203021624",
42
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20231203021624",
40
+ "@backstage/core-app-api": "^0.0.0-nightly-20231205021627",
41
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20231205021627",
42
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20231205021627",
43
43
  "@types/react": "^16.13.1 || ^17.0.0"
44
44
  },
45
45
  "module": "./dist/index.esm.js"