Skip to content

Commit dd8099d

Browse files
release(v1.3.1): prepare (#90)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4f35b8d commit dd8099d

3 files changed

Lines changed: 98 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "json-stream-lite-monorepo",
33
"private": true,
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"type": "module",
66
"description": "",
77
"scripts": {
@@ -40,7 +40,7 @@
4040
"typescript": "^6.0.2"
4141
},
4242
"dependencies": {
43-
"json-stream-lite": "1.3.0"
43+
"json-stream-lite": "1.3.1"
4444
},
4545
"pnpm": {
4646
"packageExtensions": {

packages/json-stream-lite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-stream-lite",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A lightweight, memory-efficient, zero-dependency streaming JSON parser and stringifier for JavaScript and TypeScript. It works in both Node.js and browser environments.",
55
"main": "dist/index.js",
66
"type": "module",

pnpm-lock.yaml

Lines changed: 95 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)