optolith-database-schema 0.16.6 → 0.16.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 +9 -0
- package/lib/types/UI.d.ts +1 -1
- package/package.json +1 -1
- package/schema/UI.schema.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
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.8](https://github.com/elyukai/optolith-database-schema/compare/v0.16.7...v0.16.8) (2024-03-01)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* add slash to protective and warding circle key ([ef91f89](https://github.com/elyukai/optolith-database-schema/commit/ef91f897ad56db97f93a76958fab8dd69121830c))
|
|
11
|
+
|
|
12
|
+
### [0.16.7](https://github.com/elyukai/optolith-database-schema/compare/v0.16.6...v0.16.7) (2024-03-01)
|
|
13
|
+
|
|
5
14
|
### [0.16.6](https://github.com/elyukai/optolith-database-schema/compare/v0.16.5...v0.16.6) (2024-03-01)
|
|
6
15
|
|
|
7
16
|
|
package/lib/types/UI.d.ts
CHANGED
|
@@ -796,7 +796,7 @@ export type UI = {
|
|
|
796
796
|
"Magic Style Special Abilities": NonEmptyString;
|
|
797
797
|
"Orb Enchantments": NonEmptyString;
|
|
798
798
|
"Pact Gifts": NonEmptyString;
|
|
799
|
-
"Protective
|
|
799
|
+
"Protective/Warding Circle Special Abilities": NonEmptyString;
|
|
800
800
|
"Ring Enchantments": NonEmptyString;
|
|
801
801
|
"Sermons": NonEmptyString;
|
|
802
802
|
"Sex Special Abilities": NonEmptyString;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "optolith-database-schema",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.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",
|
package/schema/UI.schema.json
CHANGED
|
@@ -1949,7 +1949,7 @@
|
|
|
1949
1949
|
"Pact Gifts": {
|
|
1950
1950
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1951
1951
|
},
|
|
1952
|
-
"Protective
|
|
1952
|
+
"Protective/Warding Circle Special Abilities": {
|
|
1953
1953
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1954
1954
|
},
|
|
1955
1955
|
"Ring Enchantments": {
|
|
@@ -3402,7 +3402,7 @@
|
|
|
3402
3402
|
"Magic Style Special Abilities",
|
|
3403
3403
|
"Orb Enchantments",
|
|
3404
3404
|
"Pact Gifts",
|
|
3405
|
-
"Protective
|
|
3405
|
+
"Protective/Warding Circle Special Abilities",
|
|
3406
3406
|
"Ring Enchantments",
|
|
3407
3407
|
"Sermons",
|
|
3408
3408
|
"Sex Special Abilities",
|