Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

netlify-api

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-api - npm Package Compare versions

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