@laboratoria/hubspot
Advanced tools
Comparing version 0.3.0 to 0.4.0
import https from 'node:https'; | ||
import { Readable } from 'node:stream'; | ||
import querystring from 'node:querystring'; | ||
import porch from 'porch'; | ||
import { createStream } from 'porch'; | ||
@@ -118,3 +118,3 @@ const baseUrl = 'https://api.hubapi.com/crm/v3'; | ||
porch.createStream( | ||
createStream( | ||
ids.map(id => () => getObject(objectType, id, props, associations)), | ||
@@ -121,0 +121,0 @@ 100, |
{ | ||
"name": "@laboratoria/hubspot", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Unofficial Hubspot Node.js client", | ||
@@ -12,10 +12,11 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "jest --coverage" | ||
"test": "jest --coverage --verbose", | ||
"changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"* %h %s\"" | ||
}, | ||
"dependencies": { | ||
"porch": "^1.1.4" | ||
"porch": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.5", | ||
"@babel/plugin-transform-modules-commonjs": "^7.16.8", | ||
"@babel/preset-env": "^7.16.11", | ||
"babel-jest": "^27.5.1", | ||
@@ -27,7 +28,7 @@ "jest": "^27.5.1" | ||
}, | ||
"babel": { | ||
"plugins": [ | ||
"@babel/plugin-transform-modules-commonjs" | ||
"jest": { | ||
"transformIgnorePatterns": [ | ||
"/node_modules/(?!porch)" | ||
] | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5579
4
141
+ Addedporch@2.0.1(transitive)
- Removedporch@1.1.4(transitive)
Updatedporch@^2.0.0