Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Aug 11, 2023
1 parent 9664be6 commit 7354b30
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 146 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ CONTRIBUTING.md
.vscode/
.idea/
.gitattributes
.node-version
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
use-node-version=16.16.0
publish-branch=dev
2 changes: 1 addition & 1 deletion lib/types/request-handler.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface RequestOptions {
export interface File {
/** the contents of the file */
contents: Buffer;
/** The index to use when uploading the file. You can use this to reference this specific file from `attachments`.w */
/** The index to use when uploading the file. You can use this to reference this specific file from `attachments`. */
index?: number;
/** the name of the file */
name: string;
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oceanic.js",
"version": "1.7.1",
"version": "1.8.0",
"description": "A NodeJS library for interfacing with Discord.",
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
Expand Down Expand Up @@ -43,19 +43,19 @@
"devDependencies": {
"@favware/npm-deprecate": "^1.0.7",
"@mxssfd/typedoc-theme": "^1.1.2",
"@types/node": "^20.4.0",
"@types/node": "^20.4.9",
"@types/pako": "^2.0.0",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-jsdoc": "^46.4.3",
"eslint-plugin-jsdoc": "^46.4.6",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"rimraf": "^5.0.1",
"typedoc": "^0.24.8",
"typedoc-plugin-extras": "2.3.3",
Expand All @@ -65,7 +65,7 @@
},
"dependencies": {
"tslib": "^2.6.1",
"undici": "^5.22.1",
"undici": "^5.23.0",
"ws": "^8.13.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 7354b30

Please sign in to comment.