Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 3.2.1
Browse files Browse the repository at this point in the history
-   (@foxriver76) updated types
-   (@GermanBluefox) Added i18n module
-   (@GermanBluefox) Migrated eslint to iobroker.eslint-config
  • Loading branch information
foxriver76 authored Sep 28, 2024
1 parent 0852668 commit 02ac4a5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +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.1 (2024-09-28)

- (@foxriver76) updated types
- (@GermanBluefox) Added i18n module
Expand Down
2 changes: 1 addition & 1 deletion build/cjs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/cjs/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/esm/build/cjs/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { type ExitCodes } from './exitCodes.js';
import '@iobroker/types';
export { commonTools } from './controllerTools.js';
export * from './utils.js';
export * as I18n from './utils.js';
export * as I18n from './i18n.js';
/**
* Returns the absolute path of the data directory for the current host. On linux, this is usually `/opt/iobroker/iobroker-data`.
*/
Expand Down
2 changes: 1 addition & 1 deletion build/esm/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { type ExitCodes } from './exitCodes.js';
import '@iobroker/types';
export { commonTools } from './controllerTools.js';
export * from './utils.js';
export * as I18n from './utils.js';
export * as I18n from './i18n.js';
/**
* Returns the absolute path of the data directory for the current host. On linux, this is usually `/opt/iobroker/iobroker-data`.
*/
Expand Down
2 changes: 1 addition & 1 deletion build/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import '@iobroker/types';
// Export utility methods to be used in adapters
export { commonTools } from './controllerTools.js';
export * from './utils.js';
export * as I18n from './utils.js';
export * as I18n from './i18n.js';
/**
* Returns the absolute path of the data directory for the current host. On linux, this is usually `/opt/iobroker/iobroker-data`.
*/
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/adapter-core",
"version": "3.2.0",
"version": "3.2.1",
"description": "Core module to be used in ioBroker adapters. Acts as the bridge to js-controller.",
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 02ac4a5

Please sign in to comment.