5etools-utils 0.14.2 → 0.14.3

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.14.2",
3
+ "version": "0.14.3",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -3,7 +3,7 @@
3
3
  "$id": "entry.json",
4
4
  "title": "Entry",
5
5
  "description": "A recursively renderable object.",
6
- "version": "1.9.13",
6
+ "version": "1.9.14",
7
7
  "$defs": {
8
8
  "_arrayOfSpell": {
9
9
  "type": "array",
@@ -155,12 +155,12 @@
155
155
  },
156
156
  "url": {
157
157
  "type": "string",
158
- "description": "\"uri-reference\" is unsuitable for brew, as it requires URL-encoding \"'\" (see: https://www.ietf.org/rfc/rfc3986.txt)",
159
- "markdownDescription": ""uri-reference" is unsuitable for brew, as it requires URL-encoding "'" (see: https://www.ietf.org/rfc/rfc3986.txt)",
158
+ "description": "Restrict the usage of:\n\n- Site URLs -- these should be `\"internal\"` URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
159
+ "markdownDescription": "Restrict the usage of:\n\n- Site URLs -- these should be "internal" URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
160
160
  "minLength": 3,
161
161
  "pattern": "^https?://",
162
162
  "not": {
163
- "pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+)/"
163
+ "pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+|i\\.imgur\\.com|imgur\\.com)/"
164
164
  }
165
165
  }
166
166
  },
@@ -126,6 +126,7 @@
126
126
  "DrDe-SD",
127
127
  "DrDe-ACfaS",
128
128
  "DrDe-DotSC",
129
+ "HotB",
129
130
  "TD",
130
131
  "Screen",
131
132
  "ScreenWildernessKit",
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-copy.json",
4
4
  "title": "Util: Copy",
5
- "version": "1.0.7",
5
+ "version": "1.0.8",
6
6
  "$defs": {
7
7
  "_mod_renameArr_rename": {
8
8
  "type": "object",
@@ -1109,7 +1109,8 @@
1109
1109
  "required": [
1110
1110
  "_abstract",
1111
1111
  "_implementations"
1112
- ]
1112
+ ],
1113
+ "additionalProperties": false
1113
1114
  }
1114
1115
  ]
1115
1116
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "entry.json",
4
4
  "title": "Entry",
5
5
  "description": "A recursively renderable object.",
6
- "version": "1.9.13",
6
+ "version": "1.9.14",
7
7
  "$defs": {
8
8
  "_arrayOfSpell": {
9
9
  "type": "array",
@@ -155,12 +155,12 @@
155
155
  },
156
156
  "url": {
157
157
  "type": "string",
158
- "description": "\"uri-reference\" is unsuitable for brew, as it requires URL-encoding \"'\" (see: https://www.ietf.org/rfc/rfc3986.txt)",
159
- "markdownDescription": ""uri-reference" is unsuitable for brew, as it requires URL-encoding "'" (see: https://www.ietf.org/rfc/rfc3986.txt)",
158
+ "description": "Restrict the usage of:\n\n- Site URLs -- these should be `\"internal\"` URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
159
+ "markdownDescription": "Restrict the usage of:\n\n- Site URLs -- these should be "internal" URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
160
160
  "minLength": 3,
161
161
  "pattern": "^https?://",
162
162
  "not": {
163
- "pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+)/"
163
+ "pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+|i\\.imgur\\.com|imgur\\.com)/"
164
164
  }
165
165
  }
166
166
  },
@@ -126,6 +126,7 @@
126
126
  "DrDe-SD",
127
127
  "DrDe-ACfaS",
128
128
  "DrDe-DotSC",
129
+ "HotB",
129
130
  "TD",
130
131
  "Screen",
131
132
  "ScreenWildernessKit",
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-copy.json",
4
4
  "title": "Util: Copy",
5
- "version": "1.0.7",
5
+ "version": "1.0.8",
6
6
  "$defs": {
7
7
  "_mod_renameArr_rename": {
8
8
  "type": "object",
@@ -1109,7 +1109,8 @@
1109
1109
  "required": [
1110
1110
  "_abstract",
1111
1111
  "_implementations"
1112
- ]
1112
+ ],
1113
+ "additionalProperties": false
1113
1114
  }
