@happyvertical/geo 0.78.0 → 0.78.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/geo",
3
- "version": "0.78.0",
3
+ "version": "0.78.2",
4
4
  "description": "Standardized geographical information interface supporting Google Maps and OpenStreetMap",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -46,8 +46,8 @@
46
46
  "license": "ISC",
47
47
  "dependencies": {
48
48
  "@googlemaps/google-maps-services-js": "^3.4.2",
49
- "@happyvertical/cache": "0.78.0",
50
- "@happyvertical/utils": "0.78.0"
49
+ "@happyvertical/cache": "0.78.2",
50
+ "@happyvertical/utils": "0.78.2"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/node": "25.0.10",
@@ -57,8 +57,8 @@
57
57
  "vitest": "^4.1.5"
58
58
  },
59
59
  "scripts": {
60
- "test": "npx vitest run",
61
- "test:watch": "npx vitest",
60
+ "test": "vitest --config ../../vitest.package.config.ts run",
61
+ "test:watch": "vitest --config ../../vitest.package.config.ts",
62
62
  "build": "vite build",
63
63
  "build:watch": "vite build --watch",
64
64
  "docs": "typedoc --plugin typedoc-plugin-markdown --out docs --entryPoints ./src/index.ts --tsconfig ./tsconfig.json --excludePrivate --excludeInternal --hideGenerator --fileExtension .md --readme none --categorizeByGroup false --includeVersion false --hidePageHeader --hidePageTitle false --outputFileStrategy modules",