netlify-api
Advanced tools
Comparing version 0.8.0 to 0.9.0
# netlify-api | ||
## 0.9.0 | ||
### Minor Changes | ||
- 35374e2: Update bundle mechanism | ||
## 0.8.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "netlify-api", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Netlify API client for Node.js", | ||
@@ -11,3 +11,3 @@ "author": "SferaDev", | ||
"homepage": "https://github.com/SferaDev/openapi-clients#readme", | ||
"main": "dist/index.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
@@ -19,8 +19,8 @@ "typings": "dist/index.d.ts", | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
@@ -35,5 +35,5 @@ } | ||
"tsc": "tsc --noEmit", | ||
"build": "rimraf dist && tsup", | ||
"build": "unbuild", | ||
"generate": "openapi-codegen netlify" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1096299
10
10697