@sapphire/lexure 1.1.8-next.8bfb0191 → 1.1.8-next.98befbf8
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 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
**A powerful and fast parser for non-technical user input**
|
|
8
8
|
|
|
9
9
|
[](https://github.com/sapphiredev/utilities/blob/main/LICENSE.md)
|
|
10
|
-
[](https://codecov.io/gh/sapphiredev/utilities)
|
|
11
10
|
[](https://bundlephobia.com/lexure?p=@sapphire/lexure)
|
|
12
11
|
[](https://www.npmjs.com/package/@sapphire/lexure)
|
|
13
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/lexure",
|
|
3
|
-
"version": "1.1.8-next.
|
|
3
|
+
"version": "1.1.8-next.98befbf8",
|
|
4
4
|
"description": "Parser and utilities for non-technical user input",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"prepack": "yarn build",
|
|
32
32
|
"bump": "cliff-jumper",
|
|
33
33
|
"check-update": "cliff-jumper --dry-run",
|
|
34
|
-
"gen-index": "tsx ../../scripts/gen-index.cts
|
|
34
|
+
"gen-index": "tsx ../../scripts/gen-index.cts lexure --write"
|
|
35
35
|
},
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"@sapphire/result": "^2.6.6"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@favware/cliff-jumper": "^4.0
|
|
70
|
+
"@favware/cliff-jumper": "^4.1.0",
|
|
71
71
|
"@vitest/coverage-v8": "^2.0.5",
|
|
72
72
|
"tsup": "^8.2.4",
|
|
73
|
-
"tsx": "^4.
|
|
73
|
+
"tsx": "^4.18.0",
|
|
74
74
|
"typedoc": "^0.25.13",
|
|
75
75
|
"typedoc-json-parser": "^10.0.0",
|
|
76
76
|
"typescript": "~5.4.5",
|