@sapphire/stopwatch 1.3.0 → 1.4.0-next.024dcee.0

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
@@ -118,6 +118,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
118
118
  <td align="center"><a href="https://github.com/ItsMrCube"><img src="https://avatars.githubusercontent.com/u/25201357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MrCube</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ItsMrCube" title="Code">💻</a></td>
119
119
  <td align="center"><a href="https://github.com/bitomic"><img src="https://avatars.githubusercontent.com/u/35199700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bitomic</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=bitomic" title="Code">💻</a></td>
120
120
  </tr>
121
+ <tr>
122
+ <td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">💻</a></td>
123
+ </tr>
121
124
  </table>
122
125
 
123
126
  <!-- markdownlint-restore -->
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,qBAAa,SAAS;;IACrB;;OAEG;IACI,MAAM,EAAE,MAAM,CAAC;IAYtB;;OAEG;gBACgB,MAAM,SAAI;IAM7B;;OAEG;IACH,IAAW,QAAQ,IAAI,MAAM,CAE5B;IAED;;OAEG;IACH,IAAW,OAAO,IAAI,OAAO,CAE5B;IAED;;OAEG;IACI,OAAO,IAAI,IAAI;IAMtB;;OAEG;IACI,KAAK,IAAI,IAAI;IAMpB;;OAEG;IACI,KAAK,IAAI,IAAI;IASpB;;OAEG;IACI,IAAI,IAAI,IAAI;IAKnB;;OAEG;IACI,QAAQ,IAAI,MAAM;CAMzB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/stopwatch",
3
- "version": "1.3.0",
3
+ "version": "1.4.0-next.024dcee.0",
4
4
  "description": "Accurately measure passing time.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -10,7 +10,8 @@
10
10
  "typedocMain": "src/index.ts",
11
11
  "exports": {
12
12
  "import": "./dist/index.mjs",
13
- "require": "./dist/index.js"
13
+ "require": "./dist/index.js",
14
+ "types": "./dist/index.d.ts"
14
15
  },
15
16
  "sideEffects": false,
16
17
  "homepage": "https://github.com/sapphiredev/utilities/tree/main/packages/stopwatch",
@@ -52,5 +53,5 @@
52
53
  "publishConfig": {
53
54
  "access": "public"
54
55
  },
55
- "gitHead": "ef79bbcf6ca4c4941cc60f32e211d0b138eef572"
56
+ "gitHead": "024dceec54c07ac279490a26f73cacb46f63c9a4"
56
57
  }