@iobroker/js-controller-common
Advanced tools
Comparing version 6.0.0 to 6.0.1-alpha.0-20240522-6037ce8ae
@@ -7,2 +7,5 @@ export * as tools from './lib/common/tools.js'; | ||
export * as constants from './lib/common/constants.js'; | ||
export { createAdapterStore as session } from './lib/common/session.js'; | ||
/** This is a backward compatibility shim, if all adapters are on adapter-core 2.6.11 or 3.1.4 remove this */ | ||
export declare const letsencrypt: null; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -30,4 +30,6 @@ "use strict"; | ||
defaultRedisInterview: () => import_interview.defaultRedisInterview, | ||
letsencrypt: () => letsencrypt, | ||
logger: () => import_logger.logger, | ||
password: () => import_password.password, | ||
session: () => import_session.createAdapterStore, | ||
tools: () => tools | ||
@@ -42,2 +44,4 @@ }); | ||
var constants = __toESM(require("./lib/common/constants.js"), 1); | ||
var import_session = require("./lib/common/session.js"); | ||
const letsencrypt = null; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
@@ -48,6 +52,8 @@ 0 && (module.exports = { | ||
defaultRedisInterview, | ||
letsencrypt, | ||
logger, | ||
password, | ||
session, | ||
tools | ||
}); | ||
//# sourceMappingURL=index.js.map |
@@ -7,2 +7,5 @@ export * as tools from './lib/common/tools.js'; | ||
export * as constants from './lib/common/constants.js'; | ||
export { createAdapterStore as session } from './lib/common/session.js'; | ||
/** This is a backward compatibility shim, if all adapters are on adapter-core 2.6.11 or 3.1.4 remove this */ | ||
export declare const letsencrypt: null; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,2 +8,5 @@ /// <reference types="@iobroker/types-dev" /> | ||
export * as constants from './lib/common/constants.js'; | ||
export { createAdapterStore as session } from './lib/common/session.js'; | ||
/** This is a backward compatibility shim, if all adapters are on adapter-core 2.6.11 or 3.1.4 remove this */ | ||
export const letsencrypt = null; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@iobroker/js-controller-common", | ||
"type": "module", | ||
"version": "6.0.0", | ||
"version": "6.0.1-alpha.0-20240522-6037ce8ae", | ||
"engines": { | ||
@@ -76,3 +76,3 @@ "node": ">=18.0.0" | ||
], | ||
"gitHead": "5742415f030200c4c6a5722609ffa28b4959a355" | ||
"gitHead": "7f8e813b792b04f23117917a50e604b264b75e59" | ||
} |
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
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
836864
76
9823
2