geohash-kit 1.0.0 → 1.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/README.md +8 -2
- package/package.json +2 -1
- /package/{LICENCE → LICENSE} +0 -0
package/README.md
CHANGED
|
@@ -3,10 +3,12 @@
|
|
|
3
3
|
**The modern TypeScript geohash toolkit — encode, decode, cover polygons, and discover location-based Nostr events.**
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/geohash-kit)
|
|
6
|
-
[](
|
|
6
|
+
[](https://github.com/TheCryptoDonkey/geohash-kit/blob/main/LICENSE)
|
|
7
7
|

|
|
8
8
|

|
|
9
9
|
|
|
10
|
+
**[Interactive Demo](https://thecryptodonkey.github.io/geohash-kit/)** — try every API function on a live map.
|
|
11
|
+
|
|
10
12
|
## Why geohash-kit?
|
|
11
13
|
|
|
12
14
|
- **Modern TypeScript** — native types, ESM-only, tree-shakeable subpath exports. Zero dependencies. A drop-in replacement for `ngeohash`.
|
|
@@ -247,4 +249,8 @@ See [llms.txt](./llms.txt) for a concise API summary, or [llms-full.txt](./llms-
|
|
|
247
249
|
|
|
248
250
|
## Licence
|
|
249
251
|
|
|
250
|
-
[MIT](
|
|
252
|
+
[MIT](https://github.com/TheCryptoDonkey/geohash-kit/blob/main/LICENSE)
|
|
253
|
+
|
|
254
|
+
## Support
|
|
255
|
+
|
|
256
|
+
For issues and feature requests, see [GitHub Issues](https://github.com/TheCryptoDonkey/geohash-kit/issues).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "geohash-kit",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Modern TypeScript geohash toolkit — encode, decode, cover polygons, and build Nostr filters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"files": [
|
|
62
62
|
"dist",
|
|
63
|
+
"LICENSE",
|
|
63
64
|
"llms.txt",
|
|
64
65
|
"llms-full.txt"
|
|
65
66
|
]
|
/package/{LICENCE → LICENSE}
RENAMED
|
File without changes
|