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
0.1.3
to
0.1.4
+2
-2
dist/package.json
{
"name": "@7nohe/openapi-react-query-codegen",
"version": "0.1.3",
"version": "0.1.4",
"description": "OpenAPI React Query Codegen",
"bin": {
"openapi-rq": "bin/cli.js"
"openapi-rq": "dist/bin/cli.js"
},

@@ -8,0 +8,0 @@ "scripts": {

{
"name": "@7nohe/openapi-react-query-codegen",
"version": "0.1.3",
"version": "0.1.4",
"description": "OpenAPI React Query Codegen",
"bin": {
"openapi-rq": "bin/cli.js"
"openapi-rq": "dist/bin/cli.js"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"preview": "npm run build && npm -C examples/react-app run generate:api",
"prepublishOnly": "npm run build",
"release": "npx git-ensure -a && npx bumpp --commit --tag --push"
},
"repository": {

@@ -44,3 +38,8 @@ "type": "git",

"typescript": "^4.7.4"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"preview": "npm run build && npm -C examples/react-app run generate:api",
"release": "npx git-ensure -a && npx bumpp --commit --tag --push"
}
}
}