@batijs/core 0.0.457 → 0.0.458
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
|
@@ -1158,7 +1158,7 @@ ${t}
|
|
|
1158
1158
|
|
|
1159
1159
|
`));let a=i?i.replace(/^(.+)/gm,"# $1")+`
|
|
1160
1160
|
`:"",c=`${e}=${Bus(n)}
|
|
1161
|
-
`;return t+a+c}function Bus(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 sps=lf(Z$r(),1);import{randomBytes as pjs}from"crypto";var Dxt={name:"@batijs/core",version:"0.0.
|
|
1161
|
+
`;return t+a+c}function Bus(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 sps=lf(Z$r(),1);import{randomBytes as pjs}from"crypto";var Dxt={name:"@batijs/core",version:"0.0.458",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.8","@types/node":"^20.19.0","@types/which":"^3.0.4","@typescript-eslint/parser":"^8.37.0","@typescript-eslint/utils":"^8.37.0","attributes-parser":"^2.2.3",colorette:"^2.0.20",esbuild:"^0.25.8",eslint:"^9.31.0","eslint-plugin-solid":"^0.14.5","eslint-rule-composer":"^0.3.0",espree:"^10.4.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.6.2",squirrelly:"^9.1.0",tsup:"^8.5.0",tsx:"^4.20.3",typescript:"^5.8.3","unplugin-purge-polyfills":"^0.1.0",vitest:"^3.2.4","vue-eslint-parser":"^10.2.0",which:"^5.0.0",yaml:"^2.8.0"},exports:{".":"./dist/index.js","./types":{types:"./global.d.ts"}},typesVersions:{"*":{types:["./global.d.ts"]}},files:["dist/"]};function ops(){if(process.env.npm_config_user_agent)return lps(process.env.npm_config_user_agent)}function lps(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 mjs(){switch(ops()?.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 hjs(){let t=Dxt.version.split("."),e=t[0],n=t[1],i=t.slice(2).join(".");return{version:Dxt.version,semver:[e,n,i]}}var export_which=sps.default;export{Cxt as MarkdownV2,eSt as Readme,Rus as addVitePlugin,rjs as appendToEnv,n9s as bgBlack,b9s as bgBlackBright,o9s as bgBlue,E9s as bgBlueBright,c9s as bgCyan,C9s as bgCyanBright,s9s as bgGreen,v9s as bgGreenBright,l9s as bgMagenta,x9s as bgMagentaBright,i9s as bgRed,T9s as bgRedBright,u9s as bgWhite,A9s as bgWhiteBright,a9s as bgYellow,S9s as bgYellowBright,G7s as black,p9s as blackBright,Q7s as blue,m9s as blueBright,z7s as bold,Use as builders,Pus as createColors,e9s as cyan,g9s as cyanBright,P$r as deepMergeObject,Axt as dim,Dit as formatCode,Ez as generateCode,mjs as getArgs,hjs as getVersion,r9s as gray,X7s as green,_9s as greenBright,$7s as hidden,J7s as inverse,Aus as isColorSupported,Y7s as italic,V9s as loadAsJson,Y9s as loadAsMagicast,Zvt as loadFile,q9s as loadMarkdown,z9s as loadPackageJson,U9s as loadReadme,W9s as loadRelativeFileAsMagicast,J9s as loadYaml,Z7s as magenta,h9s as magentaBright,U6s as markdown,ops as packageManager,T$r as parseMarkdown,B5e as parseModule,ezr as parseReadme,pjs as randomBytes,H7s as red,f9s as redBright,V7s as reset,K7s as strikethrough,GZi as transformAndFormat,W7s as underline,export_which as which,t9s as white,y9s as whiteBright,A$r as withIcon,C$r as yellow,d9s as yellowBright};
|
|
1162
1162
|
/*! Bundled license information:
|
|
1163
1163
|
|
|
1164
1164
|
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.458",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"vue-eslint-parser": "^10.2.0",
|
|
39
39
|
"which": "^5.0.0",
|
|
40
40
|
"yaml": "^2.8.0",
|
|
41
|
-
"@batijs/features": "0.0.
|
|
41
|
+
"@batijs/features": "0.0.458"
|
|
42
42
|
},
|
|
43
43
|
"exports": {
|
|
44
44
|
".": "./dist/index.js",
|