ip-utilties 1.3.1 → 1.3.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ip-utilties",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -28,7 +28,7 @@
28
28
  "license": "0BSD",
29
29
  "scripts": {
30
30
  "prepare": "node --run prepare:typescript",
31
- "prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target es2024 --lib esnext -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
31
+ "prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target esnext -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
32
32
  "test": "node --run test:browser-ava && node --run test:ava",
33
33
  "test:browser-ava": "browser-ava --headless --no-keep-open tests/*-ava.mjs tests/*-ava-browser.mjs",
34
34
  "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
@@ -36,18 +36,18 @@
36
36
  "docs": "documentation readme --section=API ./src**/*.mjs",
37
37
  "lint": "node --run lint:docs && node --run lint:typescript",
38
38
  "lint:docs": "documentation lint ./src**/*.mjs",
39
- "lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
39
+ "lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
40
40
  },
41
41
  "devDependencies": {
42
- "ava": "^6.2.0",
43
- "browser-ava": "^2.3.16",
42
+ "ava": "^6.3.0",
43
+ "browser-ava": "^2.3.29",
44
44
  "c8": "^10.1.3",
45
45
  "documentation": "^14.0.3",
46
46
  "semantic-release": "^24.2.3",
47
47
  "typescript": "^5.8.3"
48
48
  },
49
49
  "engines": {
50
- "node": ">=22.14.0"
50
+ "node": ">=22.15.0"
51
51
  },
52
52
  "repository": {
53
53
  "type": "git",