@scalar/api-client-react 1.4.11 → 1.4.13

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,9 @@
1
1
  # @scalar/api-client-react
2
2
 
3
+ ## 1.4.13
4
+
5
+ ## 1.4.12
6
+
3
7
  ## 1.4.11
4
8
 
5
9
  ### Patch Changes
package/dist/style.css CHANGED
@@ -8034,7 +8034,7 @@ to {
8034
8034
  .scroll-timeline-x[data-v-f4568236]::-webkit-scrollbar {
8035
8035
  display: none;
8036
8036
  }
8037
- .scalar-collection-auth[data-v-1550f6bf] {
8037
+ .scalar-collection-auth[data-v-e82ac4e8] {
8038
8038
  border: var(--scalar-border-width) solid var(--scalar-border-color);
8039
8039
  border-radius: var(--scalar-radius-lg);
8040
8040
  overflow: hidden;
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "testing",
20
20
  "react"
21
21
  ],
22
- "version": "1.4.11",
22
+ "version": "1.4.13",
23
23
  "engines": {
24
24
  "node": ">=22"
25
25
  },
@@ -39,8 +39,8 @@
39
39
  "CHANGELOG.md"
40
40
  ],
41
41
  "dependencies": {
42
- "@scalar/api-client": "2.38.2",
43
- "@scalar/types": "0.7.4"
42
+ "@scalar/types": "0.7.4",
43
+ "@scalar/api-client": "2.38.4"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/react": "^19.2.7",