@batijs/core 0.0.277 → 0.0.278
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/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1090,7 +1090,7 @@ ${t}
|
|
|
1090
1090
|
|
|
1091
1091
|
`));let a=s?s.replace(/^(.+)/gm,"# $1")+`
|
|
1092
1092
|
`:"",l=`${e}=${Rus(n)}
|
|
1093
|
-
`;return t+a+l}function Rus(t){let e="";switch(typeof t){case"string":t&&(e=JSON.stringify(t));break;case"boolean":case"number":e=String(t);break;case"undefined":e="";break;case"object":t!==null&&(e=JSON.stringify(t));break}return e}var rps=Bf(KWr(),1);import{randomBytes as u7s}from"node:crypto";var lTt={name:"@batijs/core",version:"0.0.
|
|
1093
|
+
`;return t+a+l}function Rus(t){let e="";switch(typeof t){case"string":t&&(e=JSON.stringify(t));break;case"boolean":case"number":e=String(t);break;case"undefined":e="";break;case"object":t!==null&&(e=JSON.stringify(t));break}return e}var rps=Bf(KWr(),1);import{randomBytes as u7s}from"node:crypto";var lTt={name:"@batijs/core",version:"0.0.278",description:"",type:"module",types:"./dist/index.d.ts",scripts:{"check-types":"tsc --noEmit",vue:"tsx src/parse/linters/vue.ts",test:"vitest run","test:ci":"vitest run",build:"tsup"},keywords:[],author:"Jo\xEBl Charles <joel.charles91@gmail.com>",repository:"https://github.com/vikejs/bati",license:"MIT",devDependencies:{"@batijs/features":"workspace:*","@types/eslint":"^9.6.1","@types/estree":"^1.0.5","@types/node":"^18.19.14","@types/which":"^3.0.4","@typescript-eslint/parser":"^8.5.0","@typescript-eslint/utils":"^8.5.0",colorette:"^2.0.20",esbuild:"^0.23.1",eslint:"^9.10.0","eslint-plugin-solid":"^0.14.3","eslint-rule-composer":"^0.3.0",espree:"^10.1.0",magicast:"^0.3.5",prettier:"^3.3.3",squirrelly:"^9.1.0",tsup:"^8.2.4",tsx:"^4.19.1",typescript:"^5.6.2","unplugin-purge-polyfills":"^0.0.5",vitest:"^2.1.1","vue-eslint-parser":"^9.4.3",which:"^4.0.0",yaml:"^2.5.1"},exports:{".":"./dist/index.js","./types":{types:"./global.d.ts"}},typesVersions:{"*":{types:["./global.d.ts"]}},files:["dist/"]};function ips(){if(process.env.npm_config_user_agent)return sps(process.env.npm_config_user_agent)}function sps(t){let e=t.split(" ")[0],n=e.lastIndexOf("/"),s=e.substring(0,n);return{name:s==="npminstall"?"cnpm":s,version:e.substring(n+1)}}function d7s(){switch(ips()?.name){case"pnpm":return"pnpm create bati";case"yarn":return"yarn dlx @batijs/cli";case"bun":return"bun create bati";default:return"npm create bati --"}}function m7s(){let t=lTt.version.split("."),e=t[0],n=t[1],s=t.slice(2).join(".");return{version:lTt.version,semver:[e,n,s]}}var export_which=rps.default;export{Pbt as Readme,QLs as addDependency,xus as addVitePlugin,t7s as appendToEnv,xLs as bgBlack,jLs as bgBlackBright,PLs as bgBlue,JLs as bgBlueBright,DLs as bgCyan,WLs as bgCyanBright,CLs as bgGreen,qLs as bgGreenBright,wLs as bgMagenta,$Ls as bgMagentaBright,ELs as bgRed,ULs as bgRedBright,kLs as bgWhite,YLs as bgWhiteBright,ALs as bgYellow,VLs as bgYellowBright,mLs as black,NLs as blackBright,yLs as blue,LLs as blueBright,lLs as bold,Lie as builders,Ous as createColors,vLs as cyan,MLs as cyanBright,mWr as deepMergeObject,cTt as dim,Rtt as formatCode,Qq as generateCode,d7s as getArgs,m7s as getVersion,SLs as gray,gLs as green,FLs as greenBright,_Ls as hidden,fLs as inverse,Nus as isColorSupported,uLs as italic,HOs as loadAsJson,XOs as loadAsMagicast,Abt as loadFile,GOs as loadReadme,QOs as loadRelativeFileAsMagicast,ZOs as loadYaml,bLs as magenta,RLs as magentaBright,C8s as markdown,ips as packageManager,MLe as parseModule,wVr as parseReadme,u7s as randomBytes,hLs as red,ILs as redBright,cLs as reset,ZLs as setScripts,dLs as strikethrough,Ers as transformAndFormat,pLs as underline,export_which as which,TLs as white,BLs as whiteBright,xWr as withIcon,SWr as yellow,OLs as yellowBright};
|
|
1094
1094
|
/*! Bundled license information:
|
|
1095
1095
|
|
|
1096
1096
|
uri-js/dist/es5/uri.all.js:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.278",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"vue-eslint-parser": "^9.4.3",
|
|
33
33
|
"which": "^4.0.0",
|
|
34
34
|
"yaml": "^2.5.1",
|
|
35
|
-
"@batijs/features": "0.0.
|
|
35
|
+
"@batijs/features": "0.0.278"
|
|
36
36
|
},
|
|
37
37
|
"exports": {
|
|
38
38
|
".": "./dist/index.js",
|