Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
9bb6e0b497 | |||
5275e13360 | |||
03fe2174d1 | |||
7df82ce64d | |||
09b74e4053 | |||
096cd74773 | |||
e9a45ac993 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/smartjson",
|
||||
"version": "5.0.17",
|
||||
"version": "5.0.20",
|
||||
"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.",
|
||||
"main": "dist_ts/index.js",
|
||||
@ -12,14 +12,14 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@gitlab.com/pushrocks/smartjson.git"
|
||||
"url": "https://code.foss.global/push.rocks/smartjson.git"
|
||||
},
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/pushrocks/smartjson/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/pushrocks/smartjson#README",
|
||||
"homepage": "https://code.foss.global/push.rocks/smartjson",
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.1.66",
|
||||
"@git.zone/tsrun": "^1.2.44",
|
||||
@ -62,4 +62,4 @@
|
||||
"data encoding",
|
||||
"data decoding"
|
||||
]
|
||||
}
|
||||
}
|
7592
pnpm-lock.yaml
generated
7592
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
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.'
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user