reset version/package

This commit is contained in:
nicwands
2026-02-25 22:12:30 -05:00
parent 6ec688b994
commit 8a0b27992c
3 changed files with 17 additions and 17 deletions

22
package-lock.json generated
View File

@@ -9,8 +9,8 @@
"version": "1.6.0",
"license": "MIT",
"dependencies": {
"gray-matter": "^4.0.3",
"takerofnotes-plugin-sdk": "^0.4.0"
"@takerofnotes/plugin-sdk": "^0.1.0",
"gray-matter": "^4.0.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0",
@@ -450,6 +450,15 @@
"win32"
]
},
"node_modules/@takerofnotes/plugin-sdk": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@takerofnotes/plugin-sdk/-/plugin-sdk-0.1.0.tgz",
"integrity": "sha512-ofhwwiQ59kNMEg2vvYoNq5JdXHB9/6TkDsbyroM5nsP/VPUvJSQ5g0UWCYBhteSzJ36iFUB+LtUwVt6gOXDClw==",
"license": "MIT",
"dependencies": {
"zod": "^4.3.6"
}
},
"node_modules/@types/estree": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
@@ -794,15 +803,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/takerofnotes-plugin-sdk": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/takerofnotes-plugin-sdk/-/takerofnotes-plugin-sdk-0.4.0.tgz",
"integrity": "sha512-C1bXun19Zh603Aq/7sEI4c3dZ8QEUiz51ikDPJm5g+JWoQkH77OH6AY19SN+eOKnqEmY1yw3JYEVd//mJ06UAA==",
"license": "MIT",
"dependencies": {
"zod": "^4.3.6"
}
},
"node_modules/zod": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",