update sdk

This commit is contained in:
nicwands
2026-03-24 14:06:19 -04:00
parent eb161e99a6
commit eb52f180ba
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.2.0",
"license": "MIT",
"dependencies": {
"@takerofnotes/plugin-sdk": "^0.3.1"
"@takerofnotes/plugin-sdk": "^0.4.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0",
@@ -893,11 +893,12 @@
]
},
"node_modules/@takerofnotes/plugin-sdk": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@takerofnotes/plugin-sdk/-/plugin-sdk-0.3.1.tgz",
"integrity": "sha512-9GfPKyu1n52N00zYlLK32wdmGdc2uSd0jTj6UEixauW0TXn/7hD6SLpLRGSXcfZOJGGoi3iQk4MfjNsthe2ucw==",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@takerofnotes/plugin-sdk/-/plugin-sdk-0.4.0.tgz",
"integrity": "sha512-eAutJ1y237VHsqn95tkub37sGtChZzSIXybJKx6+qRS1ymkL9i5pptRq3Gywsi3kDj7uqT8vi7HMDF0rz9yEjg==",
"license": "MIT",
"dependencies": {
"semver": "^7.7.4",
"zod": "^4.3.6"
}
},
@@ -1494,6 +1495,18 @@
"fsevents": "~2.3.2"
}
},
"node_modules/semver": {
"version": "7.7.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/siginfo": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",