@scalar/api-client 2.1.4 → 2.1.5

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 +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2b75354]
8
+ - Updated dependencies [437d54d]
9
+ - @scalar/oas-utils@0.2.46
10
+
3
11
  ## 2.1.4
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "rest",
19
19
  "testing"
20
20
  ],
21
- "version": "2.1.4",
21
+ "version": "2.1.5",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -129,11 +129,11 @@
129
129
  "vue-router": "^4.3.0",
130
130
  "whatwg-mimetype": "^4.0.0",
131
131
  "zod": "^3.23.8",
132
- "@scalar/draggable": "0.1.5",
133
132
  "@scalar/components": "0.12.46",
134
- "@scalar/oas-utils": "0.2.45",
135
- "@scalar/openapi-parser": "0.8.3",
133
+ "@scalar/draggable": "0.1.5",
134
+ "@scalar/oas-utils": "0.2.46",
136
135
  "@scalar/object-utils": "1.1.8",
136
+ "@scalar/openapi-parser": "0.8.3",
137
137
  "@scalar/openapi-types": "0.1.1",
138
138
  "@scalar/themes": "0.9.30",
139
139
  "@scalar/types": "0.0.9",