@batijs/core 0.0.459 → 0.0.460
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}=${Yus(n)}
|
|
1161
|
-
`;return t+a+c}function Yus(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 ups=lf(rKr(),1);import{randomBytes as hjs}from"crypto";var wxt={name:"@batijs/core",version:"0.0.
|
|
1161
|
+
`;return t+a+c}function Yus(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 ups=lf(rKr(),1);import{randomBytes as hjs}from"crypto";var wxt={name:"@batijs/core",version:"0.0.460",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.38.0","@typescript-eslint/utils":"^8.38.0","attributes-parser":"^2.2.3",colorette:"^2.0.20",esbuild:"^0.25.8",eslint:"^9.32.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 fps(){if(process.env.npm_config_user_agent)return _ps(process.env.npm_config_user_agent)}function _ps(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 Tjs(){switch(fps()?.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 vjs(){let t=wxt.version.split("."),e=t[0],n=t[1],i=t.slice(2).join(".");return{version:wxt.version,semver:[e,n,i]}}var export_which=ups.default;export{Axt as MarkdownV2,tSt as Readme,Vus as addVitePlugin,ojs as appendToEnv,l9s as bgBlack,x9s as bgBlackBright,f9s as bgBlue,w9s as bgBlueBright,d9s as bgCyan,k9s as bgCyanBright,u9s as bgGreen,A9s as bgGreenBright,_9s as bgMagenta,P9s as bgMagentaBright,c9s as bgRed,C9s as bgRedBright,m9s as bgWhite,N9s as bgWhiteBright,p9s as bgYellow,D9s as bgYellowBright,e9s as black,h9s as blackBright,n9s as blue,T9s as blueBright,K7s as bold,Bse as builders,Lus as createColors,s9s as cyan,S9s as cyanBright,I$r as deepMergeObject,Dxt as dim,Ait as formatCode,Ez as generateCode,Tjs as getArgs,vjs as getVersion,o9s as gray,r9s as green,y9s as greenBright,Q7s as hidden,X7s as inverse,Nus as isColorSupported,G7s as italic,$9s as loadAsJson,G9s as loadAsMagicast,eSt as loadFile,J9s as loadMarkdown,K9s as loadPackageJson,W9s as loadReadme,H9s as loadRelativeFileAsMagicast,X9s as loadYaml,i9s as magenta,v9s as magentaBright,W6s as markdown,fps as packageManager,E$r as parseMarkdown,j5e as parseModule,nzr as parseReadme,hjs as randomBytes,t9s as red,g9s as redBright,$7s as reset,Z7s as strikethrough,ees as transformAndFormat,H7s as underline,export_which as which,a9s as white,E9s as whiteBright,P$r as withIcon,w$r as yellow,b9s 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.460",
|
|
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.460"
|
|
42
42
|
},
|
|
43
43
|
"exports": {
|
|
44
44
|
".": "./dist/index.js",
|