httpsnippet-client-api 7.0.0-beta.4 → 7.0.0-beta.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.
- package/README.md +1 -1
- package/dist/index.cjs +2 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ An [HTTPSnippet](https://npm.im/httpsnippet) client for generating snippets for
|
|
|
4
4
|
|
|
5
5
|
[](https://npm.im/api) [](https://github.com/readmeio/api)
|
|
6
6
|
|
|
7
|
-
[](https://readme.com)
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
package/dist/index.cjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "httpsnippet-client-api",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.5",
|
|
4
4
|
"description": "An HTTPSnippet client for generating snippets for the `api` module.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@readme/oas-examples": "^5.12.0",
|
|
48
48
|
"@readme/openapi-parser": "^2.5.0",
|
|
49
|
-
"@types/content-type": "^1.1.
|
|
50
|
-
"@types/stringify-object": "^4.0.
|
|
51
|
-
"@vitest/coverage-v8": "^
|
|
49
|
+
"@types/content-type": "^1.1.8",
|
|
50
|
+
"@types/stringify-object": "^4.0.5",
|
|
51
|
+
"@vitest/coverage-v8": "^1.1.1",
|
|
52
52
|
"camelcase": "^8.0.0",
|
|
53
53
|
"stringify-object": "^5.0.0",
|
|
54
54
|
"typescript": "^5.2.2",
|
|
55
|
-
"vitest": "^
|
|
55
|
+
"vitest": "^1.1.1"
|
|
56
56
|
},
|
|
57
57
|
"prettier": "@readme/eslint-config/prettier",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "096b9b5ca1d4ee5d17869e4fc2902046bfaa6c13"
|
|
59
59
|
}
|