@sapphire/snowflake 3.5.4-next.a4da5c44.0 → 3.5.4-next.b4ae08a3

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 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -28,7 +28,7 @@
28
28
  - [Snowflake with Discord epoch constant](#snowflake-with-discord-epoch-constant-1)
29
29
  - [Snowflake with Twitter epoch constant](#snowflake-with-twitter-epoch-constant-1)
30
30
  - [Buy us some doughnuts](#buy-us-some-doughnuts)
31
- - [Contributors](#contributors-%E2%9C%A8)
31
+ - [Contributors](#contributors)
32
32
 
33
33
  ## Description
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/snowflake",
3
- "version": "3.5.4-next.a4da5c44.0",
3
+ "version": "3.5.4-next.b4ae08a3",
4
4
  "description": "Deconstructs and generates snowflake IDs using BigInts",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -61,13 +61,13 @@
61
61
  "access": "public"
62
62
  },
63
63
  "devDependencies": {
64
- "@favware/cliff-jumper": "^3.0.1",
65
- "@vitest/coverage-v8": "^1.4.0",
64
+ "@favware/cliff-jumper": "^4.0.1",
65
+ "@vitest/coverage-v8": "^1.6.0",
66
66
  "tsup": "^8.0.2",
67
- "tsx": "^4.7.2",
68
- "typedoc": "^0.25.12",
69
- "typedoc-json-parser": "^9.0.1",
70
- "typescript": "^5.4.4",
71
- "vitest": "^1.4.0"
67
+ "tsx": "^4.11.0",
68
+ "typedoc": "^0.25.13",
69
+ "typedoc-json-parser": "^10.0.0",
70
+ "typescript": "^5.4.5",
71
+ "vitest": "^1.6.0"
72
72
  }
73
73
  }