@batijs/core 0.0.240 → 0.0.241
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 +3 -3
package/dist/index.js
CHANGED
|
@@ -947,7 +947,7 @@ ${t}
|
|
|
947
947
|
|
|
948
948
|
`));let a=s?s.replace(/^(.+)/gm,"# $1")+`
|
|
949
949
|
`:"",l=`${e}=${lbs(n)}
|
|
950
|
-
`;return t+a+l}function lbs(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 wbs=CP(AHr(),1);import{randomBytes as y$s}from"crypto";var ACt={name:"@batijs/core",version:"0.0.
|
|
950
|
+
`;return t+a+l}function lbs(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 wbs=CP(AHr(),1);import{randomBytes as y$s}from"crypto";var ACt={name:"@batijs/core",version:"0.0.241",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.0","@types/estree":"^1.0.5","@types/node":"^18.19.14","@types/which":"^3.0.4","@typescript-eslint/parser":"^8.0.1","@typescript-eslint/utils":"^8.0.1",colorette:"^2.0.20",esbuild:"^0.23.0",eslint:"^9.8.0","eslint-plugin-solid":"^0.14.1","eslint-rule-composer":"^0.3.0",espree:"^10.1.0",magicast:"^0.3.4",prettier:"^3.3.3",squirrelly:"^9.1.0",tsup:"^8.2.4",tsx:"^4.17.0",typescript:"^5.5.4","unplugin-purge-polyfills":"^0.0.4",vitest:"^2.0.5","vue-eslint-parser":"^9.4.3",which:"^4.0.0"},exports:{".":"./dist/index.js","./types":{types:"./global.d.ts"}},typesVersions:{"*":{types:["./global.d.ts"]}},files:["dist/"]};function Ibs(){if(process.env.npm_config_user_agent)return Nbs(process.env.npm_config_user_agent)}function Nbs(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 E$s(){switch(Ibs()?.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 S$s(){let t=ACt.version.split("."),e=t[0],n=t[1],s=t.slice(2).join(".");return{version:ACt.version,semver:[e,n,s]}}var export_which=wbs.default;export{CCt as Readme,a$s as addDependency,H1s as addVitePlugin,l$s as appendToEnv,iat as formatCode,uY as generateCode,E$s as getArgs,S$s as getVersion,aWs as loadAsJson,oWs as loadAsMagicast,SCt as loadFile,sWs as loadReadme,cWs as loadRelativeFileAsMagicast,QJs as markdown,Ibs as packageManager,lMe as parseModule,KGr as parseReadme,y$s as randomBytes,o$s as setScripts,bgs as transformAndFormat,export_which as which,rHr as withIcon};
|
|
951
951
|
/*! Bundled license information:
|
|
952
952
|
|
|
953
953
|
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.241",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"prettier": "^3.3.3",
|
|
26
26
|
"squirrelly": "^9.1.0",
|
|
27
27
|
"tsup": "^8.2.4",
|
|
28
|
-
"tsx": "^4.
|
|
28
|
+
"tsx": "^4.17.0",
|
|
29
29
|
"typescript": "^5.5.4",
|
|
30
30
|
"unplugin-purge-polyfills": "^0.0.4",
|
|
31
31
|
"vitest": "^2.0.5",
|
|
32
32
|
"vue-eslint-parser": "^9.4.3",
|
|
33
33
|
"which": "^4.0.0",
|
|
34
|
-
"@batijs/features": "0.0.
|
|
34
|
+
"@batijs/features": "0.0.241"
|
|
35
35
|
},
|
|
36
36
|
"exports": {
|
|
37
37
|
".": "./dist/index.js",
|