From 09b74e4053fd6ab52a6f09d9307bbbc55a0677e5 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 17 Apr 2024 20:19:17 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/index.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ce15c73..be0b0b4 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartjson', - version: '5.0.18', + version: '5.0.19', description: 'A library for handling typed JSON data, providing functionalities for parsing, stringifying, and working with JSON objects, including support for encoding and decoding buffers.' } diff --git a/ts/index.ts b/ts/index.ts index 47c47ca..f2bcd7f 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,6 +1,5 @@ import * as plugins from './smartjson.plugins.js'; import * as bufferhandling from './bufferhandling.js'; -import { json } from 'stream/consumers'; interface JsonObject { [key: string]: any;