arcanea 3.0.1 → 3.0.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/cli/index.js CHANGED
@@ -2398,7 +2398,7 @@ function printSuccessMessage(platforms) {
2398
2398
  }
2399
2399
 
2400
2400
  // src/index.ts
2401
- var VERSION = "3.0.0";
2401
+ var VERSION = "3.0.2";
2402
2402
  var NAME = "arcanea";
2403
2403
  var ORCHESTRATOR = "Arcanea";
2404
2404
  var defaultConfig = {
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const VERSION = "3.0.0";
1
+ export declare const VERSION = "3.0.2";
2
2
  export declare const NAME = "arcanea";
3
3
  export declare const ORCHESTRATOR = "Arcanea";
4
4
  export type Platform = "claude-code" | "opencode" | "codex" | "gemini" | "cursor" | "unknown";
package/dist/index.js CHANGED
@@ -283,7 +283,7 @@ function printSuccessMessage(platforms) {
283
283
  }
284
284
 
285
285
  // src/index.ts
286
- var VERSION = "3.0.0";
286
+ var VERSION = "3.0.2";
287
287
  var NAME = "arcanea";
288
288
  var ORCHESTRATOR = "Arcanea";
289
289
  var defaultConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arcanea",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Arcanea - The Creative Intelligence Platform. Skills, agents, and tools for AI-human co-creation.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",