Skip to content

Commit e2b6795

Browse files
committed
chore: bump version number
1 parent 4b6a768 commit e2b6795

File tree

6 files changed

+17
-14
lines changed

6 files changed

+17
-14
lines changed

package-lock.json

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "streamparser-json",
33
"description": "Streaming JSON parser in Javascript for Node.js, Deno and the browser",
4-
"version": "0.0.19",
4+
"version": "0.0.20",
55
"type": "module",
66
"author": "Juanjo Diaz <juanjo.diazmo@gmail.com>",
77
"repository": {

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@streamparser/json-node",
33
"description": "Streaming JSON parser in Javascript for Node.js, Deno and the browser",
4-
"version": "0.0.19",
4+
"version": "0.0.20",
55
"main": "./dist/mjs/index.js",
66
"module": "./dist/mjs/index.js",
77
"browser": "./dist/mjs/index.js",
@@ -42,7 +42,7 @@
4242
"stream"
4343
],
4444
"dependencies": {
45-
"@streamparser/json": "^0.0.19"
45+
"@streamparser/json": "^0.0.20"
4646
},
4747
"devDependencies": {
4848
"@types/node": "^20.2.3"

packages/plainjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@streamparser/json",
33
"description": "Streaming JSON parser in Javascript for Node.js, Deno and the browser",
4-
"version": "0.0.19",
4+
"version": "0.0.20",
55
"main": "./dist/mjs/index.js",
66
"module": "./dist/mjs/index.js",
77
"browser": "./dist/mjs/index.js",

packages/whatwg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@streamparser/json-whatwg",
33
"description": "Streaming JSON parser in Javascript for Node.js, Deno and the browser",
4-
"version": "0.0.19",
4+
"version": "0.0.20",
55
"main": "./dist/mjs/index.js",
66
"module": "./dist/mjs/index.js",
77
"browser": "./dist/mjs/index.js",
@@ -42,6 +42,6 @@
4242
"stream"
4343
],
4444
"dependencies": {
45-
"@streamparser/json": "^0.0.19"
45+
"@streamparser/json": "^0.0.20"
4646
}
4747
}

performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "MIT",
1313
"dependencies": {
14-
"@streamparser/json": "^0.0.19",
14+
"@streamparser/json": "^0.0.20",
1515
"benchmark": "^2.1.4",
1616
"jsonparse": "^1.3.1"
1717
}

0 commit comments

Comments
 (0)