Logic for new Environment.base field

This commit is contained in:
Gregory Schier
2025-05-08 14:28:41 -07:00
parent edf65a62c2
commit a5333deb71
8 changed files with 26 additions and 43 deletions

20
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"plugins/*"
],
"dependencies": {
"@yaakapp/api": "^0.5.0"
"@yaakapp/api": "^0.5.1"
},
"devDependencies": {
"@types/node": "^22.7.4",
@@ -999,9 +999,9 @@
}
},
"node_modules/@yaakapp/api": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.5.0.tgz",
"integrity": "sha512-M0PPLGWQft+eQOOJ7ubwvRm3LTYXjAWQ8nniiqV3TkRcwa5++PteIH0OHV2L3Pei8cRQA8S25AD+RajyvFC8XQ==",
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.5.1.tgz",
"integrity": "sha512-0YFrrTJVjrnsSm9BTxSnz1pd1+Q52/CBV1QpTVtXPPqlSIwcvj7jMdwuDpSKy5G8xbaoVzTgBnW25RgKog/q7g==",
"dependencies": {
"@types/node": "^22.5.4"
}
@@ -1054,10 +1054,6 @@
"resolved": "plugins/importer-yaak",
"link": true
},
"node_modules/@yaakapp/template-function-file": {
"resolved": "plugins/template-function-file",
"link": true
},
"node_modules/@yaakapp/template-function-fs": {
"resolved": "plugins/template-function-fs",
"link": true
@@ -7196,7 +7192,8 @@
},
"plugins/template-function-file": {
"name": "@yaakapp/template-function-file",
"version": "0.0.1"
"version": "0.0.1",
"extraneous": true
},
"plugins/template-function-fs": {
"name": "@yaakapp/template-function-fs",
@@ -7225,6 +7222,11 @@
"devDependencies": {
"@types/jsonpath": "^0.2.4"
}
},
"plugins/template-function-secure": {
"name": "@yaakapp/template-function-secure",
"version": "0.0.1",
"extraneous": true
}
}
}