Update for standalone base environments

This commit is contained in:
Gregory Schier
2025-01-13 17:04:35 -08:00
parent f8b211be1c
commit a80a25a90e
11 changed files with 495 additions and 51 deletions

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"plugins/*"
],
"dependencies": {
"@yaakapp/api": "^0.2.16"
"@yaakapp/api": "^0.2.17"
},
"devDependencies": {
"@types/node": "^22.7.4",
@@ -1003,9 +1003,9 @@
}
},
"node_modules/@yaakapp/api": {
"version": "0.2.16",
"resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.2.16.tgz",
"integrity": "sha512-rooweCKOMsqbTdSlb4vxe3wL19PpkVualZrtWvRelnUhIPgcJR8EMVNn/K2tZfLGKOXnthZi9xgFBeARnOyuSw==",
"version": "0.2.17",
"resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.2.17.tgz",
"integrity": "sha512-4ldxDxz2x4WCl4LR/D8Z6zyQGuMhBX3c4eMGDqxCjtEd5tXWaKJYQBEdi/Hp2FG0NSPNBEtyVfZd52sGfiqBoA==",
"dependencies": {
"@types/node": "^22.5.4"
}