optolith-database-schema 0.28.2 → 0.29.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.
Files changed (152) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/gen/types.d.ts +7 -612
  3. package/lib/cache/activatableSelectOptions.d.ts +18 -0
  4. package/lib/cache/activatableSelectOptions.js +761 -0
  5. package/lib/cache/ancestorBloodAdvantages.d.ts +4 -0
  6. package/lib/cache/ancestorBloodAdvantages.js +13 -0
  7. package/lib/cache/index.d.ts +31 -0
  8. package/lib/cache/index.js +22 -0
  9. package/lib/cache/internal.d.ts +4 -0
  10. package/lib/cache/internal.js +1 -0
  11. package/lib/cache/magicalAndBlessedAdvantagesAndDisadvantages.d.ts +3 -0
  12. package/lib/cache/magicalAndBlessedAdvantagesAndDisadvantages.js +103 -0
  13. package/lib/cache/newApplicationsAndUses.d.ts +22 -0
  14. package/lib/cache/newApplicationsAndUses.js +12 -0
  15. package/lib/types/Advantage.d.ts +3 -3
  16. package/lib/types/AnimalDisease.d.ts +1 -1
  17. package/lib/types/Blessing.d.ts +1 -1
  18. package/lib/types/Cantrip.d.ts +1 -1
  19. package/lib/types/Ceremony.d.ts +2 -2
  20. package/lib/types/CombatTechnique.d.ts +2 -2
  21. package/lib/types/Condition.d.ts +1 -1
  22. package/lib/types/Culture.d.ts +1 -1
  23. package/lib/types/DerivedCharacteristic.d.ts +1 -1
  24. package/lib/types/Disadvantage.d.ts +3 -3
  25. package/lib/types/Disease.d.ts +1 -1
  26. package/lib/types/FamiliarsTrick.d.ts +1 -1
  27. package/lib/types/Lessons.d.ts +1 -1
  28. package/lib/types/LiturgicalChant.d.ts +2 -2
  29. package/lib/types/Locale.d.ts +5 -0
  30. package/lib/types/Locale.js +9 -0
  31. package/lib/types/MetaCondition.d.ts +1 -1
  32. package/lib/types/PactCategory.d.ts +1 -1
  33. package/lib/types/Patron.d.ts +1 -1
  34. package/lib/types/PersonalityTrait.d.ts +1 -1
  35. package/lib/types/Profession.d.ts +2 -2
  36. package/lib/types/Race.d.ts +1 -1
  37. package/lib/types/Ritual.d.ts +2 -2
  38. package/lib/types/Service.d.ts +1 -1
  39. package/lib/types/SexPractice.d.ts +1 -1
  40. package/lib/types/Skill.d.ts +1 -1
  41. package/lib/types/Spell.d.ts +2 -2
  42. package/lib/types/State.d.ts +1 -1
  43. package/lib/types/Talisman.d.ts +1 -1
  44. package/lib/types/_ActivatableSelectOptions.d.ts +2 -2
  45. package/lib/types/_Enhancements.d.ts +2 -2
  46. package/lib/types/_Influence.d.ts +1 -1
  47. package/lib/types/equipment/EquipmentPackage.d.ts +1 -1
  48. package/lib/types/equipment/item/Ammunition.d.ts +1 -1
  49. package/lib/types/equipment/item/Animal.d.ts +1 -1
  50. package/lib/types/equipment/item/AnimalCare.d.ts +1 -1
  51. package/lib/types/equipment/item/Armor.d.ts +1 -1
  52. package/lib/types/equipment/item/BandageOrRemedy.d.ts +1 -1
  53. package/lib/types/equipment/item/Book.d.ts +1 -1
  54. package/lib/types/equipment/item/CeremonialItem.d.ts +1 -1
  55. package/lib/types/equipment/item/Clothes.d.ts +1 -1
  56. package/lib/types/equipment/item/ClothingPackage.d.ts +1 -1
  57. package/lib/types/equipment/item/Container.d.ts +1 -1
  58. package/lib/types/equipment/item/Elixir.d.ts +1 -1
  59. package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +1 -1
  60. package/lib/types/equipment/item/GemOrPreciousStone.d.ts +1 -1
  61. package/lib/types/equipment/item/IlluminationLightSource.d.ts +1 -1
  62. package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +1 -1
  63. package/lib/types/equipment/item/Jewelry.d.ts +1 -1
  64. package/lib/types/equipment/item/Laboratory.d.ts +1 -1
  65. package/lib/types/equipment/item/Liebesspielzeug.d.ts +1 -1
  66. package/lib/types/equipment/item/LuxuryGood.d.ts +1 -1
  67. package/lib/types/equipment/item/MagicalArtifact.d.ts +1 -1
  68. package/lib/types/equipment/item/MusicalInstrument.d.ts +1 -1
  69. package/lib/types/equipment/item/Newspaper.d.ts +1 -1
  70. package/lib/types/equipment/item/OrienteeringAid.d.ts +1 -1
  71. package/lib/types/equipment/item/Poison.d.ts +1 -1
  72. package/lib/types/equipment/item/RopeOrChain.d.ts +1 -1
  73. package/lib/types/equipment/item/Stationery.d.ts +1 -1
  74. package/lib/types/equipment/item/ThievesTool.d.ts +1 -1
  75. package/lib/types/equipment/item/ToolOfTheTrade.d.ts +1 -1
  76. package/lib/types/equipment/item/TravelGearOrTool.d.ts +1 -1
  77. package/lib/types/equipment/item/Vehicle.d.ts +1 -1
  78. package/lib/types/equipment/item/Weapon.d.ts +1 -1
  79. package/lib/types/equipment/item/WeaponAccessory.d.ts +1 -1
  80. package/lib/types/equipment/item/_Item.d.ts +1 -1
  81. package/lib/types/magicalActions/AnimistPower.d.ts +2 -2
  82. package/lib/types/magicalActions/Curse.d.ts +1 -1
  83. package/lib/types/magicalActions/DominationRitual.d.ts +1 -1
  84. package/lib/types/magicalActions/ElvenMagicalSong.d.ts +1 -1
  85. package/lib/types/magicalActions/GeodeRitual.d.ts +1 -1
  86. package/lib/types/magicalActions/JesterTrick.d.ts +1 -1
  87. package/lib/types/magicalActions/MagicalDance.d.ts +1 -1
  88. package/lib/types/magicalActions/MagicalMelody.d.ts +1 -1
  89. package/lib/types/magicalActions/MagicalRune.d.ts +1 -1
  90. package/lib/types/magicalActions/ZibiljaRitual.d.ts +1 -1
  91. package/lib/types/rule/AlternativeRule.d.ts +1 -1
  92. package/lib/types/rule/CoreRule.d.ts +1 -1
  93. package/lib/types/rule/FocusRule.d.ts +1 -1
  94. package/lib/types/rule/OptionalRule.d.ts +1 -1
  95. package/lib/types/source/_PublicationRef.d.ts +4 -4
  96. package/lib/types/source/_PublicationRef.js +34 -30
  97. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +3 -3
  98. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +3 -3
  99. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +3 -3
  100. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +3 -3
  101. package/lib/types/specialAbility/AncestorGlyph.d.ts +3 -3
  102. package/lib/types/specialAbility/BlessedTradition.d.ts +4 -4
  103. package/lib/types/specialAbility/BlessedTradition.js +2 -2
  104. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +3 -3
  105. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +3 -3
  106. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +3 -3
  107. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +3 -3
  108. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +3 -3
  109. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +3 -3
  110. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +3 -3
  111. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +3 -3
  112. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +3 -3
  113. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +3 -3
  114. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +3 -3
  115. package/lib/types/specialAbility/LycantropicGift.d.ts +3 -3
  116. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +3 -3
  117. package/lib/types/specialAbility/MagicalSign.d.ts +1 -1
  118. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +3 -3
  119. package/lib/types/specialAbility/MagicalTradition.d.ts +3 -3
  120. package/lib/types/specialAbility/PactGift.d.ts +3 -3
  121. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +3 -3
  122. package/lib/types/specialAbility/Sermon.d.ts +3 -3
  123. package/lib/types/specialAbility/SexSpecialAbility.d.ts +3 -3
  124. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +3 -3
  125. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +3 -3
  126. package/lib/types/specialAbility/VampiricGift.d.ts +3 -3
  127. package/lib/types/specialAbility/Vision.d.ts +3 -3
  128. package/lib/types/specialAbility/sub/Language.d.ts +1 -1
  129. package/lib/types/specialAbility/sub/Script.d.ts +1 -1
  130. package/lib/types/specialAbility/sub/TradeSecret.d.ts +3 -3
  131. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +3 -3
  132. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +3 -3
  133. package/lib/types/traditionArtifacts/Beutelzauber.d.ts +3 -3
  134. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +3 -3
  135. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +3 -3
  136. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +3 -3
  137. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +3 -3
  138. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +3 -3
  139. package/lib/types/traditionArtifacts/Haubenzauber.d.ts +3 -3
  140. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +3 -3
  141. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +3 -3
  142. package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +3 -3
  143. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +3 -3
  144. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +3 -3
  145. package/lib/types/traditionArtifacts/SickleRitual.d.ts +3 -3
  146. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +3 -3
  147. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +3 -3
  148. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +3 -3
  149. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +3 -3
  150. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +3 -3
  151. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +3 -3
  152. package/package.json +7 -10
