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

@@ -5,0 +5,0 @@ "bin": {

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

@@ -8,2 +8,8 @@ "bin": {

},
"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": {

@@ -39,8 +45,3 @@ "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"
}
}
}