@defai.digital/contracts 13.2.5 → 13.2.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.
Files changed (2) hide show
  1. package/LICENSE +2 -1
  2. package/package.json +1 -1
package/LICENSE CHANGED
@@ -7,7 +7,8 @@ This license does NOT apply to:
7
7
  - AutomatosX Pro Edition (proprietary software - separate EULA)
8
8
  - AutomatosX Enterprise Edition (proprietary software - separate agreement)
9
9
 
10
- For commercial editions, see COMMERCIAL-LICENSE.md
10
+ For commercial editions, see:
11
+ https://github.com/defai-digital/AutomatosX/blob/main/COMMERCIAL-LICENSE.md
11
12
 
12
13
  ===============================================================================
13
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defai.digital/contracts",
3
- "version": "13.2.5",
3
+ "version": "13.2.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",