@@ -852,7 +852,7 @@ export declare const DaggerRitual: DB.Entity<"DaggerRitual", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1230,7 +1230,7 @@ export declare const DaggerRitual: DB.Entity<"DaggerRitual", {
1230
1230
  threshold: DB.MemberDecl<DB.Integer, true>;
1231
1231
  alternative: DB.MemberDecl<DB.Integer, true>;
1232
1232
  }>, []>>>;
1233
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1233
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1234
1234
  }, []>>>;
1235
1235
  Indefinite: DB.EnumCase<null>;
1236
1236
  }, []>>, true>;
@@ -1252,7 +1252,7 @@ export declare const DaggerRitual: DB.Entity<"DaggerRitual", {
1252
1252
  }, []>>, false>;
1253
1253
  }>, []>>>, true>;
1254
1254
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1255
- }>, []>>, false>;
1255
+ }>, []>>, true>;
1256
1256
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1257
1257
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1258
1258
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -852,7 +852,7 @@ export declare const FoolsHatEnchantment: DB.Entity<"FoolsHatEnchantment", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1223,7 +1223,7 @@ export declare const FoolsHatEnchantment: DB.Entity<"FoolsHatEnchantment", {
1223
1223
  threshold: DB.MemberDecl<DB.Integer, true>;
1224
1224
  alternative: DB.MemberDecl<DB.Integer, true>;
1225
1225
  }>, []>>>;
