@nats-io/nats-core
Advanced tools
Comparing version 3.0.0-19 to 3.0.0-20
@@ -36,3 +36,2 @@ /* | ||
* and decoding message payloads into strings. | ||
* @constructor | ||
*/ | ||
@@ -55,3 +54,2 @@ export function StringCodec(): Codec<string> { | ||
* @param reviver | ||
* @constructor | ||
*/ | ||
@@ -58,0 +56,0 @@ export function JSONCodec<T = unknown>( |
@@ -155,3 +155,2 @@ /* | ||
* @param {Error} [chainedError] | ||
* @constructor | ||
* | ||
@@ -158,0 +157,0 @@ * @api private |
@@ -25,3 +25,12 @@ /* | ||
export { Connect, INFO, ProtocolHandler } from "./protocol"; | ||
export type { Backoff, Deferred, Delay, Perf, Timeout } from "./util"; | ||
export type { | ||
Backoff, | ||
Deferred, | ||
Delay, | ||
ErrorResult, | ||
Perf, | ||
Result, | ||
Timeout, | ||
ValueResult, | ||
} from "./util"; | ||
export { | ||
@@ -28,0 +37,0 @@ backoff, |
// This file is generated - do not edit | ||
export const version = "3.0.0-19"; | ||
export const version = "3.0.0-20"; |
@@ -16,3 +16,2 @@ export interface Codec<T> { | ||
* and decoding message payloads into strings. | ||
* @constructor | ||
*/ | ||
@@ -25,4 +24,3 @@ export declare function StringCodec(): Codec<string>; | ||
* @param reviver | ||
* @constructor | ||
*/ | ||
export declare function JSONCodec<T = unknown>(reviver?: (this: unknown, key: string, value: unknown) => unknown): Codec<T>; |
@@ -24,3 +24,2 @@ "use strict"; | ||
* and decoding message payloads into strings. | ||
* @constructor | ||
*/ | ||
@@ -42,3 +41,2 @@ function StringCodec() { | ||
* @param reviver | ||
* @constructor | ||
*/ | ||
@@ -45,0 +43,0 @@ function JSONCodec(reviver) { |
@@ -104,3 +104,2 @@ /** | ||
* @param {Error} [chainedError] | ||
* @constructor | ||
* | ||
@@ -107,0 +106,0 @@ * @api private |
@@ -130,3 +130,2 @@ "use strict"; | ||
* @param {Error} [chainedError] | ||
* @constructor | ||
* | ||
@@ -133,0 +132,0 @@ * @api private |
@@ -8,3 +8,3 @@ export { NatsConnectionImpl } from "./nats"; | ||
export { Connect, INFO, ProtocolHandler } from "./protocol"; | ||
export type { Backoff, Deferred, Delay, Perf, Timeout } from "./util"; | ||
export type { Backoff, Deferred, Delay, ErrorResult, Perf, Result, Timeout, ValueResult, } from "./util"; | ||
export { backoff, collect, deadline, deferred, delay, extend, millis, nanos, render, SimpleMutex, timeout, } from "./util"; | ||
@@ -11,0 +11,0 @@ export { canonicalMIMEHeaderKey, headers, MsgHdrsImpl } from "./headers"; |
@@ -1,1 +0,1 @@ | ||
export declare const version = "3.0.0-19"; | ||
export declare const version = "3.0.0-20"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
// This file is generated - do not edit | ||
exports.version = "3.0.0-19"; | ||
exports.version = "3.0.0-20"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@nats-io/nats-core", | ||
"version": "3.0.0-19", | ||
"version": "3.0.0-20", | ||
"files": [ | ||
"lib/", | ||
"build/src/" | ||
"build/src/", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
@@ -14,2 +16,6 @@ "types": "./lib/mod.d.js", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nats-io/nats.js" | ||
}, | ||
"private": false, | ||
@@ -40,2 +46,2 @@ "scripts": { | ||
} | ||
} | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
772459
0