Skip to content

Commit

Permalink
transpile to esm and cjs (#576)
Browse files Browse the repository at this point in the history
* prepare for ESM

* transpile to ESM and CJS
  • Loading branch information
foxriver76 committed Mar 26, 2024
1 parent 729e73b commit 603498f
Show file tree
Hide file tree
Showing 31 changed files with 2,827 additions and 17 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,20 @@ 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**
-->
<<<<<<< HEAD
### **WORK IN PROGRESS**

- (foxriver76) provide `esm` and `cjs` exports

=======
### 3.0.6 (2024-03-24)

- (foxriver76) hotfix previous release: compatibility with next controller with new esm/cjs exports

### 3.0.5 (2024-03-24)

- (foxriver76) compatibility with next controller with new esm/cjs exports
>>>>>>> 729e73b2947c360e75c2b4a1c6323e0a8688584b
### 3.0.4 (2023-10-12)

Expand Down
File renamed without changes.
127 changes: 127 additions & 0 deletions build/cjs/controllerTools.js

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

7 changes: 7 additions & 0 deletions build/cjs/controllerTools.js.map

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

File renamed without changes.
3 changes: 3 additions & 0 deletions build/cjs/exitCodes.js

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

7 changes: 7 additions & 0 deletions build/cjs/exitCodes.js.map

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

File renamed without changes.
70 changes: 70 additions & 0 deletions build/cjs/helpers.js

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

Loading

0 comments on commit 603498f

Please sign in to comment.