@discordjs/collection
Advanced tools
Comparing version 0.7.0 to 0.8.0-dev.1654387868-10009a4
{ | ||
"name": "@discordjs/collection", | ||
"version": "0.7.0", | ||
"version": "0.8.0-dev.1654387868-10009a4", | ||
"description": "Utility data structure used in discord.js", | ||
"scripts": { | ||
"test": "jest --pass-with-no-tests", | ||
"build": "tsup", | ||
"lint": "prettier --check . && eslint src __tests__ --ext mjs,js,ts", | ||
"format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix", | ||
"docs": "typedoc --json docs/typedoc-out.json src/index.ts && node scripts/docs.mjs", | ||
"docs": "typedoc --json docs/typedoc-out.json src/index.ts && ts-docgen -i docs/typedoc-out.json -c docs/index.yml -o docs/docs.json", | ||
"prepublishOnly": "yarn build && yarn lint && yarn test", | ||
@@ -51,7 +50,3 @@ "changelog": "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/collection/*'" | ||
"devDependencies": { | ||
"@babel/core": "^7.18.2", | ||
"@babel/preset-env": "^7.18.2", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@discordjs/ts-docgen": "^0.4.1", | ||
"@types/jest": "^28.1.0", | ||
"@discordjs/scripts": "^0.1.0-dev", | ||
"@types/node": "^16.11.38", | ||
@@ -64,3 +59,2 @@ "@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"jest": "^28.1.0", | ||
"prettier": "^2.6.2", | ||
@@ -76,3 +70,4 @@ "tsup": "^6.0.1", | ||
"access": "public" | ||
} | ||
}, | ||
"stableVersion": "0.8.0-dev" | ||
} |
@@ -33,5 +33,9 @@ <div align="center"> | ||
- [Documentation](https://discord.js.org/#/docs/collection) | ||
- [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide)) | ||
See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library. | ||
- [discord.js Discord server](https://discord.gg/djs) | ||
- [Discord API Discord server](https://discord.gg/discord-api) | ||
- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/collection) | ||
- [npm](https://www.npmjs.com/package/@discordjs/collection) | ||
- [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries) | ||
@@ -38,0 +42,0 @@ ## Contributing |
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
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
134952
12
51