@iobroker/js-controller-common
Advanced tools
Comparing version 5.0.20-alpha.0-20240425-20b08f31 to 5.0.20-alpha.0-20240426-289fdff3
@@ -5,2 +5,8 @@ /** Prefix for system internal adapter and instance ids */ | ||
export declare const SYSTEM_HOST_PREFIX = "system.host."; | ||
/** The system repositories id */ | ||
export declare const SYSTEM_REPOSITORIES_ID = "system.repositories"; | ||
/** The system config id */ | ||
export declare const SYSTEM_CONFIG_ID = "system.config"; | ||
/** Unicode symbol to be appended on endkey of getObjectView */ | ||
export declare const HIGHEST_UNICODE_SYMBOL = "\u9999"; | ||
//# sourceMappingURL=constants.d.ts.map |
@@ -21,4 +21,7 @@ "use strict"; | ||
__export(constants_exports, { | ||
HIGHEST_UNICODE_SYMBOL: () => HIGHEST_UNICODE_SYMBOL, | ||
SYSTEM_ADAPTER_PREFIX: () => SYSTEM_ADAPTER_PREFIX, | ||
SYSTEM_HOST_PREFIX: () => SYSTEM_HOST_PREFIX | ||
SYSTEM_CONFIG_ID: () => SYSTEM_CONFIG_ID, | ||
SYSTEM_HOST_PREFIX: () => SYSTEM_HOST_PREFIX, | ||
SYSTEM_REPOSITORIES_ID: () => SYSTEM_REPOSITORIES_ID | ||
}); | ||
@@ -28,7 +31,13 @@ module.exports = __toCommonJS(constants_exports); | ||
const SYSTEM_HOST_PREFIX = "system.host."; | ||
const SYSTEM_REPOSITORIES_ID = "system.repositories"; | ||
const SYSTEM_CONFIG_ID = "system.config"; | ||
const HIGHEST_UNICODE_SYMBOL = "\u9999"; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
HIGHEST_UNICODE_SYMBOL, | ||
SYSTEM_ADAPTER_PREFIX, | ||
SYSTEM_HOST_PREFIX | ||
SYSTEM_CONFIG_ID, | ||
SYSTEM_HOST_PREFIX, | ||
SYSTEM_REPOSITORIES_ID | ||
}); | ||
//# sourceMappingURL=constants.js.map |
@@ -5,2 +5,8 @@ /** Prefix for system internal adapter and instance ids */ | ||
export declare const SYSTEM_HOST_PREFIX = "system.host."; | ||
/** The system repositories id */ | ||
export declare const SYSTEM_REPOSITORIES_ID = "system.repositories"; | ||
/** The system config id */ | ||
export declare const SYSTEM_CONFIG_ID = "system.config"; | ||
/** Unicode symbol to be appended on endkey of getObjectView */ | ||
export declare const HIGHEST_UNICODE_SYMBOL = "\u9999"; | ||
//# sourceMappingURL=constants.d.ts.map |
@@ -5,2 +5,8 @@ /** Prefix for system internal adapter and instance ids */ | ||
export const SYSTEM_HOST_PREFIX = 'system.host.'; | ||
/** The system repositories id */ | ||
export const SYSTEM_REPOSITORIES_ID = 'system.repositories'; | ||
/** The system config id */ | ||
export const SYSTEM_CONFIG_ID = 'system.config'; | ||
/** Unicode symbol to be appended on endkey of getObjectView */ | ||
export const HIGHEST_UNICODE_SYMBOL = '\u9999'; | ||
//# sourceMappingURL=constants.js.map |
{ | ||
"name": "@iobroker/js-controller-common", | ||
"type": "module", | ||
"version": "5.0.20-alpha.0-20240425-20b08f31", | ||
"version": "5.0.20-alpha.0-20240426-289fdff3", | ||
"engines": { | ||
@@ -76,3 +76,3 @@ "node": ">=18.0.0" | ||
], | ||
"gitHead": "969fbeb855ade1901884879d7f4bb2ee4090ab8d" | ||
"gitHead": "ce1b99e4621b37b47d1db5abc333f1551e2cb84b" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
800325
9369