@discordjs/opus
Advanced tools
Comparing version 0.8.0 to 0.9.0
{ | ||
"extends": "aqua/prettier/node" | ||
"extends": ["neon/common", "neon/node", "neon/prettier"] | ||
} |
@@ -0,4 +1,5 @@ | ||
const { resolve } = require('node:path'); | ||
const { find } = require('@discordjs/node-pre-gyp'); | ||
const { resolve } = require('path'); | ||
// eslint-disable-next-line import/no-dynamic-require | ||
module.exports = require(find(resolve(__dirname, '..', 'package.json'))); |
{ | ||
"name": "@discordjs/opus", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Opus bindings for Node", | ||
@@ -12,4 +12,4 @@ "main": "lib/index.js", | ||
"build": "node-pre-gyp install build package", | ||
"lint": "eslint lib", | ||
"lint:fix": "eslint lib --fix" | ||
"lint": "prettier --check . && eslint lib --format=pretty", | ||
"lint:fix": "prettier --write . && eslint lib --fix --format=pretty" | ||
}, | ||
@@ -30,14 +30,14 @@ "keywords": [ | ||
"dependencies": { | ||
"@discordjs/node-pre-gyp": "^0.4.4", | ||
"@discordjs/node-pre-gyp": "^0.4.5", | ||
"node-addon-api": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.0.1", | ||
"eslint": "^8.19.0", | ||
"eslint-config-aqua": "^9.2.1", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"node-gyp": "^9.0.0", | ||
"prism-media": "^1.3.2", | ||
"typescript": "^4.7.4" | ||
"@types/node": "^18.11.2", | ||
"eslint": "^8.25.0", | ||
"eslint-config-neon": "^0.1.39", | ||
"eslint-formatter-pretty": "^4.1.0", | ||
"node-gyp": "^9.3.0", | ||
"prettier": "^2.7.1", | ||
"prism-media": "^1.3.4", | ||
"typescript": "^4.8.4" | ||
}, | ||
@@ -44,0 +44,0 @@ "engines": { |
# @discordjs/opus [](https://github.com/discordjs/opus/actions?query=workflow%3ABuild) [](https://github.com/discordjs/opus/actions?query=workflow%3APrebuild) | ||
> Native bindings to libopus v1.3 | ||
@@ -19,2 +20,3 @@ | ||
## Platform support | ||
⚠ Node.js 12.0.0 or newer is required. | ||
@@ -21,0 +23,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5142006
414
853
29