@port-labs/jq-node-bindings 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +3 -3
- package/reports/jest-port-api.xml +7 -7
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@port-labs/jq-node-bindings",
|
|
3
|
-
"version": "v0.0.
|
|
3
|
+
"version": "v0.0.4",
|
|
4
4
|
"description": "Node.js bindings for JQ",
|
|
5
|
-
"jq-node-bindings": "0.0.
|
|
5
|
+
"jq-node-bindings": "0.0.4",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"configure": "node-gyp configure",
|
|
@@ -45,4 +45,4 @@
|
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=6.0.0"
|
|
47
47
|
}
|
|
48
|
-
}
|
|
48
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuites name="jest tests" tests="15" failures="0" errors="0" time="0.
|
|
3
|
-
<testsuite name="jq" errors="0" failures="0" skipped="0" timestamp="2023-02-
|
|
4
|
-
<testcase classname="jq should break" name="jq should break" time="0.
|
|
2
|
+
<testsuites name="jest tests" tests="15" failures="0" errors="0" time="0.384">
|
|
3
|
+
<testsuite name="jq" errors="0" failures="0" skipped="0" timestamp="2023-02-16T14:11:00" time="0.34" tests="15">
|
|
4
|
+
<testcase classname="jq should break" name="jq should break" time="0.004">
|
|
5
5
|
</testcase>
|
|
6
6
|
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.002">
|
|
7
7
|
</testcase>
|
|
8
8
|
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.002">
|
|
9
9
|
</testcase>
|
|
10
|
-
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.
|
|
10
|
+
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.002">
|
|
11
11
|
</testcase>
|
|
12
12
|
<testcase classname="jq string should work" name="jq string should work" time="0.001">
|
|
13
13
|
</testcase>
|
|
14
|
-
<testcase classname="jq number should work" name="jq number should work" time="0
|
|
14
|
+
<testcase classname="jq number should work" name="jq number should work" time="0">
|
|
15
15
|
</testcase>
|
|
16
16
|
<testcase classname="jq should return null" name="jq should return null" time="0.002">
|
|
17
17
|
</testcase>
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
</testcase>
|
|
20
20
|
<testcase classname="jq should return an item of an array" name="jq should return an item of an array" time="0.002">
|
|
21
21
|
</testcase>
|
|
22
|
-
<testcase classname="jq should return array with objects" name="jq should return array with objects" time="0">
|
|
22
|
+
<testcase classname="jq should return array with objects" name="jq should return array with objects" time="0.001">
|
|
23
23
|
</testcase>
|
|
24
|
-
<testcase classname="jq should return boolean" name="jq should return boolean" time="0
|
|
24
|
+
<testcase classname="jq should return boolean" name="jq should return boolean" time="0">
|
|
25
25
|
</testcase>
|
|
26
26
|
<testcase classname="jq should return object" name="jq should return object" time="0.001">
|
|
27
27
|
</testcase>
|