@thi.ng/date 2.8.5 → 2.8.8

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/README.md CHANGED
@@ -7,9 +7,11 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 215 standalone projects, maintained as part
11
- > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
- > and anti-framework.
10
+
11
+ > This is one of 215 standalone projects. LLM-free, human-made and
12
+ > cared for software, maintained as part of the
13
+ > [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
14
+ > anti-framework.
13
15
  >
14
16
  > 🚀 Please help me to work full-time on these projects by [sponsoring
15
17
  > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
package/datetime.d.ts CHANGED
@@ -118,5 +118,5 @@ export declare const ensureDateTime: (x: MaybeDate, prec?: Precision) => DateTim
118
118
  *
119
119
  * @param x -
120
120
  */
121
- export declare const maybeIsDate: (x: any) => x is string | number | Date | DateTime;
121
+ export declare const maybeIsDate: (x: any) => x is string | number | DateTime | Date;
122
122
  //# sourceMappingURL=datetime.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/date",
3
- "version": "2.8.5",
3
+ "version": "2.8.8",
4
4
  "description": "Datetime types, relative dates, math, iterators, composable formatters, locales",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,14 +40,14 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.21",
44
- "@thi.ng/checks": "^3.9.1",
45
- "@thi.ng/strings": "^3.12.3"
43
+ "@thi.ng/api": "^8.12.24",
44
+ "@thi.ng/checks": "^3.9.4",
45
+ "@thi.ng/strings": "^3.12.6"
46
46
  },
47
47
  "devDependencies": {
48
48
  "esbuild": "^0.28.0",
49
- "typedoc": "^0.28.18",
50
- "typescript": "^5.9.3"
49
+ "typedoc": "^0.28.19",
50
+ "typescript": "^6.0.3"
51
51
  },
52
52
  "keywords": [
53
53
  "datastructure",
@@ -135,5 +135,5 @@
135
135
  "thi.ng": {
136
136
  "year": 2020
137
137
  },
138
- "gitHead": "dcaa4e2beb427e434a68cba1259a9bf9983a569a"
138
+ "gitHead": "b302822c51b2ab255f8f27f8dd010433d95f29df"
139
139
  }