New:Socket for Asana Is Now Available.Learn more
Get Started

@7nohe/openapi-react-query-codegen

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@7nohe/openapi-react-query-codegen - npm Package Compare versions

Comparing version
2.1.0
to
2.2.0
+4
-1
dist/generate.mjs

@@ -24,3 +24,6 @@ import { writeFile } from "node:fs/promises";

name: "@hey-api/sdk",
operationId: false,
// `operationId: false` was deprecated in favor of `operations.nesting`
operations: {
nesting: "id",
},
}

@@ -27,0 +30,0 @@ : "@hey-api/sdk";

+7
-7
{
"name": "@7nohe/openapi-react-query-codegen",
"version": "2.1.0",
"version": "2.2.0",
"description": "OpenAPI React Query Codegen",

@@ -42,3 +42,3 @@ "bin": {

"dependencies": {
"@hey-api/openapi-ts": "0.92.3",
"@hey-api/openapi-ts": "0.99.0",
"cross-spawn": "^7.0.3"

@@ -55,4 +55,4 @@ },

"rimraf": "^5.0.5",
"ts-morph": "^27.0.2",
"typescript": "^5.9.3",
"ts-morph": "^28.0.0",
"typescript": "^6.0.3",
"vitest": "^1.5.0"

@@ -62,7 +62,7 @@ },

"commander": "12.x",
"ts-morph": "27.x",
"typescript": "5.x"
"ts-morph": "28.x",
"typescript": "5.x || 6.x"
},
"engines": {
"node": ">=20.19.0",
"node": ">=22.18.0",
"pnpm": ">=9"

@@ -69,0 +69,0 @@ },