curseforge-js 1.1.0 → 1.1.1
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# curseforge-js
|
|
2
2
|
|
|
3
|
-
A framework-agnostic JavaScript client for the [CurseForge API](https://docs.curseforge.com).
|
|
3
|
+
A framework-agnostic fully typed JavaScript client for the [CurseForge API](https://docs.curseforge.com/rest-api/).
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/curseforge-js)
|
|
6
6
|
[](https://www.npmjs.com/package/curseforge-js)
|
|
@@ -12,7 +12,7 @@ A framework-agnostic JavaScript client for the [CurseForge API](https://docs.cur
|
|
|
12
12
|
|
|
13
13
|
[📚 Docs](https://curseforge-js.creeperkatze.dev/) •
|
|
14
14
|
[🚀 Getting Started](https://curseforge-js.creeperkatze.dev/guide/getting-started) •
|
|
15
|
-
[📖 API Reference](https://curseforge-js.creeperkatze.dev/api
|
|
15
|
+
[📖 API Reference](https://curseforge-js.creeperkatze.dev/api) •
|
|
16
16
|
[📝 Changelog](https://github.com/creeperkatze/curseforge-js/releases)
|
|
17
17
|
|
|
18
18
|
## 📦 Installation
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "curseforge-js",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.1.1",
|
|
4
|
+
"description": "A framework-agnostic fully typed JavaScript client for the CurseForge API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|