@scrthq/runlog 0.0.40 → 0.0.41

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 (2) hide show
  1. package/dist/runlog.js +2 -2
  2. package/package.json +1 -1
package/dist/runlog.js CHANGED
@@ -26617,7 +26617,7 @@ var Deck = external_exports.discriminatedUnion("kind", [
26617
26617
  ),
26618
26618
  resolveBy: external_exports.enum(["rank", "suit"]).default("rank").describe("Whether the draw's rank or its suit selects the table entry.")
26619
26619
  }).strict().describe(
26620
- "A standard 52-card deck. Included because a whole family of solo journalling games is built on drawing from one."
26620
+ "A standard 52-card deck. Included because a whole family of solo journaling games is built on drawing from one."
26621
26621
  )
26622
26622
  ]).describe("A deck the game draws from.");
26623
26623
 
@@ -26794,7 +26794,7 @@ var JournalDef = external_exports.object({
26794
26794
  prompt: external_exports.string().optional().describe("The question shown above the note field."),
26795
26795
  required: external_exports.boolean().default(false).describe("Require a note before a unit can be closed.")
26796
26796
  }).strict().describe(
26797
- "Free-text notes attached to units. Essential for journalling games, and useful anywhere, since a log of rolls alone does not tell you what you actually made."
26797
+ "Free-text notes attached to units. Essential for journaling games, and useful anywhere, since a log of rolls alone does not tell you what you actually made."
26798
26798
  );
26799
26799
  var EndingDef = external_exports.object({
26800
26800
  id: Id.describe("Unique among endings."),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrthq/runlog",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "description": "Validate, lint, bundle and test Runlog rule packs.",
5
5
  "type": "module",
6
6
  "license": "MIT",