Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsinai committed Feb 16, 2023
1 parent 690bb64 commit f40b648
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@port-labs/jq-node-bindings",
"version": "v0.0.2",
"version": "v0.0.3",
"description": "Node.js bindings for JQ",
"jq-node-bindings": "0.0.2",
"jq-node-bindings": "0.0.3",
"main": "lib/index.js",
"scripts": {
"configure": "node-gyp configure",
Expand Down Expand Up @@ -45,4 +45,4 @@
"engines": {
"node": ">=6.0.0"
}
}
}
32 changes: 16 additions & 16 deletions reports/jest-port-api.xml
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="15" failures="0" errors="0" time="0.234">
<testsuite name="jq" errors="0" failures="0" skipped="0" timestamp="2023-02-15T19:54:29" time="0.208" tests="15">
<testcase classname="jq should break" name="jq should break" time="0.002">
<testsuites name="jest tests" tests="15" failures="0" errors="0" time="0.279">
<testsuite name="jq" errors="0" failures="0" skipped="0" timestamp="2023-02-16T08:59:34" time="0.243" tests="15">
<testcase classname="jq should break" name="jq should break" time="0.003">
</testcase>
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.001">
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.002">
</testcase>
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.001">
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.003">
</testcase>
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.001">
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.002">
</testcase>
<testcase classname="jq string should work" name="jq string should work" time="0">
<testcase classname="jq string should work" name="jq string should work" time="0.002">
</testcase>
<testcase classname="jq number should work" name="jq number should work" time="0">
</testcase>
<testcase classname="jq should return null" name="jq should return null" time="0.001">
<testcase classname="jq should return null" name="jq should return null" time="0.002">
</testcase>
<testcase classname="jq should return array with object" name="jq should return array with object" time="0">
<testcase classname="jq should return array with object" name="jq should return array with object" time="0.001">
</testcase>
<testcase classname="jq should return an item of an array" name="jq should return an item of an array" time="0.001">
<testcase classname="jq should return an item of an array" name="jq should return an item of an array" time="0.003">
</testcase>
<testcase classname="jq should return array with objects" name="jq should return array with objects" time="0">
<testcase classname="jq should return array with objects" name="jq should return array with objects" time="0.002">
</testcase>
<testcase classname="jq should return boolean" name="jq should return boolean" time="0.001">
<testcase classname="jq should return boolean" name="jq should return boolean" time="0.002">
</testcase>
<testcase classname="jq should return object" name="jq should return object" time="0">
<testcase classname="jq should return object" name="jq should return object" time="0.003">
</testcase>
<testcase classname="jq should return recursed obj" name="jq should return recursed obj" time="0">
<testcase classname="jq should return recursed obj" name="jq should return recursed obj" time="0.001">
</testcase>
<testcase classname="jq should return recursed obj" name="jq should return recursed obj" time="0">
<testcase classname="jq should return recursed obj" name="jq should return recursed obj" time="0.002">
</testcase>
<testcase classname="jq should return null on invalid json" name="jq should return null on invalid json" time="0">
<testcase classname="jq should return null on invalid json" name="jq should return null on invalid json" time="0.001">
</testcase>
</testsuite>
</testsuites>

0 comments on commit f40b648

Please sign in to comment.