skopix 2.0.72 → 2.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/commands/dashboard.js +1 -0
- package/package.json +1 -1
- package/web/app/index.html +1 -0
|
@@ -3803,6 +3803,7 @@ async function saveSavedUrls(urls) {
|
|
|
3803
3803
|
await fs.ensureDir(path.dirname(file));
|
|
3804
3804
|
await fs.writeFile(file, yaml.stringify(urls));
|
|
3805
3805
|
}
|
|
3806
|
+
const LIBRARY_FILE = () => path.join(os.homedir(), '.skopix', 'step-library.yaml');
|
|
3806
3807
|
const LIBRARY_PENDING_FILE = () => path.join(os.homedir(), '.skopix', 'step-library-pending.yaml');
|
|
3807
3808
|
|
|
3808
3809
|
async function listPendingSteps() {
|
package/package.json
CHANGED
package/web/app/index.html
CHANGED