5etools-utils 0.12.3 → 0.12.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.12.3",
3
+ "version": "0.12.4",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.10.21",
3
+ "version": "1.10.22",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -514,6 +514,12 @@
514
514
  "item": {
515
515
  "$ref": "items.json#/properties/item"
516
516
  },
517
+ "foundryItem": {
518
+ "$ref": "foundry-items.json#/properties/item"
519
+ },
520
+ "foundryMagicvariant": {
521
+ "$ref": "foundry-items.json#/properties/magicvariant"
522
+ },
517
523
  "itemGroup": {
518
524
  "$ref": "items.json#/properties/itemGroup"
519
525
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.10.21",
3
+ "version": "1.10.22",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -512,6 +512,12 @@
512
512
  "item": {
513
513
  "$ref": "items.json#/properties/item"
514
514
  },
515
+ "foundryItem": {
516
+ "$ref": "foundry-items.json#/properties/item"
517
+ },
518
+ "foundryMagicvariant": {
519
+ "$ref": "foundry-items.json#/properties/magicvariant"
520
+ },
515
521
  "itemGroup": {
516
522
  "$ref": "items.json#/properties/itemGroup"
517
523
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.10.21",
3
+ "version": "1.10.22",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -514,6 +514,12 @@
514
514
  "item": {
515
515
  "$ref": "items.json#/properties/item"
516
516
  },
517
+ "foundryItem": {
518
+ "$ref": "foundry-items.json#/properties/item"
519
+ },
520
+ "foundryMagicvariant": {
521
+ "$ref": "foundry-items.json#/properties/magicvariant"
522
+ },
517
523
  "itemGroup": {
518
524
  "$ref": "items.json#/properties/itemGroup"
519
525
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.10.21",
3
+ "version": "1.10.22",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -512,6 +512,12 @@
512
512
  "item": {
513
513
  "$ref": "items.json#/properties/item"
514
514
  },
515
+ "foundryItem": {
516
+ "$ref": "foundry-items.json#/properties/item"
517
+ },
518
+ "foundryMagicvariant": {
519
+ "$ref": "foundry-items.json#/properties/magicvariant"
520
+ },
515
521
  "itemGroup": {
516
522
  "$ref": "items.json#/properties/itemGroup"
517
523
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.10.21",
3
+ "version": "1.10.22",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -514,6 +514,12 @@
514
514
  "item": {
515
515
  "$ref": "items.json#/properties/item"
516
516
  },
517
+ "foundryItem": {
518
+ "$ref": "foundry-items.json#/properties/item"
519
+ },
520
+ "foundryMagicvariant": {
521
+ "$ref": "foundry-items.json#/properties/magicvariant"
522
+ },
517
523
  "itemGroup": {
518
524
  "$ref": "items.json#/properties/itemGroup"
519
525
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.10.21",
3
+ "version": "1.10.22",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -512,6 +512,12 @@
512
512
  "item": {
513
513
  "$ref": "items.json#/properties/item"
514
514
  },
515
+ "foundryItem": {
516
+ "$ref": "foundry-items.json#/properties/item"
517
+ },
518
+ "foundryMagicvariant": {
519
+ "$ref": "foundry-items.json#/properties/magicvariant"
520
+ },
515
521
  "itemGroup": {
516
522
  "$ref": "items.json#/properties/itemGroup"
517
523
  },