feat: verbose plugin version checks

This commit is contained in:
Aleksi Lassila
2025-02-12 18:49:00 +02:00
parent 77cb5d6192
commit 673ef550d3
4 changed files with 15 additions and 7 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "@aleksilassila/reiverr-plugin",
"version": "2.0.0",
"version": "2.1.0",
"main": "dist/src/index",
"types": "./dist/src/index.d.ts",
"scripts": {
"build": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {},
"types": "./dist/index.d.ts",
"description": "",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"