node-zendesk
Advanced tools
Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "node-zendesk", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"type": "commonjs", | ||
@@ -28,4 +28,10 @@ "description": "zendesk API client wrapper", | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.js" | ||
"import": { | ||
"types": "./dist/types/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/types/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
@@ -32,0 +38,0 @@ }, |
Sorry, the diff of this file is too big to display
339087