@sapphire/snowflake 2.1.3 → 2.1.4
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 +0 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
- [Snowflakes with custom epoch](#snowflakes-with-custom-epoch-1)
|
|
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
|
-
- [API Documentation](#api-documentation)
|
|
31
30
|
- [Buy us some doughnuts](#buy-us-some-doughnuts)
|
|
32
31
|
- [Contributors ✨](#contributors-%E2%9C%A8)
|
|
33
32
|
|
|
@@ -157,10 +156,6 @@ const uniqueId = TwitterSnowflake.deconstruct('3971046231244935168');
|
|
|
157
156
|
|
|
158
157
|
---
|
|
159
158
|
|
|
160
|
-
## API Documentation
|
|
161
|
-
|
|
162
|
-
For the full API documentation please refer to the TypeDoc generated [documentation](https://sapphiredev.github.io/utilities/modules/_sapphire_snowflake.html).
|
|
163
|
-
|
|
164
159
|
## Buy us some doughnuts
|
|
165
160
|
|
|
166
161
|
Sapphire Community is and always will be open source, even if we don't get donations. That being said, we know there are amazing people who may still want to donate just to show their appreciation. Thank you very much in advance!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/snowflake",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"description": "Deconstructs and generates snoflake IDs using BigInts",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "4889ea35a0b081021981ff3d73e5005dd1e922ce"
|
|
56
56
|
}
|