We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2bccb commit 6132786Copy full SHA for 6132786
packages/cli/src/lib/setup/setupSetup.ts
@@ -66,7 +66,7 @@ export class Setup {
66
/** Object IDs which are not allowed to exist but could be generated due to errors in the past */
67
private readonly KNOWN_GARBAGE_OBJECT_IDS = ['null', 'undefined'];
68
/** Adapter core version supported by this js-controller */
69
- private readonly SUPPORTED_ADAPTER_CORE_VERSION = '^3.1.6';
+ private readonly SUPPORTED_ADAPTER_CORE_VERSION = '^3.2.1';
70
/** Default name for redis sentinels */
71
private readonly DEFAULT_SENTINEL_NAME = 'mymaster';
72
private readonly processExit: ProcessExitCallback;
0 commit comments