Skip to content

Commit

Permalink
Use @voxpelli/type-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Aug 24, 2023
1 parent 63d5133 commit 7d42d30
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 44 deletions.
4 changes: 2 additions & 2 deletions lib/advanced-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import type { MigrationParams, UmzugStorage } from 'umzug';
import type {
AnyDeclaration,
AnyDeclarationType,
PartialKeys,
ValidDeclaration
} from './types/declaration-types.d.ts';
import type { PartialKeys } from './types/util-types.d.ts';
} from '@voxpelli/type-helpers';

// What a dependency should provide
export interface UmzeptionDependency<T extends AnyUmzeptionContext = AnyUmzeptionContext> extends PluginDefinition {
Expand Down
40 changes: 0 additions & 40 deletions lib/types/declaration-types.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions lib/types/util-types.d.ts

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
}
},
"dependencies": {
"@voxpelli/type-helpers": "^1.0.1",
"globby": "^13.2.2",
"plugin-importer": "^0.1.1"
},
Expand Down

0 comments on commit 7d42d30

Please sign in to comment.