@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
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";
|