@contractual/differs.json-schema 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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractual/differs.json-schema",
3
- "version": "0.1.0-dev.1",
3
+ "version": "0.1.0-dev.3",
4
4
  "description": "Detect breaking changes between JSON Schema versions with semantic classification",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -48,8 +48,8 @@
48
48
  "README.md"
49
49
  ],
50
50
  "dependencies": {
51
- "@contractual/differs.core": "0.1.0-dev.1",
52
- "@contractual/types": "0.1.0-dev.1"
51
+ "@contractual/differs.core": "0.1.0-dev.3",
52
+ "@contractual/types": "0.1.0-dev.3"
53
53
  },
54
54
  "devDependencies": {
55
55
  "rimraf": "^5.0.5",
@@ -59,5 +59,5 @@
59
59
  "access": "public",
60
60
  "provenance": true
61
61
  },
62
- "gitHead": "9370397e0aa15062baf62aa5ce07d93329339165"
62
+ "gitHead": "6a8c46482574388069e19a8fee69c097c8a5ec47"
63
63
  }