@carpasse/dapi
Advanced tools
Comparing version 1.1.1-beta.3 to 1.1.1-beta.4
@@ -5,3 +5,3 @@ /** | ||
export { DapiMixin, type DapiDefinition, type DapiWrapper } from './DapiMixin.js'; | ||
export type { DapiFns, DapiFn, DecoratorFn, HookFn } from './types'; | ||
export type { DapiFns, DapiFn, DecoratorFn, HookFn } from './types/index.js'; | ||
export { createDapi } from './createDapi.js'; |
@@ -5,3 +5,3 @@ /** | ||
export { DapiMixin, type DapiDefinition, type DapiWrapper } from './DapiMixin.js'; | ||
export type { DapiFns, DapiFn, DecoratorFn, HookFn } from './types'; | ||
export type { DapiFns, DapiFn, DecoratorFn, HookFn } from './types/index.js'; | ||
export { createDapi } from './createDapi.js'; |
{ | ||
"name": "@carpasse/dapi", | ||
"version": "1.1.1-beta.3", | ||
"version": "1.1.1-beta.4", | ||
"description": "Simple library to create complex systems out of pure functions", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
@@ -5,3 +5,3 @@ /** | ||
export {DapiMixin, type DapiDefinition, type DapiWrapper} from './DapiMixin.js'; | ||
export type {DapiFns, DapiFn, DecoratorFn, HookFn} from './types'; | ||
export type {DapiFns, DapiFn, DecoratorFn, HookFn} from './types/index.js'; | ||
export {createDapi} from './createDapi.js'; |
209373