orientechnologies / orientjs

The official fast, lightweight node.js client for OrientDB
http://orientdb.com
Other
326 stars 67 forks source link

Fix parse-function to version 5.4.4, fixes #412 #416

Closed alancnet closed 4 years ago

alancnet commented 4 years ago

Recent updates to parse-function have broken the library in general, and changed the interface a tiny bit, breaking orientjs. Fixing to the last known good version.

Fixes #412

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-1.8%) to 78.616% when pulling 0ab736b351e89374bbc1c0bafbd71b567ccdd8bd on alancnet:develop into a1d3856bc0505fbec7d93d5a0e8d6dca5e948084 on orientechnologies:develop.

alancnet commented 4 years ago

@wolf4ood I don't know why the coverage decreased, but it is not because of this PR. It is likely because of dependency updates. Please consider committing package-lock.json to resolve this in the future.

wolf4ood commented 4 years ago

Thanks!