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 11c6c69 commit 0dd794b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonic/toml",
"version": "0.4.4",
"version": "0.5.0",
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support toml syntax.",
"main": "toml.js",
"type": "commonjs",
Expand Down Expand Up @@ -42,17 +42,17 @@
"LICENSE"
],
"devDependencies": {
"@types/jest": "^29.5.3",
"browserify": "^17.0.0",
"@types/jest": "^29.5.14",
"browserify": "^17.0.1",
"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 toml.min.js

Large diffs are not rendered by default.

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",
"moduleResolution": "nodenext",
"noEmitOnError": true,
"noImplicitAny": true,
Expand Down

0 comments on commit 0dd794b

Please sign in to comment.