Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
5275e13360 | |||
03fe2174d1 | |||
7df82ce64d | |||
09b74e4053 | |||
096cd74773 | |||
e9a45ac993 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartjson",
|
"name": "@push.rocks/smartjson",
|
||||||
"version": "5.0.17",
|
"version": "5.0.20",
|
||||||
"private": false,
|
"private": false,
|
||||||
"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.",
|
"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.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
7544
pnpm-lock.yaml
generated
7544
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartjson',
|
name: '@push.rocks/smartjson',
|
||||||
version: '5.0.17',
|
version: '5.0.20',
|
||||||
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.'
|
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.'
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
import * as plugins from './smartjson.plugins.js';
|
import * as plugins from './smartjson.plugins.js';
|
||||||
import * as bufferhandling from './bufferhandling.js';
|
import * as bufferhandling from './bufferhandling.js';
|
||||||
import { json } from 'stream/consumers';
|
|
||||||
|
|
||||||
interface JsonObject {
|
interface JsonObject {
|
||||||
[key: string]: any;
|
[key: string]: any;
|
||||||
|
Reference in New Issue
Block a user