uti 8.2.0 → 8.2.2

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/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015-2023 by Markus Felten
1
+ Copyright (c) 2015-2024 by Markus Felten
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uti",
3
- "version": "8.2.0",
3
+ "version": "8.2.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -22,24 +22,25 @@
22
22
  "license": "BSD-2-Clause",
23
23
  "scripts": {
24
24
  "test": "npm run test:browser-ava && npm run test:ava",
25
- "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs",
25
+ "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
26
26
  "test:browser-ava": "browser-ava --headless --no-keep-open tests/*-ava.mjs tests/*-ava-browser.mjs",
27
27
  "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
28
28
  "docs": "documentation readme --section=API ./src/**/*.mjs",
29
- "lint": "npm run lint:tsc && npm run lint:docs",
29
+ "lint": "npm run lint:docs && npm run lint:tsc",
30
30
  "lint:docs": "documentation lint ./src/**/*.mjs",
31
- "lint:tsc": "tsc --allowJs --checkJs --noEmit -t esnext -m esnext --moduleResolution nodenext ./src/*.mjs"
31
+ "lint:tsc": "tsc --allowJs --checkJs --noEmit -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
32
32
  },
33
33
  "devDependencies": {
34
- "ava": "^5.3.1",
35
- "browser-ava": "^1.3.58",
36
- "c8": "^8.0.1",
37
- "documentation": "^14.0.2",
38
- "semantic-release": "^22.0.0",
39
- "typescript": "^5.2.2"
34
+ "ava": "^6.1.1",
35
+ "browser-ava": "^2.1.10",
36
+ "c8": "^9.1.0",
37
+ "documentation": "^14.0.3",
38
+ "semantic-release": "^23.0.0",
39
+ "typescript": "^5.3.3"
40
40
  },
41
41
  "engines": {
42
- "node": ">=18.18.0"
42
+ "node": ">=18.18.2",
43
+ "bun": ">=1.0.0"
43
44
  },
44
45
  "repository": {
45
46
  "type": "git",
@@ -493,10 +493,10 @@ export default [
493
493
  conformsTo: ["public.data", "public.composite-content"]
494
494
  },
495
495
  {
496
- name: "public.svg",
496
+ name: "public.svg-image",
497
497
  conformsTo: ["public.image", "public.xml"],
498
498
  mimeType: "image/svg+xml",
499
- fileNameExtension: ".svg"
499
+ fileNameExtension: [".svg", ".svgz"]
500
500
  },
501
501
  {
502
502
  name: "public.jpeg",