1114
1115
  ]
1115
1116
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "entry.json",
4
4
  "title": "Entry",
5
5
  "description": "A recursively renderable object.",
6
- "version": "1.9.13",
6
+ "version": "1.9.14",
7
7
  "$defs": {
8
8
  "_arrayOfSpell": {
9
9
  "type": "array",
@@ -167,12 +167,12 @@
167
167
  },
168
168
  "url": {
169
169
  "type": "string",
170
- "description": "\"uri-reference\" is unsuitable for brew, as it requires URL-encoding \"'\" (see: https://www.ietf.org/rfc/rfc3986.txt)",
171
- "markdownDescription": ""uri-reference" is unsuitable for brew, as it requires URL-encoding "'" (see: https://www.ietf.org/rfc/rfc3986.txt)",
170
+ "description": "Restrict the usage of:\n\n- Site URLs -- these should be `\"internal\"` URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
171
+ "markdownDescription": "Restrict the usage of:\n\n- Site URLs -- these should be "internal" URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
172
172
  "format": "uri-reference",
173
173
  "pattern": "^https?://",
174
174
  "not": {
175
- "pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+)/"
175
+ "pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+|i\\.imgur\\.com|imgur\\.com)/"
176
176
  }
177
177
  }
178
178
  },
@@ -126,6 +126,7 @@
126
126
  "DrDe-SD",
127
127
  "DrDe-ACfaS",
128
128
  "DrDe-DotSC",
129
+ "HotB",
129
130
  "TD",
130
131
  "Screen",
131
132
  "ScreenWildernessKit",
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-copy.json",
4
4
  "title": "Util: Copy",
5
- "version": "1.0.7",
5
+ "version": "1.0.8",
6
6
  "$defs": {
7
7
  "_mod_renameArr_rename": {
8
8
  "type": "object",
@@ -1109,7 +1109,8 @@
1109
1109
  "required": [
1110
1110
  "_abstract",
1111
1111
  "_implementations"
1112
- ]
1112
+ ],
1113
+ "additionalProperties": false
1113
1114
  }
1114
1115
  ]
1115
1116
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "entry.json",
4
4
  "title": "Entry",
5
5
  "description": "A recursively renderable object.",
6
- "version": "1.9.13",
6
+ "version": "1.9.14",
7
7
  "$defs": {
8
8
  "_arrayOfSpell": {
9
9
  "type": "array",
@@ -167,12 +167,12 @@
167
167
  },
168
168
  "url": {
169
169
  "type": "string",
170
- "description": "\"uri-reference\" is unsuitable for brew, as it requires URL-encoding \"'\" (see: https://www.ietf.org/rfc/rfc3986.txt)",
171
- "markdownDescription": ""uri-reference" is unsuitable for brew, as it requires URL-encoding "'" (see: https://www.ietf.org/rfc/rfc3986.txt)",
170
+ "description": "Restrict the usage of:\n\n- Site URLs -- these should be `\"internal\"` URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
171
+ "markdownDescription": "Restrict the usage of:\n\n- Site URLs -- these should be "internal" URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
172
172
  "format": "uri-reference",
173
173
  "pattern": "^https?://",
174
174
  "not": {
175
- "pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+)/"
175
+ "pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+|i\\.imgur\\.com|imgur\\.com)/"
176
176
  }
177
177
  }
178
178
  },
@@ -126,6 +126,7 @@
126
126
  "DrDe-SD",
127
127
  "DrDe-ACfaS",
128
128
  "DrDe-DotSC",
129
+ "HotB",
129
130
  "TD",
130
131
  "Screen",
131
132
  "ScreenWildernessKit",
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-copy.json",
4
4
  "title": "Util: Copy",
5
- "version": "1.0.7",
5
+ "version": "1.0.8",
6
6
  "$defs": {
7
7
  "_mod_renameArr_rename": {
8
8
  "type": "object",
@@ -1109,7 +1109,8 @@
1109
1109
  "required": [
1110
1110
  "_abstract",
1111
1111
  "_implementations"
1112
- ]
1112
+ ],
1113
+ "additionalProperties": false
1113
1114
  }
