@sapphire/bitfield 1.0.0 β†’ 1.0.1-next.0da14d1.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
@@ -295,6 +295,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
295
295
  <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>
296
296
  <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>
297
297
  <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>
298
+ <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>
299
+ <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>
300
+ </tr>
301
+ <tr>
302
+ <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>
303
+ <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>
298
304
  </tr>
299
305
  </table>
300
306
 
@@ -119,9 +119,8 @@ var SapphireBitField = (function (exports) {
119
119
 
120
120
  exports.BitField = BitField;
121
121
 
122
- Object.defineProperty(exports, '__esModule', { value: true });
123
-
124
122
  return exports;
125
123
 
126
124
  })({});
125
+ //# sourceMappingURL=out.js.map
127
126
  //# 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 });
@@ -119,4 +117,5 @@ var BitField = class {
119
117
  __name(BitField, "BitField");
120
118
 
121
119
  exports.BitField = BitField;
120
+ //# sourceMappingURL=out.js.map
122
121
  //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -115,4 +115,5 @@ var BitField = class {
115
115
  __name(BitField, "BitField");
116
116
 
117
117
  export { BitField };
118
+ //# sourceMappingURL=out.js.map
118
119
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/bitfield",
3
- "version": "1.0.0",
3
+ "version": "1.0.1-next.0da14d1.0",
4
4
  "description": "A bitfield utility library for JavaScript.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -58,11 +58,11 @@
58
58
  },
59
59
  "devDependencies": {
60
60
  "@favware/cliff-jumper": "^1.8.8",
61
- "@vitest/coverage-c8": "^0.24.3",
62
- "tsup": "^6.2.3",
63
- "typedoc": "^0.23.16",
64
- "typedoc-json-parser": "^6.0.0",
61
+ "@vitest/coverage-c8": "^0.24.5",
62
+ "tsup": "^6.4.0",
63
+ "typedoc": "^0.23.20",
64
+ "typedoc-json-parser": "^7.0.1",
65
65
  "typescript": "^4.8.4",
66
- "vitest": "^0.24.3"
66
+ "vitest": "^0.24.5"
67
67
  }
68
68
  }