@batijs/core 0.0.403 → 0.0.404
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
|
@@ -1161,7 +1161,7 @@ ${t}
|
|
|
1161
1161
|
|
|
1162
1162
|
`));let a=i?i.replace(/^(.+)/gm,"# $1")+`
|
|
1163
1163
|
`:"",c=`${e}=${Ybs(n)}
|
|
1164
|
-
`;return t+a+c}function Ybs(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 uTs=lf(LQr(),1);import{randomBytes as DXs}from"node:crypto";var o2t={name:"@batijs/core",version:"0.0.
|
|
1164
|
+
`;return t+a+c}function Ybs(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 uTs=lf(LQr(),1);import{randomBytes as DXs}from"node:crypto";var o2t={name:"@batijs/core",version:"0.0.404",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.6","@types/node":"^18.19.76","@types/which":"^3.0.4","@typescript-eslint/parser":"^8.24.1","@typescript-eslint/utils":"^8.24.1","attributes-parser":"^2.2.3",colorette:"^2.0.20",esbuild:"^0.25.0",eslint:"^9.21.0","eslint-plugin-solid":"^0.14.5","eslint-rule-composer":"^0.3.0",espree:"^10.3.0",magicast:"^0.3.5","mdast-builder":"^1.1.1","mdast-util-from-markdown":"^2.0.2","mdast-util-to-markdown":"^2.1.2","mdast-util-to-string":"^4.0.0","mdast-util-toc":"^7.1.0",prettier:"^3.5.2",squirrelly:"^9.1.0",tsup:"^8.3.6",tsx:"^4.19.3",typescript:"^5.7.3","unplugin-purge-polyfills":"^0.0.7",vitest:"^3.0.6","vue-eslint-parser":"^9.4.3",which:"^5.0.0",yaml:"^2.7.0"},exports:{".":"./dist/index.js","./types":{types:"./global.d.ts"}},typesVersions:{"*":{types:["./global.d.ts"]}},files:["dist/"]};function fTs(){if(process.env.npm_config_user_agent)return _Ts(process.env.npm_config_user_agent)}function _Ts(t){let e=t.split(" ")[0],n=e.lastIndexOf("/"),i=e.substring(0,n);return{name:i==="npminstall"?"cnpm":i,version:e.substring(n+1)}}function NXs(){switch(fTs()?.name){case"pnpm":return"pnpm create vike@latest";case"yarn":return"yarn create vike@latest";case"bun":return"bun create vike@latest";default:return"npm create vike@latest ---"}}function IXs(){let t=o2t.version.split("."),e=t[0],n=t[1],i=t.slice(2).join(".");return{version:o2t.version,semver:[e,n,i]}}var export_which=uTs.default;export{s2t as MarkdownV2,LSt as Readme,Vbs as addVitePlugin,yXs as appendToEnv,THs as bgBlack,MHs as bgBlackBright,xHs as bgBlue,UHs as bgBlueBright,AHs as bgCyan,VHs as bgCyanBright,SHs as bgGreen,jHs as bgGreenBright,CHs as bgMagenta,qHs as bgMagentaBright,vHs as bgRed,RHs as bgRedBright,DHs as bgWhite,zHs as bgWhiteBright,EHs as bgYellow,BHs as bgYellowBright,fHs as black,wHs as blackBright,mHs as blue,IHs as blueBright,aHs as bold,jse as builders,Lbs as createColors,gHs as cyan,LHs as cyanBright,uQr as deepMergeObject,a2t as dim,Sit as formatCode,ZV as generateCode,NXs as getArgs,IXs as getVersion,bHs as gray,dHs as green,kHs as greenBright,uHs as hidden,cHs as inverse,Nbs as isColorSupported,oHs as italic,sXs as loadAsJson,oXs as loadAsMagicast,OSt as loadFile,iXs as loadMarkdown,aXs as loadPackageJson,nXs as loadReadme,lXs as loadRelativeFileAsMagicast,cXs as loadYaml,hHs as magenta,OHs as magentaBright,nVs as markdown,fTs as packageManager,tQr as parseMarkdown,B5e as parseModule,L$r as parseReadme,DXs as randomBytes,_Hs as red,PHs as redBright,sHs as reset,pHs as strikethrough,eps as transformAndFormat,lHs as underline,export_which as which,yHs as white,FHs as whiteBright,oQr as withIcon,aQr as yellow,NHs as yellowBright};
|
|
1165
1165
|
/*! Bundled license information:
|
|
1166
1166
|
|
|
1167
1167
|
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.404",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"vue-eslint-parser": "^9.4.3",
|
|
39
39
|
"which": "^5.0.0",
|
|
40
40
|
"yaml": "^2.7.0",
|
|
41
|
-
"@batijs/features": "0.0.
|
|
41
|
+
"@batijs/features": "0.0.404"
|
|
42
42
|
},
|
|
43
43
|
"exports": {
|
|
44
44
|
".": "./dist/index.js",
|