5etools-utils 0.4.10 → 0.4.11

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.4.10",
3
+ "version": "0.4.11",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "encounters.json",
4
- "version": "1.2.5",
4
+ "version": "1.3.0",
5
5
  "title": "EncounterArray",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -37,8 +37,8 @@
37
37
  "maxlvl": {
38
38
  "type": "integer"
39
39
  },
40
- "diceType": {
41
- "type": "integer"
40
+ "diceExpression": {
41
+ "type": "string"
42
42
  },
43
43
  "rollAttitude": {
44
44
  "type": "boolean"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "names.json",
4
- "version": "1.2.3",
4
+ "version": "1.3.0",
5
5
  "title": "NameArray",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -31,8 +31,8 @@
31
31
  "option": {
32
32
  "type": "string"
33
33
  },
34
- "diceType": {
35
- "type": "integer"
34
+ "diceExpression": {
35
+ "type": "string"
36
36
  },
37
37
  "table": {
38
38
  "type": "array",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "encounters.json",
4
- "version": "1.2.5",
4
+ "version": "1.3.0",
5
5
  "title": "EncounterArray",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -37,8 +37,8 @@
37
37
  "maxlvl": {
38
38
  "type": "integer"
39
39
  },
40
- "diceType": {
41
- "type": "integer"
40
+ "diceExpression": {
41
+ "type": "string"
42
42
  },
43
43
  "rollAttitude": {
44
44
  "type": "boolean"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "names.json",
4
- "version": "1.2.3",
4
+ "version": "1.3.0",
5
5
  "title": "NameArray",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -31,8 +31,8 @@
31
31
  "option": {
32
32
  "type": "string"
33
33
  },
34
- "diceType": {
35
- "type": "integer"
34
+ "diceExpression": {
35
+ "type": "string"
36
36
  },
37
37
  "table": {
38
38
  "type": "array",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "encounters.json",
4
- "version": "1.2.5",
4
+ "version": "1.3.0",
5
5
  "title": "EncounterArray",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -37,8 +37,8 @@
37
37
  "maxlvl": {
38
38
  "type": "integer"
39
39
  },
40
- "diceType": {
41
- "type": "integer"
40
+ "diceExpression": {
41
+ "type": "string"
42
42
  },
43
43
  "rollAttitude": {
44
44
  "type": "boolean"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "names.json",
4
- "version": "1.2.3",
4
+ "version": "1.3.0",
5
5
  "title": "NameArray",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -31,8 +31,8 @@
31
31
  "option": {
32
32
  "type": "string"
33
33
  },
34
- "diceType": {
35
- "type": "integer"
34
+ "diceExpression": {
35
+ "type": "string"
36
36
  },
37
37
  "table": {
38
38
  "type": "array",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "encounters.json",
4
- "version": "1.2.5",
4
+ "version": "1.3.0",
5
5
  "title": "EncounterArray",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -37,8 +37,8 @@
37
37
  "maxlvl": {
38
38
  "type": "integer"
39
39
  },
40
- "diceType": {
41
- "type": "integer"
40
+ "diceExpression": {
41
+ "type": "string"
42
42
  },
43
43
  "rollAttitude": {
44
44
  "type": "boolean"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "names.json",
4
- "version": "1.2.3",
4
+ "version": "1.3.0",
5
5
  "title": "NameArray",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -31,8 +31,8 @@
31
31
  "option": {
32
32
  "type": "string"
33
33
  },
34
- "diceType": {
35
- "type": "integer"
34
+ "diceExpression": {
35
+ "type": "string"
36
36
  },
37
37
  "table": {
38
38
  "type": "array",