@rickosborne/guard 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.
Files changed (1) hide show
  1. package/package.json +7 -8
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "url": "https://rickosborne.org"
5
5
  },
6
6
  "dependencies": {
7
- "@rickosborne/typical": "2026.2.12"
7
+ "@rickosborne/typical": "2026.2.16"
8
8
  },
9
9
  "description": "Rick Osborne's collection of type guards.",
10
10
  "engines": {
@@ -146,12 +146,11 @@
146
146
  },
147
147
  "git": {
148
148
  "authorName": "Rick Osborne",
149
- "commitDateISO": "2026-02-11T04:33:10.000Z",
150
- "commitHash": "3fc3c2db587795da87dda0eac0983efab2fb0cec",
151
- "commitLink": "https://github.com/rickosborne/es-js-ts/commits/3fc3c2db587795da87dda0eac0983efab2fb0cec",
152
- "parentHash": "299fb331f13c98f218ee4887fbc4c3025cbb2213",
153
- "signingKeyId": "8e61c433fe39d4a4679ce1d5b873fb3c48464f3c",
154
- "tag": "v2026.2.12"
149
+ "commitDateISO": "2026-02-16T18:13:37.000Z",
150
+ "commitHash": "72d2d07aba028ad4c475190c056b5e631242c7bb",
151
+ "commitLink": "https://github.com/rickosborne/es-js-ts/commits/72d2d07aba028ad4c475190c056b5e631242c7bb",
152
+ "parentHash": "38d31a198cf30896f6c95ff44871cc91cf94f5a0",
153
+ "signingKeyId": "8e61c433fe39d4a4679ce1d5b873fb3c48464f3c"
155
154
  },
156
155
  "homepage": "https://github.com/rickosborne/es-js-ts",
157
156
  "keywords": [
@@ -175,5 +174,5 @@
175
174
  },
176
175
  "types": "./index.d.ts",
177
176
  "typings": "./index.d.ts",
178
- "version": "2026.2.12"
177
+ "version": "2026.2.16"
179
178
  }