@sapphire/snowflake 3.3.0-next.7ea90f6.0 β†’ 3.3.0-next.7fb7d2c.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
@@ -216,6 +216,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
216
216
  <td align="center"><a href="https://enes.ovh/"><img src="https://avatars.githubusercontent.com/u/61084101?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Enes GenΓ§</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=enxg" title="Code">πŸ’»</a></td>
217
217
  <td align="center"><a href="https://github.com/muchnameless"><img src="https://avatars.githubusercontent.com/u/12682826?v=4?s=100" width="100px;" alt=""/><br /><sub><b>muchnameless</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=muchnameless" title="Code">πŸ’»</a></td>
218
218
  <td align="center"><a href="https://github.com/r-priyam"><img src="https://avatars.githubusercontent.com/u/50884372?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Priyam</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=r-priyam" title="Code">πŸ’»</a></td>
219
+ <td align="center"><a href="https://github.com/legendhimslef"><img src="https://avatars.githubusercontent.com/u/69213593?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Voxelli</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=legendhimslef" title="Code">πŸ’»</a></td>
220
+ <td align="center"><a href="https://github.com/CitTheDev"><img src="https://avatars.githubusercontent.com/u/94020875?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Cit The Dev</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=CitTheDev" title="Code">πŸ’»</a></td>
221
+ </tr>
222
+ <tr>
223
+ <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>
224
+ <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>
219
225
  </tr>
220
226
  </table>
221
227
 
@@ -95,9 +95,8 @@ var SapphireSnowflake = (function (exports) {
95
95
  exports.Snowflake = Snowflake;
96
96
  exports.TwitterSnowflake = TwitterSnowflake;
97
97
 
98
- Object.defineProperty(exports, '__esModule', { value: true });
99
-
100
98
  return exports;
101
99
 
102
100
  })({});
101
+ //# sourceMappingURL=out.js.map
103
102
  //# sourceMappingURL=index.global.js.map
package/dist/index.js CHANGED
@@ -1,7 +1,5 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  var __defProp = Object.defineProperty;
6
4
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
7
5
  var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
@@ -95,4 +93,5 @@ var TwitterSnowflake = new Snowflake(1142974214000n);
95
93
  exports.DiscordSnowflake = DiscordSnowflake;
96
94
  exports.Snowflake = Snowflake;
97
95
  exports.TwitterSnowflake = TwitterSnowflake;
96
+ //# sourceMappingURL=out.js.map
98
97
  //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -89,4 +89,5 @@ var DiscordSnowflake = new Snowflake(1420070400000n);
89
89
  var TwitterSnowflake = new Snowflake(1142974214000n);
90
90
 
91
91
  export { DiscordSnowflake, Snowflake, TwitterSnowflake };
92
+ //# sourceMappingURL=out.js.map
92
93
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/snowflake",
3
- "version": "3.3.0-next.7ea90f6.0",
3
+ "version": "3.3.0-next.7fb7d2c.0",
4
4
  "description": "Deconstructs and generates snowflake IDs using BigInts",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -57,11 +57,11 @@
57
57
  },
58
58
  "devDependencies": {
59
59
  "@favware/cliff-jumper": "^1.8.8",
60
- "@vitest/coverage-c8": "^0.24.0",
61
- "tsup": "^6.2.3",
62
- "typedoc": "^0.23.15",
63
- "typedoc-json-parser": "^5.2.0",
60
+ "@vitest/coverage-c8": "^0.25.1",
61
+ "tsup": "^6.4.0",
62
+ "typedoc": "^0.23.20",
63
+ "typedoc-json-parser": "^7.0.1",
64
64
  "typescript": "^4.8.4",
65
- "vitest": "^0.24.0"
65
+ "vitest": "^0.25.1"
66
66
  }
67
67
  }