From b3cdd6300210bb376f74306bece4fe82f77727e5 Mon Sep 17 00:00:00 2001 From: Donovan Daniels Date: Fri, 19 Jan 2024 19:16:45 -0600 Subject: [PATCH] 1.9.0 --- package.json | 4 ++-- pnpm-lock.yaml | 2 +- static/typedoc.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a1a7d621..681a89a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oceanic.js", - "version": "1.8.1", + "version": "1.9.0", "description": "A NodeJS library for interfacing with Discord.", "main": "./dist/lib/index.js", "types": "./dist/lib/index.d.ts", @@ -58,7 +58,7 @@ "eslint-plugin-unicorn": "^50.0.1", "eslint-plugin-unused-imports": "^3.0.0", "rimraf": "^5.0.5", - "typedoc": "^0.25.7", + "typedoc": "0.25.7", "typedoc-plugin-extras": "3.0.0", "typedoc-plugin-mdn-links": "^3.1.12", "typedoc-plugin-merge-modules": "^5.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c87a4071..014e9585 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -72,7 +72,7 @@ devDependencies: specifier: ^5.0.5 version: 5.0.5 typedoc: - specifier: ^0.25.7 + specifier: 0.25.7 version: 0.25.7(typescript@5.3.3) typedoc-plugin-extras: specifier: 3.0.0 diff --git a/static/typedoc.json b/static/typedoc.json index b30f4f2b..7bf9bc11 100644 --- a/static/typedoc.json +++ b/static/typedoc.json @@ -23,5 +23,5 @@ "favicon": "./static/favicon.ico", "titleLink": "https://docs.oceanic.ws", "mergeModulesMergeMode": "project", - "groupOrder": ["*", "Namespaces"] + "kindSortOrder": ["Class", "Namespace"] }