@sapphire/ts-config 5.0.2-next.f4635450.0 → 5.0.2-next.f5dc58df
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 +9 -11
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
**TypeScript configuration for all Sapphire Community repositories.**
|
|
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/result?p=@sapphire/ts-config)
|
|
12
11
|
[](https://www.npmjs.com/package/@sapphire/ts-config)
|
|
13
12
|
|
|
@@ -15,16 +14,15 @@
|
|
|
15
14
|
|
|
16
15
|
**Table of Contents**
|
|
17
16
|
|
|
18
|
-
- [
|
|
19
|
-
|
|
20
|
-
- [
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
- [Contributors](#contributors)
|
|
17
|
+
- [Installation](#installation)
|
|
18
|
+
- [Usage](#usage)
|
|
19
|
+
- [Base](#base)
|
|
20
|
+
- [Extra Strict](#extra-strict)
|
|
21
|
+
- [Decorators](#decorators)
|
|
22
|
+
- [Verbatim](#verbatim)
|
|
23
|
+
- [Bundler](#bundler)
|
|
24
|
+
- [Buy us some doughnuts](#buy-us-some-doughnuts)
|
|
25
|
+
- [Contributors](#contributors)
|
|
28
26
|
|
|
29
27
|
## Installation
|
|
30
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/ts-config",
|
|
3
|
-
"version": "5.0.2-next.
|
|
3
|
+
"version": "5.0.2-next.f5dc58df",
|
|
4
4
|
"description": "Shareable TypeScript configuration for the Sapphire Community",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"check-update": "cliff-jumper --dry-run"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"tslib": "^2.
|
|
51
|
-
"typescript": "
|
|
50
|
+
"tslib": "^2.8.1",
|
|
51
|
+
"typescript": "~5.4.5"
|
|
52
52
|
},
|
|
53
53
|
"files": [
|
|
54
54
|
"src",
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@favware/cliff-jumper": "^
|
|
84
|
-
"@sapphire/eslint-config": "^5.0.
|
|
85
|
-
"@sapphire/eslint-plugin-result": "^2.0.
|
|
86
|
-
"@vitest/coverage-v8": "^
|
|
87
|
-
"typedoc-json-parser": "^
|
|
88
|
-
"vitest": "^
|
|
83
|
+
"@favware/cliff-jumper": "^6.0.0",
|
|
84
|
+
"@sapphire/eslint-config": "^5.0.6",
|
|
85
|
+
"@sapphire/eslint-plugin-result": "^2.0.4",
|
|
86
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
87
|
+
"typedoc-json-parser": "^10.2.0",
|
|
88
|
+
"vitest": "^3.2.4"
|
|
89
89
|
}
|
|
90
90
|
}
|