@funish/basis 0.2.6 → 0.2.7
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/_chunks/common-ImpHew-F-C_Vy_bWl.mjs +563 -0
- package/dist/_chunks/config-DlKQJJuJ.mjs +1 -0
- package/dist/_chunks/dist-DmC4QnLo-DOtdNTJ9.mjs +1 -0
- package/dist/_chunks/jiti-4UP3iYSN.mjs +1 -0
- package/dist/_chunks/jiti-BTGRq7zm-CIyI5D4F.mjs +1 -0
- package/dist/_chunks/json5-jlDEA_LV-COBYYABw.mjs +1 -0
- package/dist/_chunks/json5-yz56pVhc.mjs +1 -0
- package/dist/_chunks/jsonc-BQ0-fIlR.mjs +1 -0
- package/dist/_chunks/jsonc-h2mYQXaC-DrYrX9nH.mjs +1 -0
- package/dist/_chunks/ohash-CBmXOb0i.mjs +1 -0
- package/dist/_chunks/ohash-auviw4oE-C1rS-sj5.mjs +1 -0
- package/dist/_chunks/prompt-B0wRZcxM.mjs +1 -0
- package/dist/_chunks/prompt-B56gTa4S-DU9z28wS-C5xwSzir.mjs +1 -0
- package/dist/_chunks/prompt-DWoeycZC-CrPLiZ-7.mjs +1 -0
- package/dist/_chunks/resolver-j7HY1N36-CYXyUckt-KaY2bzL2.mjs +1 -0
- package/dist/_chunks/rolldown-runtime-coR7_hWt.mjs +1 -0
- package/dist/_chunks/toml-Db_vu9L2.mjs +1 -0
- package/dist/_chunks/toml-DpopYhMQ-Cm2FvyAB.mjs +1 -0
- package/dist/_chunks/trace-DE8F1ZUa-BjFwYDv5.mjs +1 -0
- package/dist/_chunks/tsc-DYjBCyQo-W841VDnt.mjs +1 -0
- package/dist/_chunks/{types-D9xRZRDc.d.mts → types-D97hRU-z.d.mts} +7 -6
- package/dist/_chunks/vendor/common-BKG-EppI.mjs +352 -0
- package/dist/_chunks/vendor/common-BpqHhQqH.d.mts +359 -0
- package/dist/_chunks/yaml-Bk1o9q2C.mjs +1 -0
- package/dist/_chunks/yaml-rm6ZZAQq-BzQnHREY.mjs +1 -0
- package/dist/cli.mjs +19 -9
- package/dist/commands/fmt.mjs +1 -1
- package/dist/commands/lint.mjs +1 -1
- package/dist/config.d.mts +6968 -6
- package/dist/config.mjs +1 -1
- package/dist/index.d.mts +2 -1
- package/package.json +5 -4
- package/dist/_chunks/config-D9BuZxZJ.mjs +0 -1
- package/dist/commands/check.d.mts +0 -2
- package/dist/commands/check.mjs +0 -1
package/dist/config.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{n as e,r as t,t as n}from"./_chunks/config-
|
|
1
|
+
import"./_chunks/vendor/common-BKG-EppI.mjs";import{n as e,r as t,t as n}from"./_chunks/config-DlKQJJuJ.mjs";export{n as defineBasisConfig,t as defineBuildConfig,e as loadConfig};
|
package/dist/index.d.mts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "./_chunks/vendor/common-BpqHhQqH.mjs";
|
|
2
|
+
import { a as FmtConfig, c as LintConfig, d as RunConfig, f as StagedConfig, g as VersionOptions, h as VersionConfig, i as CommitMsgConfig, l as PublishConfig, m as ValidGitHook, n as BasisConfig, o as GitConfig, p as VALID_GIT_HOOKS, r as CommitMessage, s as InitOptions, t as AuditConfig, u as PublishOptions } from "./_chunks/types-D97hRU-z.mjs";
|
|
2
3
|
export { AuditConfig, BasisConfig, CommitMessage, CommitMsgConfig, FmtConfig, GitConfig, InitOptions, LintConfig, PublishConfig, PublishOptions, RunConfig, StagedConfig, VALID_GIT_HOOKS, ValidGitHook, VersionConfig, VersionOptions };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funish/basis",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "A modern development toolkit with unified CLI for package management, versioning, publishing, code quality, and Git workflow automation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"basis",
|
|
@@ -68,17 +68,18 @@
|
|
|
68
68
|
"dugite": "3.2.0",
|
|
69
69
|
"jiti": "2.6.1",
|
|
70
70
|
"nypm": "0.6.5",
|
|
71
|
+
"oxfmt": "0.36.0",
|
|
72
|
+
"oxlint": "1.51.0",
|
|
71
73
|
"pathe": "2.0.3",
|
|
72
74
|
"picomatch": "4.0.3",
|
|
73
75
|
"pkg-types": "2.3.0",
|
|
74
76
|
"semver": "7.7.4",
|
|
75
77
|
"tinyglobby": "0.2.15",
|
|
76
|
-
"@funish/build": "0.0.
|
|
78
|
+
"@funish/build": "0.0.3"
|
|
77
79
|
},
|
|
78
80
|
"devDependencies": {
|
|
79
81
|
"@types/picomatch": "4.0.2",
|
|
80
|
-
"@types/semver": "7.7.1"
|
|
81
|
-
"oxlint-tsgolint": "0.15.0"
|
|
82
|
+
"@types/semver": "7.7.1"
|
|
82
83
|
},
|
|
83
84
|
"peerDependencies": {
|
|
84
85
|
"oxlint-tsgolint": "0.15.0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{findWorkspaceDir as e}from"pkg-types";import{loadConfig as t}from"c12";import{dirname as n}from"pathe";import{defineBuildConfig as r}from"@funish/build/config";function i(e){return e}async function a(r={}){if(r.cwd)return await t({name:`basis`,cwd:r.cwd,...r,defaults:{...r.defaults}});let i=process.cwd(),a=await e(i);for(;;){let e=await t({name:`basis`,cwd:i,...r,defaults:{...r.defaults}});if(e._configFile||i===a)return e;i=n(i)}}export{r as n,a as r,i as t};
|
package/dist/commands/check.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{defineCommand as e}from"citty";import{consola as t}from"consola";import{dlx as n}from"nypm";export const checkCommand=e({meta:{name:`check`,description:`Type check code`},async run({rawArgs:e}){try{await n(`vue-tsc`,{args:[`--noEmit`,...e],cwd:process.cwd()}),t.success(`Type checking completed`)}catch(e){t.error(`Type checking failed:`,e),process.exit(1)}}});
|