Skip to content

Commit

Permalink
fixes for adapters which are written in ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Apr 19, 2024
1 parent e914b11 commit d0ab7df
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 34 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,18 @@ If you find errors in the definitions, e.g. function calls that should be allowe
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**

- (foxriver76) fixes for adapters which are written in ESM

### 3.1.3 (2024-04-19)

- (foxriver76) fixes for cjs adapters
- (foxriver76) fixes for cjs adapters

### 3.1.2 (2024-04-19)

- (foxriver76) fixes for adapters which are written in ESM
- (foxriver76) fixes for adapters which are written in ESM

### 3.1.1 (2024-04-19)

Expand Down
4 changes: 2 additions & 2 deletions build/cjs/controllerTools.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/controllerTools.js.map

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

6 changes: 3 additions & 3 deletions build/cjs/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ExitCodes } from "./exitCodes";
import { ExitCodes } from "./exitCodes.js";
import "@iobroker/types";
export { commonTools } from "./controllerTools";
export * from "./utils";
export { commonTools } from "./controllerTools.js";
export * from "./utils.js";
/**
* Returns the absolute path of the data directory for the current host. On linux, this is usually `/opt/iobroker/iobroker-data`.
*/
Expand Down
8 changes: 4 additions & 4 deletions build/cjs/index.js

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

Loading

0 comments on commit d0ab7df

Please sign in to comment.