-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
7 additions
and
28 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@guildedjs/gil", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"description": "Framework for guilded.js that allows you to build bots with ease.", | ||
"author": "Zaid \"Nico\" <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@guildedjs/guilded-api-typings", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"description": "Typings for the guilded API", | ||
"author": "Zaid \"Nico\" <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "guilded.js", | ||
"version": "0.13.3", | ||
"version": "0.13.6", | ||
"description": "A Node.js library for the Guilded.gg (https://www.guilded.gg/) API written in TypeScript, usable in either JavaScript or TypeScript projects.", | ||
"author": "Zaid \"Nico\" <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -63,7 +63,7 @@ | |
"dist", | ||
"types" | ||
], | ||
"homepage": "https://github.com/guildedjs/guilded.js/tree/main/packages/guilded.js#readme", | ||
"homepage": "https://github.com/guildedjs/guilded.js/blob/main/packages/guilded.js/README.md", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/guildedjs/guilded.js.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@guildedjs/rest", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"description": "Rest structure for guilded.js", | ||
"author": "Zaid \"Nico\" <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@guildedjs/webhook-client", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "Structures and clients for webhooks in Guilded.", | ||
"author": "Zaid \"Nico\" <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@guildedjs/ws", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "Module of guilded.js that handles WS connections", | ||
"author": "Zaid \"Nico\" <[email protected]>", | ||
"license": "MIT", | ||
|