update sdk

This commit is contained in:
nicwands
2026-03-24 14:04:37 -04:00
parent 0b795fb796
commit 69d690c23f
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.1.0", "version": "0.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@takerofnotes/plugin-sdk": "^0.2.0" "@takerofnotes/plugin-sdk": "^0.4.0"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-commonjs": "^29.0.0",
@@ -782,11 +782,12 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@takerofnotes/plugin-sdk": { "node_modules/@takerofnotes/plugin-sdk": {
"version": "0.2.0", "version": "0.4.0",
"resolved": "https://registry.npmjs.org/@takerofnotes/plugin-sdk/-/plugin-sdk-0.2.0.tgz", "resolved": "https://registry.npmjs.org/@takerofnotes/plugin-sdk/-/plugin-sdk-0.4.0.tgz",
"integrity": "sha512-6Ll+EnO/9B51jf3tKXGkByj9lRTodYJogIuCJ1xh7uTxorJ5tcpBXv49dtXNYmGYEtpVt80G26/kQzm3J54DoA==", "integrity": "sha512-eAutJ1y237VHsqn95tkub37sGtChZzSIXybJKx6+qRS1ymkL9i5pptRq3Gywsi3kDj7uqT8vi7HMDF0rz9yEjg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"semver": "^7.7.4",
"zod": "^4.3.6" "zod": "^4.3.6"
} }
}, },
@@ -1597,6 +1598,18 @@
"fsevents": "~2.3.2" "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": { "node_modules/siginfo": {
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz", "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",

View File

@@ -17,7 +17,7 @@
"license": "MIT", "license": "MIT",
"description": "Taker of Notes storage plugin for the browser using IndexedDB", "description": "Taker of Notes storage plugin for the browser using IndexedDB",
"dependencies": { "dependencies": {
"@takerofnotes/plugin-sdk": "^0.2.0" "@takerofnotes/plugin-sdk": "^0.4.0"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-commonjs": "^29.0.0",