@discordjs/collection
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -322,2 +322,3 @@ export interface CollectionConstructor { | ||
sorted(compareFunction?: Comparator<K, V>): Collection<K, V>; | ||
toJSON(): V[]; | ||
private static defaultSort; | ||
@@ -324,0 +325,0 @@ } |
{ | ||
"name": "@discordjs/collection", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Utility data structure used in Discord.js", | ||
@@ -41,24 +41,24 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"@babel/preset-env": "^7.12.11", | ||
"@babel/preset-typescript": "^7.12.7", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-angular": "^11.0.0", | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.21", | ||
"@typescript-eslint/eslint-plugin": "^4.13.0", | ||
"@typescript-eslint/parser": "^4.13.0", | ||
"@babel/cli": "^7.14.8", | ||
"@babel/core": "^7.14.8", | ||
"@babel/preset-env": "^7.14.8", | ||
"@babel/preset-typescript": "^7.14.5", | ||
"@commitlint/cli": "^13.1.0", | ||
"@commitlint/config-angular": "^13.1.0", | ||
"@types/jest": "^26.0.24", | ||
"@types/node": "^16.4.8", | ||
"@typescript-eslint/eslint-plugin": "^4.28.5", | ||
"@typescript-eslint/parser": "^4.28.5", | ||
"discord.js-docgen": "discordjs/docgen#ts-patch", | ||
"eslint": "^7.17.0", | ||
"eslint-config-marine": "^8.1.0", | ||
"eslint-config-prettier": "^7.1.0", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint": "^7.32.0", | ||
"eslint-config-marine": "^9.0.6", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"husky": "^4.3.7", | ||
"jest": "^26.6.3", | ||
"jest": "^27.0.6", | ||
"jsdoc-babel": "^0.5.0", | ||
"lint-staged": "^10.5.3", | ||
"prettier": "^2.2.1", | ||
"lint-staged": "^11.1.1", | ||
"prettier": "^2.3.2", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.1.3" | ||
"typescript": "^4.3.5" | ||
}, | ||
@@ -65,0 +65,0 @@ "husky": { |
Sorry, the diff of this file is too big to display
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
97039
706