1226
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1226
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1227
1227
  }, []>>>;
1228
1228
  Indefinite: DB.EnumCase<null>;
1229
1229
  }, []>>, true>;
@@ -1245,7 +1245,7 @@ export declare const FoolsHatEnchantment: DB.Entity<"FoolsHatEnchantment", {
1245
1245
  }, []>>, false>;
1246
1246
  }>, []>>>, true>;
1247
1247
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1248
- }>, []>>, false>;
1248
+ }>, []>>, true>;
1249
1249
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1250
1250
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1251
1251
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -852,7 +852,7 @@ export declare const Haubenzauber: DB.Entity<"Haubenzauber", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1223,7 +1223,7 @@ export declare const Haubenzauber: DB.Entity<"Haubenzauber", {
1223
1223
  threshold: DB.MemberDecl<DB.Integer, true>;
1224
1224
  alternative: DB.MemberDecl<DB.Integer, true>;
1225
1225
  }>, []>>>;
1226
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1226
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1227
1227
  }, []>>>;
1228
1228
  Indefinite: DB.EnumCase<null>;
1229
1229
  }, []>>, true>;
@@ -1245,7 +1245,7 @@ export declare const Haubenzauber: DB.Entity<"Haubenzauber", {
1245
1245
  }, []>>, false>;
1246
1246
  }>, []>>>, true>;
1247
1247
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1248
- }>, []>>, false>;
1248
+ }>, []>>, true>;
1249
1249
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1250
1250
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1251
1251
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -852,7 +852,7 @@ export declare const InstrumentEnchantment: DB.Entity<"InstrumentEnchantment", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1223,7 +1223,7 @@ export declare const InstrumentEnchantment: DB.Entity<"InstrumentEnchantment", {
1223
1223
  threshold: DB.MemberDecl<DB.Integer, true>;
1224
1224
  alternative: DB.MemberDecl<DB.Integer, true>;
1225
1225
  }>, []>>>;
1226
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1226
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1227
1227
  }, []>>>;
1228
1228
  Indefinite: DB.EnumCase<null>;
1229
1229
  }, []>>, true>;
