Skip to content

Commit

Permalink
chore: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Jan 20, 2024
1 parent 4b6a768 commit e2b6795
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
17 changes: 10 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "streamparser-json",
"description": "Streaming JSON parser in Javascript for Node.js, Deno and the browser",
"version": "0.0.19",
"version": "0.0.20",
"type": "module",
"author": "Juanjo Diaz <[email protected]>",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@streamparser/json-node",
"description": "Streaming JSON parser in Javascript for Node.js, Deno and the browser",
"version": "0.0.19",
"version": "0.0.20",
"main": "./dist/mjs/index.js",
"module": "./dist/mjs/index.js",
"browser": "./dist/mjs/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"stream"
],
"dependencies": {
"@streamparser/json": "^0.0.19"
"@streamparser/json": "^0.0.20"
},
"devDependencies": {
"@types/node": "^20.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plainjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@streamparser/json",
"description": "Streaming JSON parser in Javascript for Node.js, Deno and the browser",
"version": "0.0.19",
"version": "0.0.20",
"main": "./dist/mjs/index.js",
"module": "./dist/mjs/index.js",
"browser": "./dist/mjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/whatwg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@streamparser/json-whatwg",
"description": "Streaming JSON parser in Javascript for Node.js, Deno and the browser",
"version": "0.0.19",
"version": "0.0.20",
"main": "./dist/mjs/index.js",
"module": "./dist/mjs/index.js",
"browser": "./dist/mjs/index.js",
Expand Down Expand Up @@ -42,6 +42,6 @@
"stream"
],
"dependencies": {
"@streamparser/json": "^0.0.19"
"@streamparser/json": "^0.0.20"
}
}
2 changes: 1 addition & 1 deletion performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@streamparser/json": "^0.0.19",
"@streamparser/json": "^0.0.20",
"benchmark": "^2.1.4",
"jsonparse": "^1.3.1"
}
Expand Down

0 comments on commit e2b6795

Please sign in to comment.