xenopomp-essentials 0.1.3-rc.0 → 0.1.3-rc.2
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/eslint/index.d.mts +2 -1
- package/eslint/index.d.ts +2 -1
- package/package.json +2 -1
package/eslint/index.d.mts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import ririd from '@ririd/eslint-config';
|
|
2
2
|
import { D as Defined } from '../shared/xenopomp-essentials.BFV6RP1V.mjs';
|
|
3
3
|
|
|
4
|
+
type RiridReturn = ReturnType<typeof ririd>;
|
|
4
5
|
type RiridParams = Parameters<typeof ririd>;
|
|
5
6
|
type RiridOptions = Defined<RiridParams[0]>;
|
|
6
7
|
type UserConfig = Defined<RiridParams[1]>;
|
|
@@ -32,6 +33,6 @@ type UserConfig = Defined<RiridParams[1]>;
|
|
|
32
33
|
* // ...
|
|
33
34
|
* );
|
|
34
35
|
*/
|
|
35
|
-
declare function xenopomp(options?: RiridOptions, ...userConfigs: UserConfig[]):
|
|
36
|
+
declare function xenopomp(options?: RiridOptions, ...userConfigs: UserConfig[]): RiridReturn;
|
|
36
37
|
|
|
37
38
|
export { xenopomp as default };
|
package/eslint/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import ririd from '@ririd/eslint-config';
|
|
2
2
|
import { D as Defined } from '../shared/xenopomp-essentials.BFV6RP1V.js';
|
|
3
3
|
|
|
4
|
+
type RiridReturn = ReturnType<typeof ririd>;
|
|
4
5
|
type RiridParams = Parameters<typeof ririd>;
|
|
5
6
|
type RiridOptions = Defined<RiridParams[0]>;
|
|
6
7
|
type UserConfig = Defined<RiridParams[1]>;
|
|
@@ -32,6 +33,6 @@ type UserConfig = Defined<RiridParams[1]>;
|
|
|
32
33
|
* // ...
|
|
33
34
|
* );
|
|
34
35
|
*/
|
|
35
|
-
declare function xenopomp(options?: RiridOptions, ...userConfigs: UserConfig[]):
|
|
36
|
+
declare function xenopomp(options?: RiridOptions, ...userConfigs: UserConfig[]): RiridReturn;
|
|
36
37
|
|
|
37
38
|
export { xenopomp as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xenopomp-essentials",
|
|
3
|
-
"version": "0.1.3-rc.
|
|
3
|
+
"version": "0.1.3-rc.2",
|
|
4
4
|
"author": "XenoPOMP <101574433+XenoPOMP@users.noreply.github.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
|
|
56
56
|
"@vitejs/plugin-react": "^4.3.4",
|
|
57
57
|
"@vitest/coverage-istanbul": "^3.0.4",
|
|
58
|
+
"eslint-flat-config-utils": "^2.0.1",
|
|
58
59
|
"esno": "^4.8.0",
|
|
59
60
|
"husky": "^9.1.7",
|
|
60
61
|
"hygen": "^6.2.11",
|