@contractual/types 0.1.0-dev.1 → 0.1.0-dev.3

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contractual/types",
3
3
  "private": false,
4
- "version": "0.1.0-dev.1",
4
+ "version": "0.1.0-dev.3",
5
5
  "description": "TypeScript type definitions for Contractual - schema contract lifecycle orchestration",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -48,5 +48,5 @@
48
48
  "access": "public",
49
49
  "provenance": true
50
50
  },
51
- "gitHead": "9370397e0aa15062baf62aa5ce07d93329339165"
51
+ "gitHead": "6a8c46482574388069e19a8fee69c097c8a5ec47"
52
52
  }