@thi.ng/date 3.0.0 → 3.0.2

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
@@ -8,7 +8,7 @@
8
8
 
9
9
  > [!NOTE]
10
10
 
11
- > This is one of 216 standalone projects. LLM-free, human-made and
11
+ > This is one of 217 standalone projects. LLM-free, human-made and
12
12
  > cared for software, maintained as part of the
13
13
  > [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
14
14
  > anti-framework.
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": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "Datetime types, relative dates, math, iterators, composable formatters, locales",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,13 +40,13 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.27",
44
- "@thi.ng/checks": "^3.10.1",
45
- "@thi.ng/strings": "^3.12.9"
43
+ "@thi.ng/api": "^8.12.28",
44
+ "@thi.ng/checks": "^3.11.1",
45
+ "@thi.ng/strings": "^3.12.10"
46
46
  },
47
47
  "devDependencies": {
48
- "esbuild": "^0.28.1",
49
- "typedoc": "^0.28.19",
48
+ "esbuild": "^0.28.2",
49
+ "typedoc": "^0.28.20",
50
50
  "typescript": "^6.0.3"
51
51
  },
52
52
  "keywords": [
@@ -135,5 +135,5 @@
135
135
  "thi.ng": {
136
136
  "year": 2020
137
137
  },
138
- "gitHead": "febee81fd8b59e5e330a6e6521a2667ed5401a3d"
138
+ "gitHead": "57ce96457ee0b8de5b17f9d371e6707780c64bd7"
139
139
  }