@discordjs/collection
Advanced tools
Comparing version 0.8.0-dev.1654519693-fba9710 to 0.8.0-dev.1654560558-5475767
{ | ||
"name": "@discordjs/collection", | ||
"version": "0.8.0-dev.1654519693-fba9710", | ||
"version": "0.8.0-dev.1654560558-5475767", | ||
"description": "Utility data structure used in discord.js", | ||
@@ -11,3 +11,4 @@ "scripts": { | ||
"prepublishOnly": "yarn build && yarn lint && yarn test", | ||
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/collection/*'" | ||
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/collection/*'", | ||
"release": "cliff-jumper" | ||
}, | ||
@@ -52,5 +53,6 @@ "main": "./dist/index.js", | ||
"@discordjs/scripts": "^0.1.0-dev", | ||
"@favware/cliff-jumper": "^1.8.3", | ||
"@types/node": "^16.11.38", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"@typescript-eslint/parser": "^5.27.0", | ||
"@typescript-eslint/eslint-plugin": "^5.27.1", | ||
"@typescript-eslint/parser": "^5.27.1", | ||
"eslint": "^8.17.0", | ||
@@ -61,3 +63,3 @@ "eslint-config-marine": "^9.4.1", | ||
"prettier": "^2.6.2", | ||
"tsup": "^6.0.1", | ||
"tsup": "^6.1.0", | ||
"typedoc": "^0.22.17", | ||
@@ -64,0 +66,0 @@ "typescript": "^4.7.3" |
135022
13