@bonginkan/maria 4.2.1 → 4.2.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 +2 -2
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +2 -2
- package/dist/cli.cjs.map +1 -1
- package/package.json +1 -1
package/dist/bin/maria.cjs
CHANGED
|
@@ -21767,7 +21767,7 @@ var init_package = __esm({
|
|
|
21767
21767
|
"package.json"() {
|
|
21768
21768
|
package_default = {
|
|
21769
21769
|
name: "@bonginkan/maria",
|
|
21770
|
-
version: "4.2.
|
|
21770
|
+
version: "4.2.2",
|
|
21771
21771
|
description: "\u{1F680} MARIA v4.2.0 - Enterprise AI Development Platform with 100% Command Availability. Features 74 production-ready commands with comprehensive fallback implementation, local LLM support, and zero external dependencies. Includes natural language coding, AI safety evaluation, intelligent evolution system, episodic memory with PII masking, and real-time monitoring dashboard. Built with TypeScript AST-powered code generation, OAuth2.0 + PKCE authentication, quantum-resistant cryptography, and enterprise-grade performance.",
|
|
21772
21772
|
keywords: [
|
|
21773
21773
|
"ai",
|
|
@@ -27956,7 +27956,7 @@ var init_bigquery_telemetry = __esm({
|
|
|
27956
27956
|
httpEndpoint = null;
|
|
27957
27957
|
config = {
|
|
27958
27958
|
projectId: process.env.GOOGLE_CLOUD_PROJECT || "maria-code-470602",
|
|
27959
|
-
datasetId: "
|
|
27959
|
+
datasetId: "maria_telemetry",
|
|
27960
27960
|
tableName: "command_executions",
|
|
27961
27961
|
batchSize: 100,
|
|
27962
27962
|
flushIntervalMs: 3e4,
|