declapract-typescript-ehmpathy 0.47.5 → 0.47.6
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { FileFixFunction } from 'declapract';
|
|
1
2
|
import { FileCheckType } from 'declapract';
|
|
2
|
-
import type { FileFixFunction } from 'declapract/dist/domain';
|
|
3
3
|
|
|
4
4
|
export const check = FileCheckType.CONTAINS; // i.e., check that the contents of the file contains what's declared (default is equals)
|
|
5
5
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
2
|
+
|
|
3
|
+
import type { FileContentsFunction } from 'declapract';
|
|
2
4
|
import { FileCheckType } from 'declapract';
|
|
3
|
-
import type { FileContentsFunction } from 'declapract/dist/domain';
|
|
4
5
|
|
|
5
6
|
import { readFile } from '../../../utils/readFile';
|
|
6
7
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "declapract-typescript-ehmpathy",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "declapract best practices declarations for typescript",
|
|
5
|
-
"version": "0.47.
|
|
5
|
+
"version": "0.47.6",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "src/index.js",
|
|
8
8
|
"repository": "ehmpathy/declapract-typescript-ehmpathy",
|