@jarenjs/josl 0.49.2 → 0.56.0
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -365,7 +365,7 @@ this is text.
|
|
|
365
365
|
[csv-spectrum](https://www.npmjs.com/package/csv-spectrum), the de-facto
|
|
366
366
|
acceptance corpus, and on a scorecard of damaged documents.
|
|
367
367
|
|
|
368
|
-
<!--
|
|
368
|
+
<!--fact:csv.table-->
|
|
369
369
|
| engine | csv-spectrum | 10k×6 plain | 10k×3 quoted | 1k×50 wide |
|
|
370
370
|
| --- | --- | --- | --- | --- |
|
|
371
371
|
| **jaren** | **11/11** | 2.0 ms | 3.6 ms | 1.4 ms |
|
|
@@ -374,7 +374,7 @@ acceptance corpus, and on a scorecard of damaged documents.
|
|
|
374
374
|
| csv-parse | 11/11 | 20.2 ms | 14.0 ms | 12.4 ms |
|
|
375
375
|
| d3-dsv | 11/11 | 4.3 ms | 6.3 ms | 2.6 ms |
|
|
376
376
|
| @vanillaes/csv | n/a | 7.5 ms | 9.6 ms | 6.1 ms |
|
|
377
|
-
<!--/
|
|
377
|
+
<!--/fact-->
|
|
378
378
|
|
|
379
379
|
(The suite's twelfth fixture, `location_coordinates`, is excluded: its
|
|
380
380
|
expectation is a bare object where every other case is an array, its
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jarenjs/josl",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.56.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"types": "./dist/types/index.d.ts",
|
|
@@ -99,6 +99,6 @@
|
|
|
99
99
|
"./package.json": "./package.json"
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@jarenjs/core": "^0.
|
|
102
|
+
"@jarenjs/core": "^0.56.0"
|
|
103
103
|
}
|
|
104
104
|
}
|