@rickosborne/guard 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 +7 -7
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "url": "https://rickosborne.org"
5
5
  },
6
6
  "dependencies": {
7
- "@rickosborne/typical": "2025.3.4"
7
+ "@rickosborne/typical": "2025.3.10"
8
8
  },
9
9
  "description": "Rick Osborne's collection of type guards.",
10
10
  "engines": {
@@ -146,12 +146,12 @@
146
146
  },
147
147
  "git": {
148
148
  "authorName": "Rick Osborne",
149
- "commitDateISO": "2025-03-04T05:14:45.000Z",
150
- "commitHash": "6071cb511bb7f4cd0d99a077bb1affbaecb11780",
151
- "commitLink": "https://github.com/rickosborne/es-js-ts/commits/6071cb511bb7f4cd0d99a077bb1affbaecb11780",
152
- "parentHash": "f2b2d42c3564ccab51d8b3b847e89ff74ae82dd5",
149
+ "commitDateISO": "2025-03-09T18:44:13.000Z",
150
+ "commitHash": "043937eb12ffa8e96c5ee264641267d3e421f90e",
151
+ "commitLink": "https://github.com/rickosborne/es-js-ts/commits/043937eb12ffa8e96c5ee264641267d3e421f90e",
152
+ "parentHash": "894d8cb1203d8d30bde241744f812fa44e4e4be9",
153
153
  "signingKeyId": "8e61c433fe39d4a4679ce1d5b873fb3c48464f3c",
154
- "tag": "v2025.3.4"
154
+ "tag": "v2025.3.10"
155
155
  },
156
156
  "homepage": "https://github.com/rickosborne/es-js-ts",
157
157
  "keywords": [
@@ -175,5 +175,5 @@
175
175
  },
176
176
  "types": "./index.d.ts",
177
177
  "typings": "./index.d.ts",
178
- "version": "2025.3.4"
178
+ "version": "2025.3.10"
179
179
  }