Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: zaida04 <zaida04@users.noreply.github.com>
  • Loading branch information
zaida04 committed May 5, 2023
1 parent f6f1c6c commit 2ca6bb8
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .changeset/violet-fireants-brake.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/gil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guildedjs/gil",
"version": "0.3.13",
"version": "0.3.14",
"description": "Framework for guilded.js that allows you to build bots with ease.",
"author": "Zaid \"Nico\" <contact@nico.engineer>",
"license": "MIT",
Expand Down
130 changes: 65 additions & 65 deletions packages/guilded-api-typings/package.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
{
"name": "@guildedjs/guilded-api-typings",
"version": "3.0.2",
"description": "Typings for the guilded API",
"author": "Zaid \"Nico\" <contact@nico.engineer>",
"license": "MIT",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"typedoc": {
"entryPoint": "lib/index.ts"
},
"scripts": {
"build": "tsc",
"build:typecheck": "tsc --noEmit",
"prepublishOnly": "rimraf dist/ && pnpm run build",
"generate:ws": "openapi-typescript \"https://www.guilded.gg/api/v1/socket-open-api-schema.json\" --output lib/v1/ws.ts",
"generate:rest": "openapi-typescript \"https://www.guilded.gg/api/v1/open-api-schema.json\" --output lib/v1/rest.ts"
},
"devDependencies": {
"openapi-typescript": "^6.2.4",
"typescript": "5.0.4"
},
"contributors": [
{
"name": "Zaid \"Nico\"",
"email": "contact@nico.engineer",
"url": "https://github.com/zaida04"
},
{
"name": "Skillz4Killz",
"email": "guildedjs@drskillz.33mail.com",
"url": "https://github.com/Skillz4Killz"
},
{
"name": "Uhuh \"Dylan\"",
"email": "dylan@panku.io",
"url": "https://github.com/uhuh"
},
{
"name": "DaStormer",
"email": "dastormer@stormdevelopmentz.xyz",
"url": "https://github.com/DaStormer"
}
],
"keywords": [
"guilded",
"guildedjs",
"guilded.js",
"guilded-api",
"guilded-api-wrapper",
"guilded-wrapper",
"guilded-api-typings"
],
"files": [
"dist"
],
"homepage": "https://github.com/guildedjs/guilded.js/tree/main/packages/guilded-api-typings#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/guildedjs/guilded.js.git"
},
"bugs": {
"url": "https://github.com/guildedjs/guilded.js/issues"
},
"gitHead": "eee38a19e0bfa812d7136cc78a6bc99e0b402b0c"
}
"name": "@guildedjs/guilded-api-typings",
"version": "4.0.0",
"description": "Typings for the guilded API",
"author": "Zaid \"Nico\" <contact@nico.engineer>",
"license": "MIT",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"typedoc": {
"entryPoint": "lib/index.ts"
},
"scripts": {
"build": "tsc",
"build:typecheck": "tsc --noEmit",
"prepublishOnly": "rimraf dist/ && pnpm run build",
"generate:ws": "openapi-typescript \"https://www.guilded.gg/api/v1/socket-open-api-schema.json\" --output lib/v1/ws.ts",
"generate:rest": "openapi-typescript \"https://www.guilded.gg/api/v1/open-api-schema.json\" --output lib/v1/rest.ts"
},
"devDependencies": {
"openapi-typescript": "^6.2.4",
"typescript": "5.0.4"
},
"contributors": [
{
"name": "Zaid \"Nico\"",
"email": "contact@nico.engineer",
"url": "https://github.com/zaida04"
},
{
"name": "Skillz4Killz",
"email": "guildedjs@drskillz.33mail.com",
"url": "https://github.com/Skillz4Killz"
},
{
"name": "Uhuh \"Dylan\"",
"email": "dylan@panku.io",
"url": "https://github.com/uhuh"
},
{
"name": "DaStormer",
"email": "dastormer@stormdevelopmentz.xyz",
"url": "https://github.com/DaStormer"
}
],
"keywords": [
"guilded",
"guildedjs",
"guilded.js",
"guilded-api",
"guilded-api-wrapper",
"guilded-wrapper",
"guilded-api-typings"
],
"files": [
"dist"
],
"homepage": "https://github.com/guildedjs/guilded.js/tree/main/packages/guilded-api-typings#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/guildedjs/guilded.js.git"
},
"bugs": {
"url": "https://github.com/guildedjs/guilded.js/issues"
},
"gitHead": "eee38a19e0bfa812d7136cc78a6bc99e0b402b0c"
}
2 changes: 1 addition & 1 deletion packages/guilded.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guilded.js",
"version": "0.20.2",
"version": "0.20.3",
"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\" <contact@nico.engineer>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guildedjs/ws",
"version": "1.6.2",
"version": "1.6.3",
"description": "Module of guilded.js that handles WS connections",
"author": "Zaid \"Nico\" <contact@nico.engineer>",
"license": "MIT",
Expand Down

0 comments on commit 2ca6bb8

Please sign in to comment.