optolith-database-schema 0.38.0 → 0.39.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.39.0](https://github.com/elyukai/optolith-database-schema/compare/v0.38.0...v0.39.0) (2026-03-14)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * more translations for equipment and professions
11
+
12
+ ### Features
13
+
14
+ * more translations for equipment and professions ([960f1a9](https://github.com/elyukai/optolith-database-schema/commit/960f1a9a363593b8b16b0258f86338a546e0c674))
15
+
5
16
  ## [0.38.0](https://github.com/elyukai/optolith-database-schema/compare/v0.37.0...v0.38.0) (2026-03-14)
6
17
 
7
18
 
package/gen/types.d.ts CHANGED
@@ -2457,6 +2457,8 @@ export interface Locale {
2457
2457
  "Reconstruction": string
2458
2458
  "References": string
2459
2459
  "Entertainment": string
2460
+ "Topics": string
2461
+ "Place of Publication": string
2460
2462
  "Failed": string
2461
2463
  "Progress": string
2462
2464
  "Incubation Time": string
@@ -2541,6 +2543,7 @@ export interface Locale {
2541
2543
  "The Twelve Blessings": string
2542
2544
  "except for {$list :list type=conjunction}": string & { __params: { "list": StringableTranslationParameter } }
2543
2545
  "depends on selected tradition": string
2546
+ "Additional Prerequisites": string
2544
2547
  "Enhancements": string
2545
2548
  "SR {$value}": string & { __params: { "value": StringableTranslationParameter } }
2546
2549
  ".input {$hiddenCount :number} {{Prerequisites}}": string & { __params: { "hiddenCount": number } }
@@ -1495,6 +1495,8 @@ export declare const Locale: DB.Entity<"Locale", {
1495
1495
  Reconstruction: null;
1496
1496
  References: null;
1497
1497
  Entertainment: null;
1498
+ Topics: null;
1499
+ "Place of Publication": null;
1498
1500
  Failed: null;
1499
1501
  Progress: null;
1500
1502
  "Incubation Time": null;
@@ -1579,6 +1581,7 @@ export declare const Locale: DB.Entity<"Locale", {
1579
1581
  "The Twelve Blessings": null;
1580
1582
  "except for {$list :list type=conjunction}": null;
1581
1583
  "depends on selected tradition": null;
1584
+ "Additional Prerequisites": null;
1582
1585
  Enhancements: null;
1583
1586
  "SR {$value}": null;
1584
1587
  ".input {$hiddenCount :number} {{Prerequisites}}": null;
@@ -1537,6 +1537,8 @@ export const Locale = DB.Entity(import.meta.url, {
1537
1537
  "Reconstruction": null,
1538
1538
  "References": null,
1539
1539
  "Entertainment": null,
1540
+ "Topics": null,
1541
+ "Place of Publication": null,
1540
1542
  // sex practices
1541
1543
  "Failed": null,
1542
1544
  // diseases
@@ -1629,6 +1631,7 @@ export const Locale = DB.Entity(import.meta.url, {
1629
1631
  "The Twelve Blessings": null,
1630
1632
  "except for {$list :list type=conjunction}": null,
1631
1633
  "depends on selected tradition": null,
1634
+ "Additional Prerequisites": null,
1632
1635
  // Enhancements
1633
1636
  "Enhancements": null,
1634
1637
  "SR {$value}": null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optolith-database-schema",
3
- "version": "0.38.0",
3
+ "version": "0.39.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",