@protobuf-ts/runtime
Advanced tools
Comparing version 1.0.0-alpha.28 to 1.0.0-alpha.29
@@ -13,2 +13,5 @@ "use strict"; | ||
Object.defineProperty(exports, "base64encode", { enumerable: true, get: function () { return base64_1.base64encode; } }); | ||
// UTF8 encoding | ||
var protobufjs_utf8_1 = require("./protobufjs-utf8"); | ||
Object.defineProperty(exports, "utf8read", { enumerable: true, get: function () { return protobufjs_utf8_1.utf8read; } }); | ||
// Binary format contracts, options for reading and writing, for example | ||
@@ -15,0 +18,0 @@ var binary_format_contract_1 = require("./binary-format-contract"); |
@@ -7,2 +7,4 @@ // Public API of the protobuf-ts runtime. | ||
export { base64decode, base64encode } from './base64'; | ||
// UTF8 encoding | ||
export { utf8read } from './protobufjs-utf8'; | ||
// Binary format contracts, options for reading and writing, for example | ||
@@ -9,0 +11,0 @@ export { normalizeBinaryWriteOptions, normalizeBinaryReadOptions } from './binary-format-contract'; |
export { JsonValue, JsonObject, typeofJsonValue, isJsonObject } from './json-typings'; | ||
export { base64decode, base64encode } from './base64'; | ||
export { utf8read } from './protobufjs-utf8'; | ||
export { WireType, BinaryReadOptions, BinaryWriteOptions, normalizeBinaryWriteOptions, normalizeBinaryReadOptions, IBinaryWriter, IBinaryReader } from './binary-format-contract'; | ||
@@ -4,0 +5,0 @@ export { BinaryReader } from './binary-reader'; |
{ | ||
"name": "@protobuf-ts/runtime", | ||
"version": "1.0.0-alpha.28", | ||
"version": "1.0.0-alpha.29", | ||
"description": "Runtime library for code generated by the protobuf-ts plugin", | ||
@@ -38,3 +38,3 @@ "license": "(Apache-2.0 AND BSD-3-Clause)", | ||
}, | ||
"gitHead": "9c43da2e5a5f29d0d0f163f83b78532daace8b19" | ||
"gitHead": "dd4a672e055b7c8fb3822a040c0387fadd12421f" | ||
} |
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
506437
7468