@hebcal/geo-sqlite 5.0.6 → 5.1.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.
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! @hebcal/geo-sqlite v5.0.6 */
1
+ /*! @hebcal/geo-sqlite v5.1.0 */
2
2
  import Database from 'better-sqlite3';
3
3
  import { Location, Locale } from '@hebcal/core';
4
4
  import '@hebcal/cities';
package/package.json CHANGED
@@ -1,17 +1,15 @@
1
1
  {
2
2
  "name": "@hebcal/geo-sqlite",
3
- "version": "5.0.6",
3
+ "version": "5.1.0",
4
4
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
5
5
  "keywords": [
6
6
  "hebcal"
7
7
  ],
8
8
  "description": "Hebcal ES6 interface to GeoNames and USA ZIP code SQLite databases",
9
- "main": "./dist/index.cjs",
10
9
  "module": "./dist/index.mjs",
11
10
  "type": "module",
12
11
  "exports": {
13
12
  "import": "./dist/index.mjs",
14
- "require": "./dist/index.cjs",
15
13
  "types": "./geo-sqlite.d.ts"
16
14
  },
17
15
  "bin": {
@@ -38,10 +36,10 @@
38
36
  ],
39
37
  "dependencies": {
40
38
  "@hebcal/cities": "^5.0.1",
41
- "@hebcal/core": "^5.4.11",
42
- "better-sqlite3": "^11.1.2",
43
- "pino": "^9.3.2",
44
- "pino-pretty": "^11.2.2",
39
+ "@hebcal/core": "^5.8.3",
40
+ "better-sqlite3": "^11.7.0",
41
+ "pino": "^9.5.0",
42
+ "pino-pretty": "^13.0.0",
45
43
  "transliteration": "^2.3.5"
46
44
  },
47
45
  "scripts": {
@@ -54,17 +52,17 @@
54
52
  },
55
53
  "license": "BSD-2-Clause",
56
54
  "devDependencies": {
57
- "@eslint/js": "^9.8.0",
58
- "@rollup/plugin-commonjs": "^26.0.1",
55
+ "@eslint/js": "^9.16.0",
56
+ "@rollup/plugin-commonjs": "^28.0.1",
59
57
  "@rollup/plugin-json": "^6.1.0",
60
- "@rollup/plugin-node-resolve": "^15.2.3",
61
- "ava": "^6.1.3",
62
- "eslint": "^9.8.0",
58
+ "@rollup/plugin-node-resolve": "^15.3.0",
59
+ "ava": "^6.2.0",
60
+ "eslint": "^9.16.0",
63
61
  "eslint-config-google": "^0.14.0",
64
- "eslint-plugin-n": "^17.10.2",
65
- "globals": "^15.9.0",
66
- "jsdoc": "^4.0.3",
67
- "jsdoc-to-markdown": "^8.0.3",
68
- "rollup": "^4.20.0"
62
+ "eslint-plugin-n": "^17.14.0",
63
+ "globals": "^15.13.0",
64
+ "jsdoc": "^4.0.4",
65
+ "jsdoc-to-markdown": "^9.1.1",
66
+ "rollup": "^4.28.1"
69
67
  }
70
68
  }