1114
1115
  ]
1115
1116
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "entry.json",
4
4
  "title": "Entry",
5
5
  "description": "A recursively renderable object.",
6
- "version": "1.9.13",
6
+ "version": "1.9.14",
7
7
  "$defs": {
8
8
  "_arrayOfSpell": {
9
9
  "type": "array",
@@ -155,11 +155,11 @@
155
155
  },
156
156
  "url": {
157
157
  "type": "string",
158
- "description": "\"uri-reference\" is unsuitable for brew, as it requires URL-encoding \"'\" (see: https://www.ietf.org/rfc/rfc3986.txt)",
159
- "markdownDescription": ""uri-reference" is unsuitable for brew, as it requires URL-encoding "'" (see: https://www.ietf.org/rfc/rfc3986.txt)",
158
+ "description": "Restrict the usage of:\n\n- Site URLs -- these should be `\"internal\"` URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
159
+ "markdownDescription": "Restrict the usage of:\n\n- Site URLs -- these should be "internal" URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
160
160
  "pattern": "^https?://",
161
161
  "not": {
162
- "pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+)/"
162
+ "pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+|i\\.imgur\\.com|imgur\\.com)/"
163
163
  }
164
164
  }
165
165
  },
@@ -126,6 +126,7 @@
126
126
  "DrDe-SD",
127
127
  "DrDe-ACfaS",
128
128
  "DrDe-DotSC",
129
+ "HotB",
129
130
  "TD",
130
131
  "Screen",
131
132
  "ScreenWildernessKit",
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-copy.json",
4
4
  "title": "Util: Copy",
5
- "version": "1.0.7",
5
+ "version": "1.0.8",
6
6
  "$defs": {
7
7
  "_mod_renameArr_rename": {
8
8
  "type": "object",
@@ -1109,7 +1109,8 @@
1109
1109
  "required": [
1110
1110
  "_abstract",
1111
1111
  "_implementations"
1112
- ]
1112
+ ],
1113
+ "additionalProperties": false
1113
1114
  }
1114
1115
  ]
1115
1116
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "entry.json",
4
4
  "title": "Entry",
5
5
  "description": "A recursively renderable object.",
6
- "version": "1.9.13",
6
+ "version": "1.9.14",
7
7
  "$defs": {
8
8
  "_arrayOfSpell": {
9
9
  "type": "array",
@@ -155,11 +155,11 @@
155
155
  },
156
156
  "url": {
157
157
  "type": "string",
158
- "description": "\"uri-reference\" is unsuitable for brew, as it requires URL-encoding \"'\" (see: https://www.ietf.org/rfc/rfc3986.txt)",
159
- "markdownDescription": ""uri-reference" is unsuitable for brew, as it requires URL-encoding "'" (see: https://www.ietf.org/rfc/rfc3986.txt)",
158
+ "description": "Restrict the usage of:\n\n- Site URLs -- these should be `\"internal\"` URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
159
+ "markdownDescription": "Restrict the usage of:\n\n- Site URLs -- these should be "internal" URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
160
160
  "pattern": "^https?://",
161
161
  "not": {
162
- "pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+)/"
162
+ "pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+|i\\.imgur\\.com|imgur\\.com)/"
163
163
  }
164
164
  }
165
165
  },
@@ -126,6 +126,7 @@
126
126
  "DrDe-SD",
127
127
  "DrDe-ACfaS",
128
128
  "DrDe-DotSC",
129
+ "HotB",
129
130
  "TD",
130
131
  "Screen",
131
132
  "ScreenWildernessKit",
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-copy.json",
4
4
  "title": "Util: Copy",
5
- "version": "1.0.7",
5
+ "version": "1.0.8",
6
6
  "$defs": {
7
7
  "_mod_renameArr_rename": {
8
8
  "type": "object",
@@ -1109,7 +1109,8 @@
1109
1109
  "required": [
1110
1110
  "_abstract",
1111
1111
  "_implementations"
1112
- ]
1112
+ ],
1113
+ "additionalProperties": false
1113
1114
  }
1114
1115
  ]
1115
1116
  },