@bonginkan/maria 4.1.0 → 4.1.2
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/bin/maria.cjs +115 -80
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +150 -115
- package/dist/cli.cjs.map +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bonginkan/maria",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.2",
|
|
4
4
|
"description": "🚀 MARIA v4.1.0 - Complete Multimodal AI Integration & Enterprise Platform. Revolutionary voice-to-code, image-to-code, and real-time collaboration features. World's first TypeScript AST-powered code generation with Git safety systems, 5-stage validation pipeline, and enterprise quality gates. Features Phase 1-4 complete implementation with zero errors, advanced operational transform, and production-ready streaming. Delivers next-generation development experience with multimodal AI capabilities.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -234,6 +234,7 @@
|
|
|
234
234
|
"clean": "rm -rf dist",
|
|
235
235
|
"gen:cmd-types": "tsx scripts/gen/command-types.mts",
|
|
236
236
|
"prebuild": "pnpm run clean && pnpm gen:cmd-types",
|
|
237
|
+
"build:docker": "NODE_ENV=production tsup",
|
|
237
238
|
"postbuild": "chmod +x dist/cli.cjs dist/bin/maria.cjs 2>/dev/null || true",
|
|
238
239
|
"test": "vitest",
|
|
239
240
|
"test:coverage": "vitest --coverage",
|