From 0839b3a0ac6c6ead1dcc9dc60ad42d6751e63411 Mon Sep 17 00:00:00 2001 From: Max Hauser Date: Wed, 2 Oct 2024 20:50:58 +0200 Subject: [PATCH] [OFFICIAL RELEASE] 3.2.2 - (Apollon77) Fix types --- README.md | 3 +-- build/cjs/controllerTools.js | 2 +- build/cjs/index.js | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5333def..0ef9e19 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,7 @@ If you find errors in the definitions, e.g., function calls that should be allow Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> - -### __WORK IN PROGRESS__ +### 3.2.2 (2024-10-02) - (Apollon77) Fix types diff --git a/build/cjs/controllerTools.js b/build/cjs/controllerTools.js index 05a9e96..da415d1 100644 --- a/build/cjs/controllerTools.js +++ b/build/cjs/controllerTools.js @@ -33,7 +33,7 @@ module.exports = __toCommonJS(controllerTools_exports); var import_node_path = require("node:path"); var import_node_module = require("node:module"); var import_helpers = require("./helpers.js"); -var utils = __toESM(require("./utils.js"), 1); +var utils = __toESM(require("./utils.js")); const import_meta = {}; const require2 = (0, import_node_module.createRequire)(import_meta.url || `file://${__filename}`); let controllerCommonModulesInternal; diff --git a/build/cjs/index.js b/build/cjs/index.js index aebde27..6f38bf0 100644 --- a/build/cjs/index.js +++ b/build/cjs/index.js @@ -34,11 +34,11 @@ __export(esm_exports, { module.exports = __toCommonJS(esm_exports); var import_node_path = require("node:path"); var import_controllerTools = require("./controllerTools.js"); -var utils = __toESM(require("./utils.js"), 1); +var utils = __toESM(require("./utils.js")); var import_types = require("@iobroker/types"); var import_controllerTools2 = require("./controllerTools.js"); __reExport(esm_exports, require("./utils.js"), module.exports); -var I18n = __toESM(require("./i18n.js"), 1); +var I18n = __toESM(require("./i18n.js")); function getAbsoluteDefaultDataDir() { return (0, import_node_path.join)(utils.controllerDir, import_controllerTools.controllerToolsInternal.getDefaultDataDir()); } diff --git a/package-lock.json b/package-lock.json index 50183cd..4ac44fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/adapter-core", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iobroker/adapter-core", - "version": "3.2.1", + "version": "3.2.2", "license": "MIT", "devDependencies": { "@alcalzone/esm2cjs": "^1.1.2", diff --git a/package.json b/package.json index 45ef895..cd8a15e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/adapter-core", - "version": "3.2.1", + "version": "3.2.2", "description": "Core module to be used in ioBroker adapters. Acts as the bridge to js-controller.", "engines": { "node": ">=16"