Skip to content

Commit

Permalink
⬆️ (package.json): upgrade @jsdoc/salty dependency to version ^0.2.8 …
Browse files Browse the repository at this point in the history
…to ensure compatibility and potentially benefit from new features or bug fixes
  • Loading branch information
skullzarmy committed Aug 15, 2024
1 parent 362f1b8 commit dafd49e
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 133 deletions.
Binary file removed bun.lockb
Binary file not shown.
229 changes: 124 additions & 105 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 29 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
{
"name": "tusk-mastodon",
"description": "Async Mastodon API client for node",
"homepage": "https://skullzarmy.github.io/Tusk/",
"version": "2.1.0",
"author": "skullzarmy",
"keywords": [
"mastodon",
"api",
"rest",
"async",
"axios",
"tusk"
],
"dependencies": {
"axios": "^1.6.1"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"main": "./lib/mastodon",
"repository": {
"type": "git",
"url": "https://github.com/skullzarmy/Tusk"
},
"scripts": {
"test": "bun test"
}
"name": "tusk-mastodon",
"description": "Async Mastodon API client for node",
"homepage": "https://skullzarmy.github.io/Tusk/",
"version": "2.1.0",
"author": "skullzarmy",
"keywords": [
"mastodon",
"api",
"rest",
"async",
"axios",
"tusk"
],
"dependencies": {
"@jsdoc/salty": "^0.2.8",
"axios": "^1.6.1"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"main": "./lib/mastodon",
"repository": {
"type": "git",
"url": "https://github.com/skullzarmy/Tusk"
},
"scripts": {
"test": "bun test"
}
}

0 comments on commit dafd49e

Please sign in to comment.