You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like a new 1.3.5 version doesn't have a delete method.
When I download a source code archive https://github.com/MadKudu/node-eloqua/archive/1.3.5.zip it contains all changes. But when I install it using npm this method is absent.
package.json
"name": "eloqua",
"version": "1.3.5",
"description": "A node wrapper for the Eloqua API",
"repository": {
"type": "git",
"url": "git://github.com/MadKudu/node-eloqua.git"
},
It looks like a new 1.3.5 version doesn't have a
delete
method.When I download a source code archive https://github.com/MadKudu/node-eloqua/archive/1.3.5.zip it contains all changes. But when I install it using
npm
this method is absent.package.json
dist/client.js
The text was updated successfully, but these errors were encountered: