Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "shoukaku", | ||
"version": "3.0.2", | ||
"description": "A lavalink wrapper that supports almost all libraries", | ||
"version": "3.0.3", | ||
"description": "A stable and updated wrapper around Lavalink", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
"build": "tsc && npm run build:docs", | ||
"build": "tsc && npm run build:esm && npm run build:docs", | ||
"build:esm": "gen-esm-wrapper dist/index.js dist/index.mjs", | ||
"build:docs": "typedoc --theme default --readme README.md --out docs/ --entryPointStrategy expand src/.", | ||
@@ -45,2 +53,3 @@ "prepare": "tsc" | ||
"eslint": "^8.16.0", | ||
"gen-esm-wrapper": "^1.1.3", | ||
"ts-node": "^10.8.0", | ||
@@ -47,0 +56,0 @@ "typedoc": "^0.22.15", |
{ | ||
"name": "shoukaku", | ||
"version": "3.0.2", | ||
"description": "A lavalink wrapper that supports almost all libraries", | ||
"version": "3.0.3", | ||
"description": "A stable and updated wrapper around Lavalink", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
"build": "tsc && npm run build:docs", | ||
"build": "tsc && npm run build:esm && npm run build:docs", | ||
"build:esm": "gen-esm-wrapper dist/index.js dist/index.mjs", | ||
"build:docs": "typedoc --theme default --readme README.md --out docs/ --entryPointStrategy expand src/.", | ||
@@ -45,2 +53,3 @@ "prepare": "tsc" | ||
"eslint": "^8.16.0", | ||
"gen-esm-wrapper": "^1.1.3", | ||
"ts-node": "^10.8.0", | ||
@@ -47,0 +56,0 @@ "typedoc": "^0.22.15", |
@@ -27,2 +27,4 @@ ## Shoukaku | ||
✅ ESM & CommonJS supported | ||
✅ Very cute (Very Important) | ||
@@ -34,2 +36,10 @@ | ||
### Installation | ||
* Stable | ||
> npm install shoukaku | ||
* Dev | ||
> npm install https://github.com/Deivu/Shoukaku.git#master | ||
### Documentation | ||
@@ -36,0 +46,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134
13254
10
15
47
1