@sapphire/node-utilities 1.0.1-next.4ad4117.0 → 1.0.1-next.4e4c8d3.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 +1 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -142,6 +142,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
142
142
|
<tr>
|
|
143
143
|
<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>
|
|
144
144
|
<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>
|
|
145
|
+
<td align="center"><a href="https://steamcommunity.com/id/06000208"><img src="https://avatars.githubusercontent.com/u/52764066?v=4?s=100" width="100px;" alt=""/><br /><sub><b>amber</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=06000208" title="Code">💻</a></td>
|
|
145
146
|
</tr>
|
|
146
147
|
</table>
|
|
147
148
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/node-utilities",
|
|
3
|
-
"version": "1.0.1-next.
|
|
3
|
+
"version": "1.0.1-next.4e4c8d3.0",
|
|
4
4
|
"description": "Node specific JavaScript utilities for the Sapphire Community",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@favware/cliff-jumper": "^1.9.0",
|
|
59
|
-
"@vitest/coverage-c8": "^0.25.
|
|
59
|
+
"@vitest/coverage-c8": "^0.25.8",
|
|
60
60
|
"tsup": "^6.5.0",
|
|
61
|
-
"typedoc": "^0.23.
|
|
61
|
+
"typedoc": "^0.23.23",
|
|
62
62
|
"typedoc-json-parser": "^7.0.2",
|
|
63
|
-
"typescript": "^4.9.
|
|
64
|
-
"vitest": "^0.25.
|
|
63
|
+
"typescript": "^4.9.4",
|
|
64
|
+
"vitest": "^0.25.8"
|
|
65
65
|
}
|
|
66
66
|
}
|