Comparing version 1.2.97 to 1.2.98
"use strict"; | ||
exports.__esModule = true; | ||
exports.Login = exports.FetchChain = exports.ChainValidation = exports.TransactionHelper = exports.NumberUtils = exports.ObjectId = exports.EmitterInstance = exports.ChainTypes = exports.FetchChainObjects = exports.TransactionBuilder = exports.ChainStore = exports.ECSignature = exports.key = exports.hash = exports.brainKey = exports.Signature = exports.PublicKey = exports.PrivateKey = exports.Aes = exports.Address = exports.string_to_name = exports.name_to_string = exports.SerializerValidation = exports.template = exports.ops = exports.types = exports.fp = exports.Serializer = undefined; | ||
exports.Login = exports.FetchChain = exports.ChainValidation = exports.TransactionHelper = exports.NumberUtils = exports.ObjectId = exports.EmitterInstance = exports.ChainTypes = exports.FetchChainObjects = exports.TransactionBuilder = exports.ChainStore = exports.ECSignature = exports.key = exports.hash = exports.brainKey = exports.Signature = exports.PublicKey = exports.PrivateKey = exports.Aes = exports.Address = exports.object_id_type = exports.string_to_name = exports.name_to_string = exports.SerializerValidation = exports.template = exports.ops = exports.types = exports.fp = exports.Serializer = undefined; | ||
@@ -14,3 +14,3 @@ var _serializer = require("./serializer/src/serializer"); | ||
var _types = require("./src/types"); | ||
var _types = require("./serializer/src/types"); | ||
@@ -117,2 +117,3 @@ var _types2 = _interopRequireDefault(_types); | ||
exports.string_to_name = _types.string_to_name; | ||
exports.object_id_type = _types.object_id_type; | ||
/* Chain */ | ||
@@ -119,0 +120,0 @@ |
/* Serializer */ | ||
import Serializer from "./serializer/src/serializer"; | ||
import fp from "./serializer/src/FastParser"; | ||
import types, { name_to_string, string_to_name } from "./src/types"; | ||
import types, { name_to_string, object_id_type, string_to_name } from "./serializer/src/types"; | ||
import * as ops from "./serializer/src/operations"; | ||
@@ -29,3 +29,3 @@ import template from "./serializer/src/template"; | ||
export { Serializer, fp, types, ops, template, SerializerValidation, name_to_string, string_to_name }; | ||
export { Serializer, fp, types, ops, template, SerializerValidation, name_to_string, string_to_name, object_id_type }; | ||
@@ -32,0 +32,0 @@ export { Address, Aes, PrivateKey, PublicKey, Signature, brainKey, hash, key, ECSignature }; |
{ | ||
"name": "gxbjs", | ||
"version": "1.2.97", | ||
"version": "1.2.98", | ||
"description": "Pure JavaScript GXB library for node.js and browsers.", | ||
@@ -5,0 +5,0 @@ "browser": { |
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
585341
12729