@funish/basis 0.2.7 → 0.2.8-edge.0
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/config-Coiy-SOC.mjs +1 -0
- package/dist/_chunks/fmt-C7X2ZSv6.mjs +1 -0
- package/dist/_chunks/jiti-vEYKRgRF.mjs +1 -0
- package/dist/_chunks/json5-ChGBk47n.mjs +1 -0
- package/dist/_chunks/jsonc-Bxv8GEpJ.mjs +1 -0
- package/dist/_chunks/lint-ESN87Ohj.mjs +1 -0
- package/dist/_chunks/ohash-B0rolVSO.mjs +1 -0
- package/dist/_chunks/prompt-B-_yUJXC.mjs +1 -0
- package/dist/_chunks/run-CYtHqbev.mjs +1 -0
- package/dist/_chunks/toml-DAGiUu8W.mjs +1 -0
- package/dist/_chunks/{types-D97hRU-z.d.mts → types-DVbgCQzS.d.mts} +1 -1
- package/dist/_chunks/vendor/common-C57wNPL5.d.mts +7226 -0
- package/dist/_chunks/vendor/common-DNe_sHJp.mjs +352 -0
- package/dist/_chunks/yaml-Dm3OG7zi.mjs +1 -0
- package/dist/cli/basis.mjs +11 -0
- package/dist/cli/oxfmt.d.mts +1 -0
- package/dist/cli/oxfmt.mjs +2 -0
- package/dist/cli/oxlint.d.mts +1 -0
- package/dist/cli/oxlint.mjs +2 -0
- package/dist/config.d.mts +9 -6872
- package/dist/config.mjs +1 -1
- package/dist/index.d.mts +2 -2
- package/package.json +4 -2
- package/dist/_chunks/common-ImpHew-F-C_Vy_bWl.mjs +0 -563
- package/dist/_chunks/config-DlKQJJuJ.mjs +0 -1
- package/dist/_chunks/dist-DmC4QnLo-DOtdNTJ9.mjs +0 -1
- package/dist/_chunks/jiti-4UP3iYSN.mjs +0 -1
- package/dist/_chunks/jiti-BTGRq7zm-CIyI5D4F.mjs +0 -1
- package/dist/_chunks/json5-jlDEA_LV-COBYYABw.mjs +0 -1
- package/dist/_chunks/json5-yz56pVhc.mjs +0 -1
- package/dist/_chunks/jsonc-BQ0-fIlR.mjs +0 -1
- package/dist/_chunks/jsonc-h2mYQXaC-DrYrX9nH.mjs +0 -1
- package/dist/_chunks/ohash-CBmXOb0i.mjs +0 -1
- package/dist/_chunks/ohash-auviw4oE-C1rS-sj5.mjs +0 -1
- package/dist/_chunks/prompt-B0wRZcxM.mjs +0 -1
- package/dist/_chunks/prompt-B56gTa4S-DU9z28wS-C5xwSzir.mjs +0 -1
- package/dist/_chunks/prompt-DWoeycZC-CrPLiZ-7.mjs +0 -1
- package/dist/_chunks/resolver-j7HY1N36-CYXyUckt-KaY2bzL2.mjs +0 -1
- package/dist/_chunks/toml-Db_vu9L2.mjs +0 -1
- package/dist/_chunks/toml-DpopYhMQ-Cm2FvyAB.mjs +0 -1
- package/dist/_chunks/trace-DE8F1ZUa-BjFwYDv5.mjs +0 -1
- package/dist/_chunks/tsc-DYjBCyQo-W841VDnt.mjs +0 -1
- package/dist/_chunks/vendor/common-BKG-EppI.mjs +0 -352
- package/dist/_chunks/vendor/common-BpqHhQqH.d.mts +0 -359
- package/dist/_chunks/yaml-Bk1o9q2C.mjs +0 -1
- package/dist/_chunks/yaml-rm6ZZAQq-BzQnHREY.mjs +0 -1
- package/dist/cli.mjs +0 -21
- /package/dist/{cli.d.mts → cli/basis.d.mts} +0 -0
package/dist/config.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./_chunks/vendor/common-
|
|
1
|
+
import"./_chunks/vendor/common-DNe_sHJp.mjs";import{n as e,r as t,t as n}from"./_chunks/config-Coiy-SOC.mjs";export{n as defineBasisConfig,t as defineBuildConfig,e as loadConfig};
|
package/dist/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "./_chunks/vendor/common-
|
|
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-
|
|
1
|
+
import "./_chunks/vendor/common-C57wNPL5.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-DVbgCQzS.mjs";
|
|
3
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.8-edge.0",
|
|
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",
|
|
@@ -40,7 +40,9 @@
|
|
|
40
40
|
"directory": "packages/basis"
|
|
41
41
|
},
|
|
42
42
|
"bin": {
|
|
43
|
-
"basis": "dist/cli.mjs"
|
|
43
|
+
"basis": "dist/cli/basis.mjs",
|
|
44
|
+
"oxfmt": "dist/cli/oxfmt.mjs",
|
|
45
|
+
"oxlint": "dist/cli/oxlint.mjs"
|
|
44
46
|
},
|
|
45
47
|
"files": [
|
|
46
48
|
"dist"
|