@batijs/core 0.0.266 → 0.0.267
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
|
@@ -1086,7 +1086,7 @@ ${t}
|
|
|
1086
1086
|
|
|
1087
1087
|
`));let a=s?s.replace(/^(.+)/gm,"# $1")+`
|
|
1088
1088
|
`:"",l=`${e}=${Vls(n)}
|
|
1089
|
-
`;return t+a+l}function Vls(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 cus=$f(kYr(),1);import{randomBytes as hLs}from"node:crypto";var qTt={name:"@batijs/core",version:"0.0.
|
|
1089
|
+
`;return t+a+l}function Vls(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 cus=$f(kYr(),1);import{randomBytes as hLs}from"node:crypto";var qTt={name:"@batijs/core",version:"0.0.267",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.3.0","@typescript-eslint/utils":"^8.3.0",colorette:"^2.0.20",esbuild:"^0.23.1",eslint:"^9.9.1","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.18.0",typescript:"^5.5.4","unplugin-purge-polyfills":"^0.0.5",vitest:"^2.0.5","vue-eslint-parser":"^9.4.3",which:"^4.0.0",yaml:"^2.5.0"},exports:{".":"./dist/index.js","./types":{types:"./global.d.ts"}},typesVersions:{"*":{types:["./global.d.ts"]}},files:["dist/"]};function uus(){if(process.env.npm_config_user_agent)return pus(process.env.npm_config_user_agent)}function pus(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 vLs(){switch(uus()?.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 TLs(){let t=qTt.version.split("."),e=t[0],n=t[1],s=t.slice(2).join(".");return{version:qTt.version,semver:[e,n,s]}}var export_which=cus.default;export{svt as Readme,iLs as addDependency,Dls as addVitePlugin,oLs as appendToEnv,D8s as bgBlack,W8s as bgBlackBright,F8s as bgBlue,G8s as bgBlueBright,L8s as bgCyan,X8s as bgCyanBright,N8s as bgGreen,z8s as bgGreenBright,O8s as bgMagenta,H8s as bgMagentaBright,k8s as bgRed,Y8s as bgRedBright,R8s as bgWhite,Q8s as bgWhiteBright,I8s as bgYellow,K8s as bgYellowBright,T8s as black,M8s as blackBright,E8s as blue,q8s as blueBright,m8s as bold,Mie as builders,Uls as createColors,A8s as cyan,J8s as cyanBright,XWr as deepMergeObject,UTt as dim,Crt as formatCode,Gq as generateCode,vLs as getArgs,TLs as getVersion,w8s as gray,x8s as green,j8s as greenBright,b8s as hidden,y8s as inverse,Mls as isColorSupported,h8s as italic,r8s as loadAsJson,n8s as loadAsMagicast,ivt as loadFile,t8s as loadReadme,i8s as loadRelativeFileAsMagicast,s8s as loadYaml,C8s as magenta,V8s as magentaBright,NFs as markdown,uus as packageManager,RLe as parseModule,uJr as parseReadme,hLs as randomBytes,S8s as red,B8s as redBright,d8s as reset,sLs as setScripts,v8s as strikethrough,kts as transformAndFormat,g8s as underline,export_which as which,P8s as white,$8s as whiteBright,sYr as withIcon,iYr as yellow,U8s as yellowBright};
|
|
1090
1090
|
/*! Bundled license information:
|
|
1091
1091
|
|
|
1092
1092
|
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.267",
|
|
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.0",
|
|
35
|
-
"@batijs/features": "0.0.
|
|
35
|
+
"@batijs/features": "0.0.267"
|
|
36
36
|
},
|
|
37
37
|
"exports": {
|
|
38
38
|
".": "./dist/index.js",
|