@batijs/cli
Advanced tools
Comparing version 0.0.254 to 0.0.255
@@ -53,2 +53,3 @@ var __create = Object.create; | ||
"@batijs/ts-rest": "workspace:*", | ||
"@mantine/core": "^7.12.1", | ||
"@types/node": "^18.19.14", | ||
@@ -55,0 +56,0 @@ "@types/react": "^18.3.4", |
@@ -185,3 +185,20 @@ [ | ||
"config": { | ||
"enforce": "post", | ||
"if": { | ||
"flag": { | ||
"$all": [ | ||
"mantine", | ||
"react" | ||
] | ||
} | ||
} | ||
}, | ||
"folder": "@batijs/mantine", | ||
"subfolders": [ | ||
"files" | ||
] | ||
}, | ||
{ | ||
"config": { | ||
"if": { | ||
"flag": "prettier" | ||
@@ -188,0 +205,0 @@ } |
@@ -1679,3 +1679,3 @@ #!/usr/bin/env node | ||
name: "@batijs/cli", | ||
version: "0.0.254", | ||
version: "0.0.255", | ||
type: "module", | ||
@@ -1746,2 +1746,5 @@ scripts: { | ||
), | ||
[RulesMessage.ERROR_MANTINE_R_REACT]: error( | ||
`${inverse(bold("React"))} is required when using ${inverse(bold("Mantine"))}` | ||
), | ||
[RulesMessage.INFO_HATTIP]: info(`${inverse(bold("HatTip"))} is an experimental project`), | ||
@@ -1748,0 +1751,0 @@ [RulesMessage.ERROR_DRIZZLE_R_SERVER]: error( |
{ | ||
"name": "@batijs/cli", | ||
"version": "0.0.254", | ||
"version": "0.0.255", | ||
"type": "module", | ||
@@ -23,8 +23,8 @@ "keywords": [], | ||
"vite": "^5.4.2", | ||
"@batijs/compile": "0.0.254", | ||
"@batijs/build": "0.0.254" | ||
"@batijs/build": "0.0.255", | ||
"@batijs/compile": "0.0.255" | ||
}, | ||
"dependencies": { | ||
"@batijs/core": "0.0.254", | ||
"@batijs/features": "0.0.254" | ||
"@batijs/features": "0.0.255", | ||
"@batijs/core": "0.0.255" | ||
}, | ||
@@ -31,0 +31,0 @@ "bin": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
475865
294
9355
+ Added@batijs/core@0.0.255(transitive)
+ Added@batijs/features@0.0.255(transitive)
- Removed@batijs/core@0.0.254(transitive)
- Removed@batijs/features@0.0.254(transitive)
Updated@batijs/core@0.0.255
Updated@batijs/features@0.0.255