@xyo-network/serialization
Advanced tools
Comparing version 0.23.0 to 0.24.0
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { XyoTreeIterator } from "../helpers/tree-iterator"; | ||
@@ -3,0 +2,0 @@ export interface IXyoObjectPartialSchema { |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { IXyoSerializableObject, IXyoObjectSchema } from "../@types"; | ||
@@ -3,0 +2,0 @@ import { XyoBase } from "@xyo-network/base"; |
@@ -1,4 +0,3 @@ | ||
/// <reference types="node" /> | ||
import { IXyoObjectPartialSchema } from "../@types"; | ||
export declare function getDataBytes(src: Buffer, partialSchema: IXyoObjectPartialSchema, srcIncludesHeader: boolean): Buffer; | ||
//# sourceMappingURL=getDataBytes.d.ts.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { IXyoObjectPartialSchema } from "../@types"; | ||
@@ -3,0 +2,0 @@ /** |
@@ -1,3 +0,2 @@ | ||
/// <reference types="node" /> | ||
export declare function getSizeHeader(byteLength: number, bytesRequired: number): Buffer; | ||
//# sourceMappingURL=getSizeHeader.d.ts.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { XyoBaseSerializable } from "./base-serializable"; | ||
@@ -3,0 +2,0 @@ import { IXyoSerializableObject, IOnTheFlyGetDataOptions, IXyoObjectSchema } from "../@types"; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { IParseResult } from "../@types"; | ||
@@ -3,0 +2,0 @@ export declare class ParseQuery { |
@@ -1,4 +0,3 @@ | ||
/// <reference types="node" /> | ||
import { IParseResult, IXyoObjectSchema } from "../@types"; | ||
export declare function parse(src: Buffer, schema: IXyoObjectSchema): IParseResult; | ||
//# sourceMappingURL=parse.d.ts.map |
@@ -1,4 +0,3 @@ | ||
/// <reference types="node" /> | ||
import { IXyoObjectPartialSchema } from "../@types"; | ||
export declare function readHeader(header: Buffer): IXyoObjectPartialSchema; | ||
//# sourceMappingURL=readHeader.d.ts.map |
@@ -1,4 +0,3 @@ | ||
/// <reference types="node" /> | ||
import { IXyoObjectSchema, IXyoSerializableObject } from "../@types"; | ||
export declare function resolveSerializablesToBuffer(schemaId: number, objectSchema: IXyoObjectSchema, serializables: IXyoSerializableObject[]): Buffer; | ||
//# sourceMappingURL=resolveSerializablesToBuffer.d.ts.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { IXyoObjectPartialSchema } from "../@types"; | ||
@@ -3,0 +2,0 @@ /** |
@@ -1,4 +0,3 @@ | ||
/// <reference types="node" /> | ||
import { IXyoObjectPartialSchema } from "../@types"; | ||
export declare function sliceItem(src: Buffer, offset: number, partialSchema: IXyoObjectPartialSchema, includesHeader: boolean): Buffer; | ||
//# sourceMappingURL=sliceItem.d.ts.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { XyoBaseSerializable } from './base-serializable'; | ||
@@ -3,0 +2,0 @@ import { IXyoSerializableObject, IParseResult, IXyoSerializationService } from '../@types'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { BufferOrString, IXyoSerializationService, IXyoSerializableObject, IXyoDeserializer, IXyoObjectSchema, IParseResult } from "./@types"; | ||
@@ -3,0 +2,0 @@ import { XyoBase } from '@xyo-network/base'; |
{ | ||
"name": "@xyo-network/serialization", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"description": "Serialization services in the xyo network", | ||
@@ -10,4 +10,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@xyo-network/base": "^0.23.0", | ||
"@xyo-network/errors": "^0.23.0", | ||
"@xyo-network/base": "^0.24.0", | ||
"@xyo-network/errors": "^0.24.0", | ||
"bn.js": "^4.11.8" | ||
@@ -25,3 +25,3 @@ }, | ||
}, | ||
"gitHead": "451c89a026f13eed645b676f7073b3cffce955c5" | ||
"gitHead": "629618ae9a38cc374b662561d1786827b618c2fd" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138183
2696
+ Added@xyo-network/base@0.24.0(transitive)
+ Added@xyo-network/errors@0.24.0(transitive)
- Removed@xyo-network/base@0.23.0(transitive)
- Removed@xyo-network/errors@0.23.0(transitive)
Updated@xyo-network/base@^0.24.0
Updated@xyo-network/errors@^0.24.0