@@ -1245,7 +1245,7 @@ export declare const InstrumentEnchantment: DB.Entity<"InstrumentEnchantment", {
1245
1245
  }, []>>, false>;
1246
1246
  }>, []>>>, true>;
1247
1247
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1248
- }>, []>>, false>;
1248
+ }>, []>>, true>;
1249
1249
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1250
1250
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1251
1251
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -852,7 +852,7 @@ export declare const Krallenkettenzauber: DB.Entity<"Krallenkettenzauber", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1223,7 +1223,7 @@ export declare const Krallenkettenzauber: DB.Entity<"Krallenkettenzauber", {
1223
1223
  threshold: DB.MemberDecl<DB.Integer, true>;
1224
1224
  alternative: DB.MemberDecl<DB.Integer, true>;
1225
1225
  }>, []>>>;
1226
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1226
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1227
1227
  }, []>>>;
1228
1228
  Indefinite: DB.EnumCase<null>;
1229
1229
  }, []>>, true>;
@@ -1245,7 +1245,7 @@ export declare const Krallenkettenzauber: DB.Entity<"Krallenkettenzauber", {
1245
1245
  }, []>>, false>;
1246
1246
  }>, []>>>, true>;
1247
1247
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1248
- }>, []>>, false>;
1248
+ }>, []>>, true>;
1249
1249
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1250
1250
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1251
1251
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -852,7 +852,7 @@ export declare const Kristallkugelzauber: DB.Entity<"Kristallkugelzauber", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1223,7 +1223,7 @@ export declare const Kristallkugelzauber: DB.Entity<"Kristallkugelzauber", {
1223
1223
  threshold: DB.MemberDecl<DB.Integer, true>;
1224
1224
  alternative: DB.MemberDecl<DB.Integer, true>;
1225
1225
  }>, []>>>;
1226
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1226
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1227
1227
  }, []>>>;
1228
1228
  Indefinite: DB.EnumCase<null>;
1229
1229
  }, []>>, true>;
@@ -1245,7 +1245,7 @@ export declare const Kristallkugelzauber: DB.Entity<"Kristallkugelzauber", {
1245
1245
  }, []>>, false>;
1246
1246
  }>, []>>>, true>;
1247
1247
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1248
- }>, []>>, false>;
1248
+ }>, []>>, true>;
1249
1249
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1250
1250
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1251
1251
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -852,7 +852,7 @@ export declare const OrbEnchantment: DB.Entity<"OrbEnchantment", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1223,7 +1223,7 @@ export declare const OrbEnchantment: DB.Entity<"OrbEnchantment", {
1223
1223
  threshold: DB.MemberDecl<DB.Integer, true>;
1224
1224
  alternative: DB.MemberDecl<DB.Integer, true>;
1225
1225
  }>, []>>>;
1226
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1226
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1227
1227
  }, []>>>;
1228
1228
  Indefinite: DB.EnumCase<null>;
1229
1229
  }, []>>, true>;
@@ -1245,7 +1245,7 @@ export declare const OrbEnchantment: DB.Entity<"OrbEnchantment", {
1245
1245
  }, []>>, false>;
1246
1246
  }>, []>>>, true>;
1247
1247
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1248
- }>, []>>, false>;
1248
+ }>, []>>, true>;
1249
1249
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1250
1250
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1251
1251
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -852,7 +852,7 @@ export declare const RingEnchantment: DB.Entity<"RingEnchantment", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1223,7 +1223,7 @@ export declare const RingEnchantment: DB.Entity<"RingEnchantment", {
1223
1223
  threshold: DB.MemberDecl<DB.Integer, true>;
1224
1224
  alternative: DB.MemberDecl<DB.Integer, true>;
1225
1225
  }>, []>>>;
1226
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1226
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1227
1227
  }, []>>>;
1228
1228
  Indefinite: DB.EnumCase<null>;
1229
1229
  }, []>>, true>;
@@ -1245,7 +1245,7 @@ export declare const RingEnchantment: DB.Entity<"RingEnchantment", {
1245
1245
  }, []>>, false>;
1246
1246
  }>, []>>>, true>;
