uti 7.1.4 → 7.2.0

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": "uti",
3
- "version": "7.1.4",
3
+ "version": "7.2.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "ava": "^5.3.1",
35
- "browser-ava": "^1.3.53",
35
+ "browser-ava": "^1.3.54",
36
36
  "c8": "^8.0.0",
37
37
  "documentation": "^14.0.2",
38
38
  "semantic-release": "^21.0.7",
@@ -187,6 +187,11 @@ export default [
187
187
  fileNameExtension: ".ini",
188
188
  mimeType: "zz-application/zz-winassoc-ini"
189
189
  },
190
+ {
191
+ name: "public.conf",
192
+ conformsTo: ["public.text", "public.configuration"],
193
+ fileNameExtension: ".conf"
194
+ },
190
195
  {
191
196
  name: "public.source-code",
192
197
  conformsTo: "public.plain-text"
@@ -222,6 +227,11 @@ export default [
222
227
  conformsTo: "public.source-code",
223
228
  fileNameExtension: ".s"
224
229
  },
230
+ {
231
+ name: "public.sourcemap",
232
+ conformsTo: "public.json",
233
+ fileNameExtension: ".js.map"
234
+ },
225
235
  {
226
236
  name: "com.netscape.javascript-source",
227
237
  conformsTo: ["public.source-code", "public.executable"],