5etools-utils 0.13.4 → 0.13.5

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.13.4",
3
+ "version": "0.13.5",
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": "fluff-class.json",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_subclassFluffItemData": {
@@ -117,15 +117,6 @@
117
117
  },
118
118
  "images": {
119
119
  "oneOf": [
120
- {
121
- "type": "array",
122
- "items": {
123
- "$ref": "../entry.json#/$defs/entryImage"
124
- }
125
- },
126
- {
127
- "type": "null"
128
- },
129
120
  {
130
121
  "type": "array",
131
122
  "items": {
@@ -151,9 +142,15 @@
151
142
  },
152
143
  "classSource": {
153
144
  "$ref": "../util.json#/$defs/source"
145
+ },
146
+ "_copy": {
147
+ "$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
154
148
  }
155
149
  },
156
- "additionalProperties": false
150
+ "additionalProperties": false,
151
+ "required": [
152
+ "_copy"
153
+ ]
157
154
  }
158
155
  ]
159
156
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "fluff-class.json",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_subclassFluffItemData": {
@@ -117,15 +117,6 @@
117
117
  },
118
118
  "images": {
119
119
  "oneOf": [
120
- {
121
- "type": "array",
122
- "items": {
123
- "$ref": "../entry.json#/$defs/entryImage"
124
- }
125
- },
126
- {
127
- "type": "null"
128
- },
129
120
  {
130
121
  "type": "array",
131
122
  "items": {
@@ -151,9 +142,15 @@
151
142
  },
152
143
  "classSource": {
153
144
  "$ref": "../util.json#/$defs/source"
145
+ },
146
+ "_copy": {
147
+ "$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
154
148
  }
155
149
  },
156
- "additionalProperties": false
150
+ "additionalProperties": false,
151
+ "required": [
152
+ "_copy"
153
+ ]
157
154
  }
158
155
  ]
159
156
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "fluff-class.json",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_subclassFluffItemData": {
@@ -117,15 +117,6 @@
117
117
  },
118
118
  "images": {
119
119
  "oneOf": [
120
- {
121
- "type": "array",
122
- "items": {
123
- "$ref": "../entry.json#/$defs/entryImage"
124
- }
125
- },
126
- {
127
- "type": "null"
128
- },
129
120
  {
130
121
  "type": "array",
131
122
  "items": {
@@ -151,9 +142,15 @@
151
142
  },
152
143
  "classSource": {
153
144
  "$ref": "../util.json#/$defs/source"
145
+ },
146
+ "_copy": {
147
+ "$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
154
148
  }
155
149
  },
156
- "additionalProperties": false
150
+ "additionalProperties": false,
151
+ "required": [
152
+ "_copy"
153
+ ]
157
154
  }
158
155
  ]
159
156
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "fluff-class.json",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_subclassFluffItemData": {
@@ -117,15 +117,6 @@
117
117
  },
118
118
  "images": {
119
119
  "oneOf": [
120
- {
121
- "type": "array",
122
- "items": {
123
- "$ref": "../entry.json#/$defs/entryImage"
124
- }
125
- },
126
- {
127
- "type": "null"
128
- },
129
120
  {
130
121
  "type": "array",
131
122
  "items": {
@@ -151,9 +142,15 @@
151
142
  },
152
143
  "classSource": {
153
144
  "$ref": "../util.json#/$defs/source"
145
+ },
146
+ "_copy": {
147
+ "$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
154
148
  }
155
149
  },
156
- "additionalProperties": false
150
+ "additionalProperties": false,
151
+ "required": [
152
+ "_copy"
153
+ ]
157
154
  }
158
155
  ]
159
156
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "fluff-class.json",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_subclassFluffItemData": {
@@ -117,15 +117,6 @@
117
117
  },
118
118
  "images": {
119
119
  "oneOf": [
120
- {
121
- "type": "array",
122
- "items": {
123
- "$ref": "../entry.json#/$defs/entryImage"
124
- }
125
- },
126
- {
127
- "type": "null"
128
- },
129
120
  {
130
121
  "type": "array",
131
122
  "items": {
@@ -151,9 +142,15 @@
151
142
  },
152
143
  "classSource": {
153
144
  "$ref": "../util.json#/$defs/source"
145
+ },
146
+ "_copy": {
147
+ "$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
154
148
  }
155
149
  },
156
- "additionalProperties": false
150
+ "additionalProperties": false,
151
+ "required": [
152
+ "_copy"
153
+ ]
157
154
  }
158
155
  ]
159
156
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "fluff-class.json",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_subclassFluffItemData": {
@@ -117,15 +117,6 @@
117
117
  },
118
118
  "images": {
119
119
  "oneOf": [
120
- {
121
- "type": "array",
122
- "items": {
123
- "$ref": "../entry.json#/$defs/entryImage"
124
- }
125
- },
126
- {
127
- "type": "null"
128
- },
129
120
  {
130
121
  "type": "array",
131
122
  "items": {
@@ -151,9 +142,15 @@
151
142
  },
152
143
  "classSource": {
153
144
  "$ref": "../util.json#/$defs/source"
145
+ },
146
+ "_copy": {
147
+ "$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
154
148
  }
155
149
  },
156
- "additionalProperties": false
150
+ "additionalProperties": false,
151
+ "required": [
152
+ "_copy"
153
+ ]
157
154
  }
158
155
  ]
159
156
  }