@optolith/database-schema 0.48.0 → 0.49.0

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,17 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [0.49.0](https://github.com/Optolith/database-schema/compare/v0.48.0...v0.49.0) (2026-06-13)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * add missing skill rating case to parameter expression
11
+
12
+ ### Bug Fixes
13
+
14
+ * add missing skill rating case to parameter expression ([64ee1cc](https://github.com/Optolith/database-schema/commit/64ee1cce6adccc2027bb890289b31e2cea653645))
15
+
5
16
  ## [0.48.0](https://github.com/Optolith/database-schema/compare/v0.47.4...v0.48.0) (2026-06-13)
6
17
 
7
18
 
package/gen/types.d.ts CHANGED
@@ -6916,6 +6916,9 @@ export type ExpressionBasedParameterExpressionValue =
6916
6916
  | {
6917
6917
  kind: "SkillPoints"
6918
6918
  }
6919
+ | {
6920
+ kind: "SkillRating"
6921
+ }
6919
6922
 
6920
6923
  export type RangeUnit =
6921
6924
  | {
@@ -100,5 +100,6 @@ const ExpressionBasedParameterExpressionValue = DB.Enum(import.meta.url, {
100
100
  Constant: DB.EnumCase({ type: DB.Integer({ minimum: 1 }) }),
101
101
  QualityLevels: DB.EnumCase({ type: null }),
102
102
  SkillPoints: DB.EnumCase({ type: null }),
103
+ SkillRating: DB.EnumCase({ type: null }),
103
104
  }),
104
105
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optolith/database-schema",
3
- "version": "0.48.0",
3
+ "version": "0.49.0",
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",