firefox-location2 2.1.0 → 2.1.1
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 +4 -3
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.
|
|
8
|
+
"version": "2.1.1",
|
|
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": ">=
|
|
38
|
+
"node": ">=16"
|
|
38
39
|
},
|
|
39
|
-
"engineStrict":
|
|
40
|
+
"engineStrict": false,
|
|
40
41
|
"publishConfig": {
|
|
41
42
|
"provenance": true
|
|
42
43
|
},
|