@backstage/version-bridge 1.0.4-next.0 → 1.0.4

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,11 @@
1
1
  # @backstage/version-bridge
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - e0c6e8b9c3c: Update peer dependencies
8
+
3
9
  ## 1.0.4-next.0
4
10
 
5
11
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -14,7 +14,7 @@ declare function getOrCreateGlobalSingleton<T>(id: string, supplier: () => T): T
14
14
  *
15
15
  * @public
16
16
  */
17
- declare type VersionedValue<Versions extends {
17
+ type VersionedValue<Versions extends {
18
18
  [version: number]: unknown;
19
19
  }> = {
20
20
  atVersion<Version extends keyof Versions>(version: Version): Versions[Version] | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/version-bridge",
3
3
  "description": "Utilities used by @backstage packages to support multiple concurrent versions",
4
- "version": "1.0.4-next.0",
4
+ "version": "1.0.4",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.esm.js",
@@ -40,7 +40,7 @@
40
40
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/cli": "^0.22.6-next.1",
43
+ "@backstage/cli": "^0.22.6",
44
44
  "@testing-library/jest-dom": "^5.10.1",
45
45
  "@testing-library/react": "^12.1.3",
46
46
  "@testing-library/react-hooks": "^8.0.0"