optolith-database-schema 0.16.1 → 0.16.2

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,13 @@
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.16.2](https://github.com/elyukai/optolith-database-schema/compare/v0.16.1...v0.16.2) (2024-01-18)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * update build artifacts ([cb11b32](https://github.com/elyukai/optolith-database-schema/commit/cb11b322783236738eee3541e1ac3165ab172c1c))
11
+
5
12
  ### [0.16.1](https://github.com/elyukai/optolith-database-schema/compare/v0.16.0...v0.16.1) (2024-01-16)
6
13
 
7
14
  ## [0.16.0](https://github.com/elyukai/optolith-database-schema/compare/v0.15.5...v0.16.0) (2024-01-12)
package/lib/types/UI.d.ts CHANGED
@@ -868,8 +868,8 @@ export type UI = {
868
868
  "skills.header.check": NonEmptyString;
869
869
  "skills.header.improvementcost": NonEmptyString;
870
870
  "skills.header.improvementcost.tooltip": NonEmptyString;
871
- "inlinewiki.newapplications": NonEmptyString;
872
- "inlinewiki.uses": NonEmptyString;
871
+ "New Applications": NonEmptyString;
872
+ "Uses": NonEmptyString;
873
873
  "showfrequency.stronglyrecommended": NonEmptyString;
874
874
  "showfrequency.common": NonEmptyString;
875
875
  "showfrequency.uncommon": NonEmptyString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optolith-database-schema",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
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",
@@ -2047,10 +2047,10 @@
2047
2047
  "skills.header.improvementcost.tooltip": {
2048
2048
  "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2049
2049
  },
2050
- "inlinewiki.newapplications": {
2050
+ "New Applications": {
2051
2051
  "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2052
2052
  },
2053
- "inlinewiki.uses": {
2053
+ "Uses": {
2054
2054
  "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2055
2055
  },
2056
2056
  "showfrequency.stronglyrecommended": {
@@ -3410,8 +3410,8 @@
3410
3410
  "skills.header.check",
3411
3411
  "skills.header.improvementcost",
3412
3412
  "skills.header.improvementcost.tooltip",
3413
- "inlinewiki.newapplications",
3414
- "inlinewiki.uses",
3413
+ "New Applications",
3414
+ "Uses",
3415
3415
  "showfrequency.stronglyrecommended",
3416
3416
  "showfrequency.common",
3417
3417
  "showfrequency.uncommon",