@sapphire/duration 1.1.0-next.b0e3112.0 → 1.1.0-next.b25cdbe.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -255,6 +255,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
255
255
  <tr>
256
256
  <td align="center"><a href="https://www.goestav.com/"><img src="https://avatars.githubusercontent.com/u/27970303?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Goestav</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=goestav" title="Code">💻</a></td>
257
257
  <td align="center"><a href="https://github.com/didinele"><img src="https://avatars.githubusercontent.com/u/27137376?v=4?s=100" width="100px;" alt=""/><br /><sub><b>DD</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=didinele" title="Code">💻</a></td>
258
+ <td align="center"><a href="https://steamcommunity.com/id/06000208"><img src="https://avatars.githubusercontent.com/u/52764066?v=4?s=100" width="100px;" alt=""/><br /><sub><b>amber</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=06000208" title="Code">💻</a></td>
258
259
  </tr>
259
260
  </table>
260
261
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/duration",
3
- "version": "1.1.0-next.b0e3112.0",
3
+ "version": "1.1.0-next.b25cdbe.0",
4
4
  "description": "A time duration utility library for JavaScript.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -57,12 +57,12 @@
57
57
  "access": "public"
58
58
  },
59
59
  "devDependencies": {
60
- "@favware/cliff-jumper": "^1.8.8",
61
- "@vitest/coverage-c8": "^0.25.1",
62
- "tsup": "^6.4.0",
63
- "typedoc": "^0.23.20",
64
- "typedoc-json-parser": "^7.0.1",
65
- "typescript": "^4.8.4",
66
- "vitest": "^0.25.1"
60
+ "@favware/cliff-jumper": "^1.9.0",
61
+ "@vitest/coverage-c8": "^0.26.2",
62
+ "tsup": "^6.5.0",
63
+ "typedoc": "^0.23.23",
64
+ "typedoc-json-parser": "^7.0.2",
65
+ "typescript": "^4.9.4",
66
+ "vitest": "^0.26.2"
67
67
  }
68
68
  }