@nats-io/nats-core
Advanced tools
Comparing version 3.0.0-21 to 3.0.0-22
// This file is generated - do not edit | ||
export const version = "3.0.0-20"; | ||
export const version = "3.0.0-22"; |
@@ -1,1 +0,1 @@ | ||
export declare const version = "3.0.0-20"; | ||
export declare const version = "3.0.0-22"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
// This file is generated - do not edit | ||
exports.version = "3.0.0-20"; | ||
exports.version = "3.0.0-22"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@nats-io/nats-core", | ||
"version": "3.0.0-21", | ||
"version": "3.0.0-22", | ||
"files": [ | ||
@@ -10,11 +10,6 @@ "lib/", | ||
], | ||
"types": "./lib/mod.d.js", | ||
"exports": { | ||
".": { | ||
"types": "./_dist/src/mod.d.ts", | ||
"default": "./src/mod.js" | ||
}, | ||
"./internal": { | ||
"types": "./_dist/src/internal_mod.d.ts", | ||
"default": "./src/internal_mod.js" | ||
} | ||
".": "./lib/mod.js", | ||
"./internal": "./lib/internal_mod.js" | ||
}, | ||
@@ -21,0 +16,0 @@ "license": "Apache-2.0", |
772459