@nats-io/nats-core
Advanced tools
Comparing version 3.0.0-35 to 3.0.0-36
@@ -23,3 +23,4 @@ export type SemVer = { | ||
JS_DEFAULT_CONSUMER_LIMITS = "js_default_consumer_limits", | ||
JS_BATCH_DIRECT_GET = "js_batch_direct_get" | ||
JS_BATCH_DIRECT_GET = "js_batch_direct_get", | ||
JS_PRIORITY_GROUPS = "js_priority_groups" | ||
} | ||
@@ -26,0 +27,0 @@ type FeatureVersion = { |
@@ -63,2 +63,3 @@ "use strict"; | ||
Feature["JS_BATCH_DIRECT_GET"] = "js_batch_direct_get"; | ||
Feature["JS_PRIORITY_GROUPS"] = "js_priority_groups"; | ||
})(Feature || (exports.Feature = Feature = {})); | ||
@@ -112,2 +113,3 @@ class Features { | ||
this.set(Feature.JS_BATCH_DIRECT_GET, "2.11.0"); | ||
this.set(Feature.JS_PRIORITY_GROUPS, "2.12.0"); | ||
this.disabled.forEach((f) => { | ||
@@ -114,0 +116,0 @@ this.features.delete(f); |
@@ -1,1 +0,1 @@ | ||
export declare const version = "3.0.0-35"; | ||
export declare const version = "3.0.0-36"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
// This file is generated - do not edit | ||
exports.version = "3.0.0-35"; | ||
exports.version = "3.0.0-36"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@nats-io/nats-core", | ||
"version": "3.0.0-35", | ||
"version": "3.0.0-36", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "lib/", |
Sorry, the diff of this file is not supported yet
540240
8475