@credal/actions 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { runAction, getActions } from "./app";
1
+ export { runAction, getActions } from "./app.js";
2
2
  export { ActionMapper } from "./actions/actionMapper";
3
3
  export { ActionTemplate } from "./actions/parse";
4
4
  export * from "./actions/autogen/templates";
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // Do not use "@/" in this file because it won't generate declaration files properly
2
- export { runAction, getActions } from "./app";
2
+ export { runAction, getActions } from "./app.js";
3
3
  export { ActionMapper } from "./actions/actionMapper";
4
4
  export * from "./actions/autogen/templates";
5
5
  export * from "./actions/autogen/types";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@credal/actions",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "type": "module",
5
5
  "description": "AI Actions by Credal AI",
6
6
  "main": "dist/index.js",