optolith-database-schema 0.13.7 → 0.13.8

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.13.8](https://github.com/elyukai/optolith-database-schema/compare/v0.13.7...v0.13.8) (2023-12-07)
6
+
5
7
  ### [0.13.7](https://github.com/elyukai/optolith-database-schema/compare/v0.13.6...v0.13.7) (2023-12-05)
6
8
 
7
9
  ### [0.13.6](https://github.com/elyukai/optolith-database-schema/compare/v0.13.5...v0.13.6) (2023-12-05)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optolith-database-schema",
3
- "version": "0.13.7",
3
+ "version": "0.13.8",
4
4
  "description": "Definitions and utilities for the flat-file database of Optolith, a character creation tool for the Pen and Paper RPG “The Dark Eye 5”, and its external integrations into other software.",
5
5
  "keywords": [
6
6
  "tde",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^20.8.10",
36
- "optolith-tsjsonschemamd": "^0.10.2",
36
+ "optolith-tsjsonschemamd": "^0.10.4",
37
37
  "standard-version": "^9.5.0",
38
38
  "typescript": "^5.2.2"
39
39
  },
@@ -663,7 +663,8 @@
663
663
  "required": []
664
664
  }
665
665
  ],
666
- "unresolvedProperties": false
666
+ "type": "object",
667
+ "unevaluatedProperties": false
667
668
  },
668
669
  "VariantSpecialAbilitySelection": {
669
670
  "type": "object",
@@ -257,7 +257,8 @@
257
257
  ]
258
258
  }
259
259
  ],
260
- "unresolvedProperties": false
260
+ "type": "object",
261
+ "unevaluatedProperties": false
261
262
  },
262
263
  "WeightDiceOffsetStrategy": {
263
264
  "description": "The strategy how to offset the randomly generated values against the\nbase value. Either they are all added or subtracted or even results are\nadded and odd results are subtracted.",
@@ -233,7 +233,8 @@
233
233
  ]
234
234
  }
235
235
  ],
236
- "unresolvedProperties": false
236
+ "type": "object",
237
+ "unevaluatedProperties": false
237
238
  },
238
239
  "CheckResultBasedDurationTranslation": {
239
240
  "type": "object",
@@ -230,7 +230,8 @@
230
230
  ]
231
231
  }
232
232
  ],
233
- "unresolvedProperties": false
233
+ "type": "object",
234
+ "unevaluatedProperties": false
234
235
  },
235
236
  "RangeTranslation": {
236
237
  "type": "object",