netlify-api
Advanced tools
Comparing version 0.4.0 to 0.4.1
# netlify-api | ||
## 0.4.1 | ||
### Patch Changes | ||
- e6e9dd3: Update dependencies | ||
## 0.4.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "netlify-api", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Netlify API client for Node.js", | ||
@@ -11,9 +11,17 @@ "author": "SferaDev", | ||
"homepage": "https://github.com/SferaDev/openapi-clients#readme", | ||
"main": "dist/index.cjs", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"typings": "dist/index.d.ts", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
}, | ||
@@ -26,5 +34,5 @@ "repository": { | ||
"tsc": "tsc --noEmit", | ||
"build": "rimraf dist && rollup -c", | ||
"build": "rimraf dist && tsup", | ||
"generate": "openapi-codegen netlify" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1173368
11
10674