@defai.digital/contracts 13.1.5 → 13.1.6

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.
@@ -7,7 +7,7 @@
7
7
  * Following the principle: "No magic numbers in code"
8
8
  */
9
9
  /** Current AutomatosX version */
10
- export declare const AUTOMATOSX_VERSION = "13.1.5";
10
+ export declare const AUTOMATOSX_VERSION = "13.1.6";
11
11
  /** Default schema/config version for new resources */
12
12
  export declare const DEFAULT_SCHEMA_VERSION = "1.0.0";
13
13
  /** MCP protocol version */
package/dist/constants.js CHANGED
@@ -10,7 +10,7 @@
10
10
  // VERSION CONSTANTS
11
11
  // =============================================================================
12
12
  /** Current AutomatosX version */
13
- export const AUTOMATOSX_VERSION = '13.1.5';
13
+ export const AUTOMATOSX_VERSION = '13.1.6';
14
14
  /** Default schema/config version for new resources */
15
15
  export const DEFAULT_SCHEMA_VERSION = '1.0.0';
16
16
  /** MCP protocol version */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defai.digital/contracts",
3
- "version": "13.1.5",
3
+ "version": "13.1.6",
4
4
  "type": "module",
5
5
  "description": "Contract schemas and behavioral invariants for AutomatosX - Single Source of Truth",
6
6
  "license": "Apache-2.0",