@iobroker/js-controller-common
Advanced tools
Comparing version 6.0.1-alpha.0-20240523-1d3cb759c to 6.0.1-alpha.0-20240524-14a872375
@@ -8,4 +8,2 @@ export * as tools from './lib/common/tools.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 = true; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -30,3 +30,2 @@ "use strict"; | ||
defaultRedisInterview: () => import_interview.defaultRedisInterview, | ||
letsencrypt: () => letsencrypt, | ||
logger: () => import_logger.logger, | ||
@@ -45,3 +44,2 @@ password: () => import_password.password, | ||
var import_session = require("./lib/common/session.js"); | ||
const letsencrypt = true; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
@@ -52,3 +50,2 @@ 0 && (module.exports = { | ||
defaultRedisInterview, | ||
letsencrypt, | ||
logger, | ||
@@ -55,0 +52,0 @@ password, |
@@ -6,3 +6,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
import { type ChildProcessPromise } from 'promisify-child-process'; | ||
import type { CommandResult } from '@alcalzone/pak'; | ||
import type { CommandResult, PackageManager } from '@alcalzone/pak'; | ||
import type { ExecOptions } from 'node:child_process'; | ||
@@ -244,2 +244,9 @@ type DockerInformation = { | ||
/** | ||
* | ||
* Figure out which package manager is in charge, but with a fallback to npm. | ||
* | ||
* @param cwd Which directory to work in. If none is given, this defaults to ioBroker's root directory. | ||
*/ | ||
export declare function detectPackageManagerWithFallback(cwd?: string): Promise<PackageManager>; | ||
/** | ||
* Installs a node module using npm or a similar package manager | ||
@@ -246,0 +253,0 @@ * |
@@ -8,4 +8,2 @@ export * as tools from './lib/common/tools.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 = true; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -9,4 +9,2 @@ /// <reference types="@iobroker/types-dev" /> | ||
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 = true; | ||
//# sourceMappingURL=index.js.map |
@@ -6,3 +6,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
import { type ChildProcessPromise } from 'promisify-child-process'; | ||
import type { CommandResult } from '@alcalzone/pak'; | ||
import type { CommandResult, PackageManager } from '@alcalzone/pak'; | ||
import type { ExecOptions } from 'node:child_process'; | ||
@@ -244,2 +244,9 @@ type DockerInformation = { | ||
/** | ||
* | ||
* Figure out which package manager is in charge, but with a fallback to npm. | ||
* | ||
* @param cwd Which directory to work in. If none is given, this defaults to ioBroker's root directory. | ||
*/ | ||
export declare function detectPackageManagerWithFallback(cwd?: string): Promise<PackageManager>; | ||
/** | ||
* Installs a node module using npm or a similar package manager | ||
@@ -246,0 +253,0 @@ * |
{ | ||
"name": "@iobroker/js-controller-common", | ||
"type": "module", | ||
"version": "6.0.1-alpha.0-20240523-1d3cb759c", | ||
"version": "6.0.1-alpha.0-20240524-14a872375", | ||
"engines": { | ||
@@ -76,3 +76,3 @@ "node": ">=18.0.0" | ||
], | ||
"gitHead": "de88c2d79d8b02e0c2a99e593c0be62439cbf007" | ||
"gitHead": "50ca19082e886ec5ff24fb5cc073de0a1eb84d0f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is too big to display
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
836939
9830
8046
10
88