@rickosborne/rebound 2025.3.4 → 2025.3.10

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 +9 -9
package/package.json CHANGED
@@ -4,9 +4,9 @@
4
4
  "url": "https://rickosborne.org"
5
5
  },
6
6
  "dependencies": {
7
- "@rickosborne/foundation": "2025.3.4",
8
- "@rickosborne/guard": "2025.3.4",
9
- "@rickosborne/typical": "2025.3.4"
7
+ "@rickosborne/foundation": "2025.3.10",
8
+ "@rickosborne/guard": "2025.3.10",
9
+ "@rickosborne/typical": "2025.3.10"
10
10
  },
11
11
  "description": "Rick Osborne's utilities for working with bounded numbers",
12
12
  "engines": {
@@ -214,12 +214,12 @@
214
214
  },
215
215
  "git": {
216
216
  "authorName": "Rick Osborne",
217
- "commitDateISO": "2025-03-04T05:14:45.000Z",
218
- "commitHash": "6071cb511bb7f4cd0d99a077bb1affbaecb11780",
219
- "commitLink": "https://github.com/rickosborne/es-js-ts/commits/6071cb511bb7f4cd0d99a077bb1affbaecb11780",
220
- "parentHash": "f2b2d42c3564ccab51d8b3b847e89ff74ae82dd5",
217
+ "commitDateISO": "2025-03-09T18:44:13.000Z",
218
+ "commitHash": "043937eb12ffa8e96c5ee264641267d3e421f90e",
219
+ "commitLink": "https://github.com/rickosborne/es-js-ts/commits/043937eb12ffa8e96c5ee264641267d3e421f90e",
220
+ "parentHash": "894d8cb1203d8d30bde241744f812fa44e4e4be9",
221
221
  "signingKeyId": "8e61c433fe39d4a4679ce1d5b873fb3c48464f3c",
222
- "tag": "v2025.3.4"
222
+ "tag": "v2025.3.10"
223
223
  },
224
224
  "homepage": "https://github.com/rickosborne/es-js-ts",
225
225
  "keywords": [
@@ -244,5 +244,5 @@
244
244
  },
245
245
  "types": "./index.d.ts",
246
246
  "typings": "./index.d.ts",
247
- "version": "2025.3.4"
247
+ "version": "2025.3.10"
248
248
  }