@toolproof-npm/schema 0.1.62 → 0.1.63

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.
@@ -1772,7 +1772,8 @@
1772
1772
  {
1773
1773
  "$ref": "#/$defs/StrategyStateWrapper"
1774
1774
  }
1775
- ]
1775
+ ],
1776
+ "unevaluatedProperties": false
1776
1777
  }
1777
1778
  },
1778
1779
  "StatefulStrategyWrapper": {
@@ -2363,7 +2363,8 @@
2363
2363
  {
2364
2364
  "$ref": "#/$defs/StrategyStateWrapper"
2365
2365
  }
2366
- ]
2366
+ ],
2367
+ "unevaluatedProperties": false
2367
2368
  }
2368
2369
  }
2369
2370
  },
@@ -1206,6 +1206,7 @@
1206
1206
  "required": [
1207
1207
  "identity"
1208
1208
  ],
1209
+ "unevaluatedProperties": false,
1209
1210
  "$anchor": "StatefulStrategy"
1210
1211
  },
1211
1212
  "StatefulStrategyIdentity": {
@@ -17,6 +17,7 @@
17
17
  "required": [
18
18
  "identity"
19
19
  ],
20
+ "unevaluatedProperties": false,
20
21
  "$anchor": "StatefulStrategy",
21
22
  "$defs": {
22
23
  "StatelessStrategyWrapper": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolproof-npm/schema",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
4
4
  "description": "JSON schemas and TypeScript types for ToolProof",
5
5
  "keywords": [
6
6
  "toolproof",