@thi.ng/timestamp 1.1.2 → 1.1.3

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 (2) hide show
  1. package/CHANGELOG.md +3 -1
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:53Z
3
+ - **Last updated**: 2025-01-23T13:39:11Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
7
+ Only versions published since **2022-01-01** are listed here.
8
+ Please consult the Git history for older version information.
7
9
  See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
10
 
9
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/timestamp",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Timestamp getter wrapping (in order of preference) `process.hrtime.bigint()`, `performance.now()` or `Date.now()`",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,10 +40,9 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "^7.48.1",
44
43
  "esbuild": "^0.24.2",
45
44
  "typedoc": "^0.27.6",
46
- "typescript": "^5.7.2"
45
+ "typescript": "^5.7.3"
47
46
  },
48
47
  "keywords": [
49
48
  "benchmark",
@@ -77,5 +76,5 @@
77
76
  "thi.ng": {
78
77
  "year": 2018
79
78
  },
80
- "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
79
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
81
80
  }