diff --git a/lib/Constants.ts b/lib/Constants.ts index a84c61d6..e552eafe 100644 --- a/lib/Constants.ts +++ b/lib/Constants.ts @@ -84,8 +84,6 @@ export enum UserFlags { HYPESQUAD_BALANCE = 2 ** 8, EARLY_SUPPORTER = 2 ** 9, PSEUDO_TEAM_USER = 2 ** 10, - /** @deprecated Use `IS_HUBSPOT_CONTACT`. This will be removed in `1.15.0` */ - INTERNAL_APPLICATION = 2 ** 11, /** User is registered on Discord's HubSpot customer platform, used for official Discord programs (e.g. partner) */ IS_HUBSPOT_CONTACT = 2 ** 11, /** @deprecated User is a system user (i.e. official Discord account) */ @@ -187,8 +185,6 @@ export enum ApplicationFlags { ALLOW_ACTIVITY_ACTION_JOIN_REQUEST = 2 ** 10, /** Application has limited access to the social layer SDK */ SOCIAL_LAYER_INTEGRATION_LIMITED = 2 ** 10, - /** @deprecated Use `CLOUD_GAMING_DEMO`. This will be removed in `1.15.0`. */ - RPC_HAS_CONNECTED_ACCOUNT = 2 ** 11, /** Application is trialing cloud gaming features */ CLOUD_GAMING_DEMO = 2 ** 11, /** Intent required for bots in 100 or more guilds to receive Presence Update Gateway events */ @@ -1891,8 +1887,6 @@ export enum OnboardingModes { } export enum InviteFlags { - /** @deprecated Use `IS_GUEST_INVITE`. This will be removed in `1.15.0`. */ - GUEST = 1 << 0, /** Invite grants one-time access to a voice channel in the guild */ IS_GUEST_INVITE = 1 << 0, } diff --git a/package.json b/package.json index a9dd8ff4..7b6af312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oceanic.js", - "version": "1.14.0", + "version": "1.15.0", "description": "A NodeJS library for interfacing with Discord.", "packageManager": "pnpm@10.33.0", "main": "./dist/lib/index.js", @@ -53,7 +53,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-import-newlines": "^1.4.1", "eslint-plugin-jsdoc": "^50.8.0", - "eslint-plugin-json": "^4.0.1", + "eslint-plugin-json": "^5.0.0", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-unicorn": "^56.0.1", "eslint-plugin-unused-imports": "^4.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8a1d86ef..74575707 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -81,8 +81,8 @@ importers: specifier: ^50.8.0 version: 50.8.0(eslint@8.57.1) eslint-plugin-json: - specifier: ^4.0.1 - version: 4.0.1 + specifier: ^5.0.0 + version: 5.0.0 eslint-plugin-prefer-arrow: specifier: ^1.2.3 version: 1.2.3(eslint@8.57.1) @@ -716,8 +716,8 @@ packages: peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - eslint-plugin-json@4.0.1: - resolution: {integrity: sha512-3An5ISV5dq/kHfXdNyY5TUe2ONC3yXFSkLX2gu+W8xAhKhfvrRvkSAeKXCxZqZ0KJLX15ojBuLPyj+UikQMkOA==} + eslint-plugin-json@5.0.0: + resolution: {integrity: sha512-x7YyFjvOninRJR9rsaAGFxoGNgMMLoxpxsuoPWubg3fkbWWsjdAGRzTEUZsAVz+7Ghl7n4q83UyFmCLW/v/mzg==} engines: {node: '>=18.0'} eslint-plugin-prefer-arrow@1.2.3: @@ -2484,7 +2484,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-json@4.0.1: + eslint-plugin-json@5.0.0: dependencies: lodash: 4.18.1 vscode-json-languageservice: 4.2.1