1247
1247
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1248
- }>, []>>, false>;
1248
+ }>, []>>, true>;
1249
1249
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1250
1250
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1251
1251
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -852,7 +852,7 @@ export declare const SickleRitual: DB.Entity<"SickleRitual", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1223,7 +1223,7 @@ export declare const SickleRitual: DB.Entity<"SickleRitual", {
1223
1223
  threshold: DB.MemberDecl<DB.Integer, true>;
1224
1224
  alternative: DB.MemberDecl<DB.Integer, true>;
1225
1225
  }>, []>>>;
1226
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1226
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1227
1227
  }, []>>>;
1228
1228
  Indefinite: DB.EnumCase<null>;
1229
1229
  }, []>>, true>;
@@ -1245,7 +1245,7 @@ export declare const SickleRitual: DB.Entity<"SickleRitual", {
1245
1245
  }, []>>, false>;
1246
1246
  }>, []>>>, true>;
1247
1247
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1248
- }>, []>>, false>;
1248
+ }>, []>>, true>;
1249
1249
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1250
1250
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1251
1251
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -852,7 +852,7 @@ export declare const SpellSwordEnchantment: DB.Entity<"SpellSwordEnchantment", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1223,7 +1223,7 @@ export declare const SpellSwordEnchantment: DB.Entity<"SpellSwordEnchantment", {
1223
1223
  threshold: DB.MemberDecl<DB.Integer, true>;
1224
1224
  alternative: DB.MemberDecl<DB.Integer, true>;
1225
1225
  }>, []>>>;
1226
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1226
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1227
1227
  }, []>>>;
1228
1228
  Indefinite: DB.EnumCase<null>;
1229
1229
  }, []>>, true>;
@@ -1245,7 +1245,7 @@ export declare const SpellSwordEnchantment: DB.Entity<"SpellSwordEnchantment", {
1245
1245
  }, []>>, false>;
1246
1246
  }>, []>>>, true>;
1247
1247
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1248
- }>, []>>, false>;
1248
+ }>, []>>, true>;
1249
1249
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1250
1250
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1251
1251
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -852,7 +852,7 @@ export declare const StaffEnchantment: DB.Entity<"StaffEnchantment", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1223,7 +1223,7 @@ export declare const StaffEnchantment: DB.Entity<"StaffEnchantment", {
1223
1223
  threshold: DB.MemberDecl<DB.Integer, true>;
1224
1224
  alternative: DB.MemberDecl<DB.Integer, true>;
1225
1225
  }>, []>>>;
1226
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1226
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1227
1227
  }, []>>>;
1228
1228
  Indefinite: DB.EnumCase<null>;
1229
1229
  }, []>>, true>;
@@ -1245,7 +1245,7 @@ export declare const StaffEnchantment: DB.Entity<"StaffEnchantment", {
1245
1245
  }, []>>, false>;
1246
1246
  }>, []>>>, true>;
1247
1247
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1248
- }>, []>>, false>;
1248
+ }>, []>>, true>;
1249
1249
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1250
1250
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1251
1251
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -852,7 +852,7 @@ export declare const ToyEnchantment: DB.Entity<"ToyEnchantment", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1223,7 +1223,7 @@ export declare const ToyEnchantment: DB.Entity<"ToyEnchantment", {
1223
1223
  threshold: DB.MemberDecl<DB.Integer, true>;
1224
1224
  alternative: DB.MemberDecl<DB.Integer, true>;
1225
1225
  }>, []>>>;
1226
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1226
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1227
1227
  }, []>>>;
1228
1228
  Indefinite: DB.EnumCase<null>;
1229
1229
  }, []>>, true>;
@@ -1245,7 +1245,7 @@ export declare const ToyEnchantment: DB.Entity<"ToyEnchantment", {
1245
1245
  }, []>>, false>;
1246
1246
  }>, []>>>, true>;
1247
1247
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1248
- }>, []>>, false>;
1248
+ }>, []>>, true>;
1249
1249
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1250
1250
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1251
1251
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -852,7 +852,7 @@ export declare const Trinkhornzauber: DB.Entity<"Trinkhornzauber", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1223,7 +1223,7 @@ export declare const Trinkhornzauber: DB.Entity<"Trinkhornzauber", {
1223
1223
  threshold: DB.MemberDecl<DB.Integer, true>;
1224
1224
  alternative: DB.MemberDecl<DB.Integer, true>;
1225
1225
  }>, []>>>;
1226
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1226
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1227
1227
  }, []>>>;
1228
1228
  Indefinite: DB.EnumCase<null>;
1229
1229
  }, []>>, true>;
