@optolith/database-schema 0.44.1 → 0.45.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.45.0](https://github.com/Optolith/database-schema/compare/v0.44.1...v0.45.0) (2026-05-31)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * add maximum sr translation
11
+
12
+ ### Features
13
+
14
+ * add maximum sr translation ([64e7ed1](https://github.com/Optolith/database-schema/commit/64e7ed10358a26028c7c1db79a8b9a1d4bce91c5))
15
+
5
16
  ## [0.44.1](https://github.com/Optolith/database-schema/compare/v0.44.0...v0.44.1) (2026-05-31)
6
17
 
7
18
 
package/gen/types.d.ts CHANGED
@@ -2594,6 +2594,7 @@ export interface Locale {
2594
2594
  "no Liturgies totaling {$apValue} AP": string & { __params: { "apValue": StringableTranslationParameter } }
2595
2595
  "{$apValue} AP to improve other {$skillsOfGroup}": string & { __params: { "apValue": StringableTranslationParameter; "skillsOfGroup": StringableTranslationParameter } }
2596
2596
  "{$apValue} AP to distribute among the following skills: {$list}": string & { __params: { "apValue": StringableTranslationParameter; "list": StringableTranslationParameter } }
2597
+ "maximum SR per skill: {$maxSR}": string & { __params: { "maxSR": StringableTranslationParameter } }
2597
2598
  "no AP to improve other {$skillsOfGroup}": string & { __params: { "skillsOfGroup": StringableTranslationParameter } }
2598
2599
  ".input {$count :number} {{{$count} cantrips}}": string & { __params: { "count": number } }
2599
2600
  "{$count} from the following list": string & { __params: { "count": StringableTranslationParameter } }
@@ -1590,6 +1590,7 @@ export declare const Locale: DB.Entity<"Locale", {
1590
1590
  "no Liturgies totaling {$apValue} AP": null;
1591
1591
  "{$apValue} AP to improve other {$skillsOfGroup}": null;
1592
1592
  "{$apValue} AP to distribute among the following skills: {$list}": null;
1593
+ "maximum SR per skill: {$maxSR}": null;
1593
1594
  "no AP to improve other {$skillsOfGroup}": null;
1594
1595
  ".input {$count :number} {{{$count} cantrips}}": null;
1595
1596
  "{$count} from the following list": null;
@@ -1640,6 +1640,7 @@ export const Locale = DB.Entity(import.meta.url, {
1640
1640
  "no Liturgies totaling {$apValue} AP": null,
1641
1641
  "{$apValue} AP to improve other {$skillsOfGroup}": null,
1642
1642
  "{$apValue} AP to distribute among the following skills: {$list}": null,
1643
+ "maximum SR per skill: {$maxSR}": null,
1643
1644
  "no AP to improve other {$skillsOfGroup}": null,
1644
1645
  ".input {$count :number} {{{$count} cantrips}}": null,
1645
1646
  "{$count} from the following list": null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optolith/database-schema",
3
- "version": "0.44.1",
3
+ "version": "0.45.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",