Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Nov 5, 2024
1 parent 6ef13a5 commit c56e30c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ parser to support csv syntax.
* _quote_: `string` (default: ") - quote
* _trim_: `null` (default: null) - trim
* _value_: `null` (default: null) - value

<!--END:options-->


Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonic/csv",
"version": "0.4.3",
"version": "0.5.0",
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support csv syntax.",
"main": "csv.js",
"type": "commonjs",
Expand Down Expand Up @@ -41,19 +41,19 @@
"LICENSE"
],
"devDependencies": {
"@jsonic/doc": "^0.0.5",
"@types/jest": "^29.5.3",
"browserify": "^17.0.0",
"csv-spectrum": "^1.0.0",
"@jsonic/doc": "^0.0.9",
"@types/jest": "^29.5.14",
"browserify": "^17.0.1",
"csv-spectrum": "^2.0.0",
"es-jest": "^2.1.0",
"esbuild": "^0.19.1",
"jest": "^29.6.2",
"prettier": "^3.0.1",
"esbuild": "^0.24.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"tinyify": "^4.0.0",
"typescript": "^5.1.6",
"@jsonic/jsonic-next": ">=2.12.1"
"typescript": "^5.6.3",
"@jsonic/jsonic-next": ">=2.13.0"
},
"peerDependencies": {
"@jsonic/jsonic-next": ">=2.12.1"
"@jsonic/jsonic-next": ">=2.13.0"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"isolatedModules": true,
"esModuleInterop": true,
"module": "commonjs",
"module": "nodenext",
"noEmitOnError": true,
"noImplicitAny": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit c56e30c

Please sign in to comment.