@sapphire/lexure 1.1.2 β†’ 1.1.3-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
@@ -135,6 +135,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
135
135
  <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>
136
136
  <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>
137
137
  <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>
138
+ <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>
139
+ <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>
140
+ </tr>
141
+ <tr>
142
+ <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>
143
+ <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>
138
144
  </tr>
139
145
  </table>
140
146
 
@@ -1193,9 +1193,8 @@ var SapphireLexure = (function (exports) {
1193
1193
  exports.join = join;
1194
1194
  exports.joinRaw = joinRaw;
1195
1195
 
1196
- Object.defineProperty(exports, '__esModule', { value: true });
1197
-
1198
1196
  return exports;
1199
1197
 
1200
1198
  })({});
1199
+ //# sourceMappingURL=out.js.map
1201
1200
  //# 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 result = require('@sapphire/result');
6
4
 
7
5
  var __defProp = Object.defineProperty;
@@ -545,4 +543,5 @@ exports.TokenType = TokenType;
545
543
  exports.WordParameter = WordParameter;
546
544
  exports.join = join;
547
545
  exports.joinRaw = joinRaw;
546
+ //# sourceMappingURL=out.js.map
548
547
  //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -528,4 +528,5 @@ function joinRaw(parameters) {
528
528
  __name(joinRaw, "joinRaw");
529
529
 
530
530
  export { ArgumentStream, BaseParameter, EmptyStrategy, Lexer, ParameterStream, Parser, ParserResult, PrefixedStrategy, QuotedParameter, TokenStream, TokenType, WordParameter, join, joinRaw };
531
+ //# sourceMappingURL=out.js.map
531
532
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/lexure",
3
- "version": "1.1.2",
3
+ "version": "1.1.3-next.0da14d1.0",
4
4
  "description": "Parser and utilities for non-technical user input",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -62,11 +62,11 @@
62
62
  },
63
63
  "devDependencies": {
64
64
  "@favware/cliff-jumper": "^1.8.8",
65
- "@vitest/coverage-c8": "^0.24.3",
66
- "tsup": "^6.2.3",
67
- "typedoc": "^0.23.16",
68
- "typedoc-json-parser": "^6.0.0",
65
+ "@vitest/coverage-c8": "^0.24.5",
66
+ "tsup": "^6.4.0",
67
+ "typedoc": "^0.23.20",
68
+ "typedoc-json-parser": "^7.0.1",
69
69
  "typescript": "^4.8.4",
70
- "vitest": "^0.24.3"
70
+ "vitest": "^0.24.5"
71
71
  }
72
72
  }