@remkoj/hey-api-wrapper 6.0.0-rc.2 → 6.0.0-rc.3

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@remkoj/hey-api-wrapper",
3
3
  "displayName": "Wrap an Hey-API generated SDK into a single client object",
4
4
  "description": "A compatibility package that wraps an Hey-API generated SDK into a single client object, providing a more convenient interface for users.",
5
- "version": "6.0.0-rc.2",
5
+ "version": "6.0.0-rc.3",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",
@@ -29,5 +29,6 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "tslib": "^2.8.1"
32
- }
32
+ },
33
+ "stableVersion": "6.0.0-rc.2"
33
34
  }