@sapphire/ts-config 3.4.0-next.d5ead90.0 β 3.4.0-next.e5961ff.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 +7 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -235,6 +235,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
235
235
|
<td align="center"><a href="https://github.com/EvolutionX-10"><img src="https://avatars.githubusercontent.com/u/85353424?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Evo</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=EvolutionX-10" title="Code">π»</a></td>
|
|
236
236
|
<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>
|
|
237
237
|
<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>
|
|
238
|
+
<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>
|
|
239
|
+
<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>
|
|
240
|
+
<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>
|
|
241
|
+
</tr>
|
|
242
|
+
<tr>
|
|
243
|
+
<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>
|
|
244
|
+
<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>
|
|
238
245
|
</tr>
|
|
239
246
|
</table>
|
|
240
247
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/ts-config",
|
|
3
|
-
"version": "3.4.0-next.
|
|
3
|
+
"version": "3.4.0-next.e5961ff.0",
|
|
4
4
|
"description": "Shareable TypeScript configuration for the Sapphire Community",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"check-update": "cliff-jumper --dry-run"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"tslib": "^2.4.
|
|
38
|
-
"typescript": "^4.
|
|
37
|
+
"tslib": "^2.4.1",
|
|
38
|
+
"typescript": "^4.9.3"
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
41
41
|
"tsconfig.json",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@favware/cliff-jumper": "^1.
|
|
72
|
-
"@sapphire/eslint-config": "^4.3.9-next.
|
|
73
|
-
"@vitest/coverage-c8": "^0.
|
|
74
|
-
"vitest": "^0.
|
|
71
|
+
"@favware/cliff-jumper": "^1.9.0",
|
|
72
|
+
"@sapphire/eslint-config": "^4.3.9-next.e5961ff.0",
|
|
73
|
+
"@vitest/coverage-c8": "^0.25.3",
|
|
74
|
+
"vitest": "^0.25.3"
|
|
75
75
|
}
|
|
76
76
|
}
|