Skip to content

Commit 2ca6bb8

Browse files
committed
chore: release
Signed-off-by: zaida04 <[email protected]>
1 parent f6f1c6c commit 2ca6bb8

File tree

5 files changed

+68
-73
lines changed

5 files changed

+68
-73
lines changed

.changeset/violet-fireants-brake.md

-5
This file was deleted.

packages/gil/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guildedjs/gil",
3-
"version": "0.3.13",
3+
"version": "0.3.14",
44
"description": "Framework for guilded.js that allows you to build bots with ease.",
55
"author": "Zaid \"Nico\" <[email protected]>",
66
"license": "MIT",
+65-65
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11
{
2-
"name": "@guildedjs/guilded-api-typings",
3-
"version": "3.0.2",
4-
"description": "Typings for the guilded API",
5-
"author": "Zaid \"Nico\" <[email protected]>",
6-
"license": "MIT",
7-
"types": "dist/index.d.ts",
8-
"main": "dist/index.js",
9-
"typedoc": {
10-
"entryPoint": "lib/index.ts"
11-
},
12-
"scripts": {
13-
"build": "tsc",
14-
"build:typecheck": "tsc --noEmit",
15-
"prepublishOnly": "rimraf dist/ && pnpm run build",
16-
"generate:ws": "openapi-typescript \"https://www.guilded.gg/api/v1/socket-open-api-schema.json\" --output lib/v1/ws.ts",
17-
"generate:rest": "openapi-typescript \"https://www.guilded.gg/api/v1/open-api-schema.json\" --output lib/v1/rest.ts"
18-
},
19-
"devDependencies": {
20-
"openapi-typescript": "^6.2.4",
21-
"typescript": "5.0.4"
22-
},
23-
"contributors": [
24-
{
25-
"name": "Zaid \"Nico\"",
26-
"email": "[email protected]",
27-
"url": "https://github.com/zaida04"
28-
},
29-
{
30-
"name": "Skillz4Killz",
31-
"email": "[email protected]",
32-
"url": "https://github.com/Skillz4Killz"
33-
},
34-
{
35-
"name": "Uhuh \"Dylan\"",
36-
"email": "[email protected]",
37-
"url": "https://github.com/uhuh"
38-
},
39-
{
40-
"name": "DaStormer",
41-
"email": "[email protected]",
42-
"url": "https://github.com/DaStormer"
43-
}
44-
],
45-
"keywords": [
46-
"guilded",
47-
"guildedjs",
48-
"guilded.js",
49-
"guilded-api",
50-
"guilded-api-wrapper",
51-
"guilded-wrapper",
52-
"guilded-api-typings"
53-
],
54-
"files": [
55-
"dist"
56-
],
57-
"homepage": "https://github.com/guildedjs/guilded.js/tree/main/packages/guilded-api-typings#readme",
58-
"repository": {
59-
"type": "git",
60-
"url": "git+https://github.com/guildedjs/guilded.js.git"
61-
},
62-
"bugs": {
63-
"url": "https://github.com/guildedjs/guilded.js/issues"
64-
},
65-
"gitHead": "eee38a19e0bfa812d7136cc78a6bc99e0b402b0c"
66-
}
2+
"name": "@guildedjs/guilded-api-typings",
3+
"version": "4.0.0",
4+
"description": "Typings for the guilded API",
5+
"author": "Zaid \"Nico\" <[email protected]>",
6+
"license": "MIT",
7+
"types": "dist/index.d.ts",
8+
"main": "dist/index.js",
9+
"typedoc": {
10+
"entryPoint": "lib/index.ts"
11+
},
12+
"scripts": {
13+
"build": "tsc",
14+
"build:typecheck": "tsc --noEmit",
15+
"prepublishOnly": "rimraf dist/ && pnpm run build",
16+
"generate:ws": "openapi-typescript \"https://www.guilded.gg/api/v1/socket-open-api-schema.json\" --output lib/v1/ws.ts",
17+
"generate:rest": "openapi-typescript \"https://www.guilded.gg/api/v1/open-api-schema.json\" --output lib/v1/rest.ts"
18+
},
19+
"devDependencies": {
20+
"openapi-typescript": "^6.2.4",
21+
"typescript": "5.0.4"
22+
},
23+
"contributors": [
24+
{
25+
"name": "Zaid \"Nico\"",
26+
"email": "[email protected]",
27+
"url": "https://github.com/zaida04"
28+
},
29+
{
30+
"name": "Skillz4Killz",
31+
"email": "[email protected]",
32+
"url": "https://github.com/Skillz4Killz"
33+
},
34+
{
35+
"name": "Uhuh \"Dylan\"",
36+
"email": "[email protected]",
37+
"url": "https://github.com/uhuh"
38+
},
39+
{
40+
"name": "DaStormer",
41+
"email": "[email protected]",
42+
"url": "https://github.com/DaStormer"
43+
}
44+
],
45+
"keywords": [
46+
"guilded",
47+
"guildedjs",
48+
"guilded.js",
49+
"guilded-api",
50+
"guilded-api-wrapper",
51+
"guilded-wrapper",
52+
"guilded-api-typings"
53+
],
54+
"files": [
55+
"dist"
56+
],
57+
"homepage": "https://github.com/guildedjs/guilded.js/tree/main/packages/guilded-api-typings#readme",
58+
"repository": {
59+
"type": "git",
60+
"url": "git+https://github.com/guildedjs/guilded.js.git"
61+
},
62+
"bugs": {
63+
"url": "https://github.com/guildedjs/guilded.js/issues"
64+
},
65+
"gitHead": "eee38a19e0bfa812d7136cc78a6bc99e0b402b0c"
66+
}

packages/guilded.js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "guilded.js",
3-
"version": "0.20.2",
3+
"version": "0.20.3",
44
"description": "A Node.js library for the Guilded.gg (https://www.guilded.gg/) API written in TypeScript, usable in either JavaScript or TypeScript projects.",
55
"author": "Zaid \"Nico\" <[email protected]>",
66
"license": "MIT",

packages/ws/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guildedjs/ws",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "Module of guilded.js that handles WS connections",
55
"author": "Zaid \"Nico\" <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)