@scalar/api-client-react 0.1.5 → 0.1.7
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 +18 -0
- package/dist/index-CpJxdgyL-B-nlsnys.js +3744 -0
- package/dist/index-CpJxdgyL-Ce2oBOmJ.cjs +5 -0
- package/dist/index.cjs +3431 -52704
- package/dist/index.js +27586 -37498
- package/package.json +7 -16
- package/dist/index-CpJxdgyL-CpJxdgyL.js +0 -4466
- package/dist/index-CpJxdgyL-kqvSXEaG.cjs +0 -4466
- package/dist/index.umd.cjs +0 -57299
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @scalar/api-client-react
|
|
2
2
|
|
|
3
|
+
## 0.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ddc9b17: fix: re-added moving the components css into js so importing the css file is no longer needed
|
|
8
|
+
- 775646a: fix: removed extra copy of vue from themes and some dependencies
|
|
9
|
+
- ef3a015: chore: update to typescript 5.4
|
|
10
|
+
- Updated dependencies [ddc9b17]
|
|
11
|
+
- Updated dependencies [775646a]
|
|
12
|
+
- Updated dependencies [ef3a015]
|
|
13
|
+
- @scalar/api-client@0.12.17
|
|
14
|
+
|
|
15
|
+
## 0.1.6
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- @scalar/api-client@0.12.16
|
|
20
|
+
|
|
3
21
|
## 0.1.5
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|