@powerlines/plugin-id 0.9.45 → 0.9.47
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/components/index.d.cts +1 -2
- package/dist/components/index.d.ts +1 -2
- package/dist/components/nanoid.d.cts +1 -2
- package/dist/components/nanoid.d.ts +1 -2
- package/dist/{index-BnDDfc1h.d.cts → index-COYdnGr_.d.cts} +188 -231
- package/dist/{index-BnDDfc1h.d.ts → index-COYdnGr_.d.ts} +188 -231
- package/dist/index.d.cts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/types/index.d.cts +1 -2
- package/dist/types/index.d.ts +1 -2
- package/dist/types/plugin.d.cts +1 -2
- package/dist/types/plugin.d.ts +1 -2
- package/package.json +7 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { nanoidModule } from './nanoid.cjs';
|
|
2
|
-
import '../index-
|
|
2
|
+
import '../index-COYdnGr_.cjs';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
|
@@ -15,7 +15,6 @@ import 'semver';
|
|
|
15
15
|
import 'ts-morph';
|
|
16
16
|
import 'unplugin';
|
|
17
17
|
import '@stryke/fs/resolve';
|
|
18
|
-
import 'node:fs';
|
|
19
18
|
import '@stryke/types/tsconfig';
|
|
20
19
|
import 'typescript';
|
|
21
20
|
import '@stryke/types/array';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { nanoidModule } from './nanoid.js';
|
|
2
|
-
import '../index-
|
|
2
|
+
import '../index-COYdnGr_.js';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
|
@@ -15,7 +15,6 @@ import 'semver';
|
|
|
15
15
|
import 'ts-morph';
|
|
16
16
|
import 'unplugin';
|
|
17
17
|
import '@stryke/fs/resolve';
|
|
18
|
-
import 'node:fs';
|
|
19
18
|
import '@stryke/types/tsconfig';
|
|
20
19
|
import 'typescript';
|
|
21
20
|
import '@stryke/types/array';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as IdPluginContext } from '../index-
|
|
1
|
+
import { a as IdPluginContext } from '../index-COYdnGr_.cjs';
|
|
2
2
|
import '@storm-software/build-tools/types';
|
|
3
3
|
import '@storm-software/config-tools/types';
|
|
4
4
|
import '@storm-software/config/types';
|
|
@@ -14,7 +14,6 @@ import 'semver';
|
|
|
14
14
|
import 'ts-morph';
|
|
15
15
|
import 'unplugin';
|
|
16
16
|
import '@stryke/fs/resolve';
|
|
17
|
-
import 'node:fs';
|
|
18
17
|
import '@stryke/types/tsconfig';
|
|
19
18
|
import 'typescript';
|
|
20
19
|
import '@stryke/types/array';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as IdPluginContext } from '../index-
|
|
1
|
+
import { a as IdPluginContext } from '../index-COYdnGr_.js';
|
|
2
2
|
import '@storm-software/build-tools/types';
|
|
3
3
|
import '@storm-software/config-tools/types';
|
|
4
4
|
import '@storm-software/config/types';
|
|
@@ -14,7 +14,6 @@ import 'semver';
|
|
|
14
14
|
import 'ts-morph';
|
|
15
15
|
import 'unplugin';
|
|
16
16
|
import '@stryke/fs/resolve';
|
|
17
|
-
import 'node:fs';
|
|
18
17
|
import '@stryke/types/tsconfig';
|
|
19
18
|
import 'typescript';
|
|
20
19
|
import '@stryke/types/array';
|