@@ -1245,7 +1245,7 @@ export declare const Trinkhornzauber: DB.Entity<"Trinkhornzauber", {
1245
1245
  }, []>>, false>;
1246
1246
  }>, []>>>, true>;
1247
1247
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1248
- }>, []>>, false>;
1248
+ }>, []>>, true>;
1249
1249
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1250
1250
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1251
1251
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -852,7 +852,7 @@ export declare const WandEnchantment: DB.Entity<"WandEnchantment", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1172,7 +1172,7 @@ export declare const WandEnchantment: DB.Entity<"WandEnchantment", {
1172
1172
  threshold: DB.MemberDecl<DB.Integer, true>;
1173
1173
  alternative: DB.MemberDecl<DB.Integer, true>;
1174
1174
  }>, []>>>;
1175
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1175
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1176
1176
  }, []>>>;
1177
1177
  Indefinite: DB.EnumCase<null>;
1178
1178
  }, []>>, true>;
@@ -1194,7 +1194,7 @@ export declare const WandEnchantment: DB.Entity<"WandEnchantment", {
1194
1194
  }, []>>, false>;
1195
1195
  }>, []>>>, true>;
1196
1196
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1197
- }>, []>>, false>;
1197
+ }>, []>>, true>;
1198
1198
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1199
1199
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1200
1200
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -852,7 +852,7 @@ export declare const WeaponEnchantment: DB.Entity<"WeaponEnchantment", {
852
852
  }, []>>, false>;
853
853
  }>, []>>>, true>;
854
854
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
855
- }>, []>>, false>;
855
+ }>, []>>, true>;
856
856
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
857
857
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
858
858
  printing: DB.MemberDecl<DB.Integer, true>;
@@ -1223,7 +1223,7 @@ export declare const WeaponEnchantment: DB.Entity<"WeaponEnchantment", {
1223
1223
  threshold: DB.MemberDecl<DB.Integer, true>;
1224
1224
  alternative: DB.MemberDecl<DB.Integer, true>;
1225
1225
  }>, []>>>;
1226
- Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1226
+ Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
1227
1227
  }, []>>>;
1228
1228
  Indefinite: DB.EnumCase<null>;
1229
1229
  }, []>>, true>;
@@ -1245,7 +1245,7 @@ export declare const WeaponEnchantment: DB.Entity<"WeaponEnchantment", {
1245
1245
  }, []>>, false>;
1246
1246
  }>, []>>>, true>;
1247
1247
  isRemoved: DB.MemberDecl<DB.Boolean, false>;
1248
- }>, []>>, false>;
1248
+ }>, []>>, true>;
1249
1249
  revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
1250
1250
  Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
1251
1251
  printing: DB.MemberDecl<DB.Integer, true>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optolith-database-schema",
3
- "version": "0.28.2",
3
+ "version": "0.29.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",
@@ -18,13 +18,10 @@
18
18
  "main": "./lib/main.js",
19
19
  "exports": {
20
20
  ".": "./lib/main.js",
21
- "./gen": "./gen/types.d.ts",
22
- "./errors": "./lib/errors.js",
23
- "./cache/*": "./lib/cache/*.js",
24
- "./config/*": "./lib/config/*.js",
25
- "./rendering/*": "./lib/rendering/*.js",
21
+ "./cache": "./lib/cache/index.js",
26
22
  "./types": "./lib/types/index.js",
27
- "./types/*": "./lib/types/*.js"
23
+ "./types/*": "./lib/types/*.js",
24
+ "./gen": "./gen/types.d.ts"
28
25
  },
29
26
  "scripts": {
30
27
  "build": "tsc",
@@ -40,13 +37,13 @@
40
37
  "author": "Lukas Obermann",
41
38
  "license": "MPL-2.0",
42
39
  "dependencies": {
43
- "@elyukai/utils": "^0.1.6",
44
- "tsondb": "^0.19.1",
40
+ "@elyukai/utils": "^0.2.0",
41
+ "tsondb": "^0.19.8",
45
42
  "yaml": "^2.8.2"
46
43
  },
47
44
  "devDependencies": {
48
45
  "@eslint/js": "^9.39.2",
49
- "@types/node": "^25.2.0",
46
+ "@types/node": "^25.2.1",
50
47
  "commit-and-tag-version": "^12.6.1",
51
48
  "eslint": "^9.39.2",
52
49
  "globals": "^17.3.0",