firefox-location2 2.1.0 → 3.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -283,7 +283,7 @@ Notes:
283
283
  - [edge-location](https://github.com/cezaraugusto/edge-location)
284
284
  - [opera-location2](https://github.com/cezaraugusto/opera-location2)
285
285
  - [vivaldi-location2](https://github.com/cezaraugusto/vivaldi-location2)
286
- - [yandex-location2](https://github.com/cezaraugusto/yandex-location2)
286
+ - [yandex-location](https://github.com/cezaraugusto/yandex-location)
287
287
 
288
288
  ## License
289
289
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "https://github.com/cezaraugusto/firefox-location2.git"
6
6
  },
7
7
  "name": "firefox-location2",
8
- "version": "2.1.0",
8
+ "version": "3.0.0",
9
9
  "description": "Approximates the current location of the Firefox browser across platforms.",
10
10
  "homepage": "https://www.npmjs.com/package/firefox-location2",
11
11
  "type": "module",
@@ -29,14 +29,15 @@
29
29
  "check": "pnpm dlx @biomejs/biome@1.9.4 check --write",
30
30
  "dev": "rslib build --watch",
31
31
  "format": "pnpm dlx @biomejs/biome@1.9.4 format --write",
32
+ "pretest": "npm run build",
32
33
  "test": "vitest run --pool vmForks --poolOptions.vmForks.singleFork",
33
34
  "prepublishOnly": "npm run build",
34
35
  "publish:provenance": "np patch --no-tests --any-branch --yolo --message 'release: %s' --provenance"
35
36
  },
36
37
  "engines": {
37
- "node": ">=18 <23"
38
+ "node": ">=16"
38
39
  },
39
- "engineStrict": true,
40
+ "engineStrict": false,
40
41
  "publishConfig": {
41
42
  "provenance": true
42
43
  },