@rickosborne/hexgrid 2026.2.12 → 2026.2.13
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 +9 -9
package/package.json
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
"url": "https://rickosborne.org"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@rickosborne/foundation": "2026.2.
|
|
8
|
-
"@rickosborne/guard": "2026.2.
|
|
9
|
-
"@rickosborne/typical": "2026.2.
|
|
7
|
+
"@rickosborne/foundation": "2026.2.13",
|
|
8
|
+
"@rickosborne/guard": "2026.2.13",
|
|
9
|
+
"@rickosborne/typical": "2026.2.13"
|
|
10
10
|
},
|
|
11
11
|
"description": "Rick Osborne's collection of hexagonal grid-related code.",
|
|
12
12
|
"engines": {
|
|
@@ -364,12 +364,12 @@
|
|
|
364
364
|
},
|
|
365
365
|
"git": {
|
|
366
366
|
"authorName": "Rick Osborne",
|
|
367
|
-
"commitDateISO": "2026-02-11T04:
|
|
368
|
-
"commitHash": "
|
|
369
|
-
"commitLink": "https://github.com/rickosborne/es-js-ts/commits/
|
|
370
|
-
"parentHash": "
|
|
367
|
+
"commitDateISO": "2026-02-11T04:45:50.000Z",
|
|
368
|
+
"commitHash": "827e111993b3094417e8e8be10f6606ec5f5b460",
|
|
369
|
+
"commitLink": "https://github.com/rickosborne/es-js-ts/commits/827e111993b3094417e8e8be10f6606ec5f5b460",
|
|
370
|
+
"parentHash": "5ad735203b18e3e7d99912ed9e9bcee7491d56de",
|
|
371
371
|
"signingKeyId": "8e61c433fe39d4a4679ce1d5b873fb3c48464f3c",
|
|
372
|
-
"tag": "v2026.2.
|
|
372
|
+
"tag": "v2026.2.13"
|
|
373
373
|
},
|
|
374
374
|
"homepage": "https://github.com/rickosborne/es-js-ts",
|
|
375
375
|
"keywords": [
|
|
@@ -394,5 +394,5 @@
|
|
|
394
394
|
},
|
|
395
395
|
"types": "./index.d.ts",
|
|
396
396
|
"typings": "./index.d.ts",
|
|
397
|
-
"version": "2026.2.
|
|
397
|
+
"version": "2026.2.13"
|
|
398
398
|
}
|