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 +1 -1
- package/schema/brew/entry.json +4 -4
- package/schema/brew/sources-5etools.json +1 -0
- package/schema/brew/util-copy.json +3 -2
- package/schema/brew-fast/entry.json +4 -4
- package/schema/brew-fast/sources-5etools.json +1 -0
- package/schema/brew-fast/util-copy.json +3 -2
- package/schema/site/entry.json +4 -4
- package/schema/site/sources-5etools.json +1 -0
- package/schema/site/util-copy.json +3 -2
- package/schema/site-fast/entry.json +4 -4
- package/schema/site-fast/sources-5etools.json +1 -0
- package/schema/site-fast/util-copy.json +3 -2
- package/schema/ua/entry.json +4 -4
- package/schema/ua/sources-5etools.json +1 -0
- package/schema/ua/util-copy.json +3 -2
- package/schema/ua-fast/entry.json +4 -4
- package/schema/ua-fast/sources-5etools.json +1 -0
- package/schema/ua-fast/util-copy.json +3 -2
package/package.json
CHANGED
package/schema/brew/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
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": "\"
|
|
159
|
-
"markdownDescription": ""
|
|
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
|
},
|
|
@@ -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.
|
|
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.
|
|
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": "\"
|
|
159
|
-
"markdownDescription": ""
|
|
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
|
},
|
|
@@ -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.
|
|
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
|
},
|
package/schema/site/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
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": "\"
|
|
171
|
-
"markdownDescription": ""
|
|
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
|
},
|
|
@@ -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.
|
|
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.
|
|
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": "\"
|
|
171
|
-
"markdownDescription": ""
|
|
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
|
},
|
|
@@ -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.
|
|
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
|
},
|
package/schema/ua/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
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": "\"
|
|
159
|
-
"markdownDescription": ""
|
|
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
|
},
|
package/schema/ua/util-copy.json
CHANGED
|
@@ -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.
|
|
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.
|
|
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": "\"
|
|
159
|
-
"markdownDescription": ""
|
|
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
|
},
|
|
@@ -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.
|
|
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
|
},
|