update testing and versioning

This commit is contained in:
nicwands
2026-03-24 13:56:03 -04:00
parent 40344e4e74
commit 771778fe4a
9 changed files with 178 additions and 1105 deletions

View File

@@ -7,7 +7,7 @@
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/nicwands/takerofnotes-plugin-sdk.git"
"url": "git+https://git.alt-tuning.co/takerofnotes/takerofnotes-plugin-sdk"
},
"files": [
"dist"
@@ -27,11 +27,12 @@
"author": "nicwands",
"license": "MIT",
"devDependencies": {
"@types/semver": "^7.7.1",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
"typescript": "^5.9.3"
},
"dependencies": {
"semver": "^7.7.4",
"zod": "^4.3.6"
}
}