@sapphire/timestamp 1.0.4-next.1e73db92 → 1.0.4-next.1e7d2dec

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/README.md +0 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -7,7 +7,6 @@
7
7
  **Timestamp utilities for JavaScript.**
8
8
 
9
9
  [![GitHub](https://img.shields.io/github/license/sapphiredev/utilities)](https://github.com/sapphiredev/utilities/blob/main/LICENSE.md)
10
- [![codecov](https://codecov.io/gh/sapphiredev/utilities/branch/main/graph/badge.svg?token=OEGIV6RFDO)](https://codecov.io/gh/sapphiredev/utilities)
11
10
  [![npm bundle size](https://img.shields.io/bundlephobia/min/@sapphire/timestamp?logo=webpack&style=flat-square)](https://bundlephobia.com/result?p=@sapphire/timestamp)
12
11
  [![npm](https://img.shields.io/npm/v/@sapphire/timestamp?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/@sapphire/timestamp)
13
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/timestamp",
3
- "version": "1.0.4-next.1e73db92",
3
+ "version": "1.0.4-next.1e7d2dec",
4
4
  "description": "A timestamp utility library for JavaScript.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -31,7 +31,7 @@
31
31
  "prepack": "yarn build",
32
32
  "bump": "cliff-jumper",
33
33
  "check-update": "cliff-jumper --dry-run",
34
- "gen-index": "tsx ../../scripts/gen-index.cts -w timestamp"
34
+ "gen-index": "tsx ../../scripts/gen-index.cts timestamp --write"
35
35
  },
36
36
  "repository": {
37
37
  "type": "git",
@@ -63,13 +63,13 @@
63
63
  "access": "public"
64
64
  },
65
65
  "devDependencies": {
66
- "@favware/cliff-jumper": "^4.0.2",
67
- "@vitest/coverage-v8": "^2.0.3",
68
- "tsup": "^8.2.1",
69
- "tsx": "^4.16.2",
66
+ "@favware/cliff-jumper": "^4.1.0",
67
+ "@vitest/coverage-v8": "^2.1.2",
68
+ "tsup": "^8.3.0",
69
+ "tsx": "^4.19.1",
70
70
  "typedoc": "^0.25.13",
71
71
  "typedoc-json-parser": "^10.0.0",
72
72
  "typescript": "~5.4.5",
73
- "vitest": "^2.0.3"
73
+ "vitest": "^2.1.2"
74
74
  }
75
75
  }