Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
37b32d5d5d | |||
f6199740aa |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartjson",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartjson",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"private": false,
|
||||
"description": "typed json handlers",
|
||||
"main": "dist/index.js",
|
||||
|
@ -6,7 +6,7 @@ export class Smartjson {
|
||||
// ======
|
||||
static parse = JSON.parse;
|
||||
|
||||
static stringify = async (objArg: any, optionsArg: plugins.stableJson.Options) => {
|
||||
static stringify = (objArg: any, optionsArg: plugins.stableJson.Options) => {
|
||||
return plugins.stableJson(objArg, optionsArg)
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user