@rickosborne/rebound 2026.2.12 → 2026.2.16
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 -10
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.16",
|
|
8
|
+
"@rickosborne/guard": "2026.2.16",
|
|
9
|
+
"@rickosborne/typical": "2026.2.16"
|
|
10
10
|
},
|
|
11
11
|
"description": "Rick Osborne's utilities for working with bounded numbers",
|
|
12
12
|
"engines": {
|
|
@@ -214,12 +214,11 @@
|
|
|
214
214
|
},
|
|
215
215
|
"git": {
|
|
216
216
|
"authorName": "Rick Osborne",
|
|
217
|
-
"commitDateISO": "2026-02-
|
|
218
|
-
"commitHash": "
|
|
219
|
-
"commitLink": "https://github.com/rickosborne/es-js-ts/commits/
|
|
220
|
-
"parentHash": "
|
|
221
|
-
"signingKeyId": "8e61c433fe39d4a4679ce1d5b873fb3c48464f3c"
|
|
222
|
-
"tag": "v2026.2.12"
|
|
217
|
+
"commitDateISO": "2026-02-16T18:13:37.000Z",
|
|
218
|
+
"commitHash": "72d2d07aba028ad4c475190c056b5e631242c7bb",
|
|
219
|
+
"commitLink": "https://github.com/rickosborne/es-js-ts/commits/72d2d07aba028ad4c475190c056b5e631242c7bb",
|
|
220
|
+
"parentHash": "38d31a198cf30896f6c95ff44871cc91cf94f5a0",
|
|
221
|
+
"signingKeyId": "8e61c433fe39d4a4679ce1d5b873fb3c48464f3c"
|
|
223
222
|
},
|
|
224
223
|
"homepage": "https://github.com/rickosborne/es-js-ts",
|
|
225
224
|
"keywords": [
|
|
@@ -244,5 +243,5 @@
|
|
|
244
243
|
},
|
|
245
244
|
"types": "./index.d.ts",
|
|
246
245
|
"typings": "./index.d.ts",
|
|
247
|
-
"version": "2026.2.
|
|
246
|
+
"version": "2026.2.16"
|
|
248
247
|
}
|