zotero-plugin-scaffold 0.8.7 → 0.8.8

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/dist/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { l as logger } from "./shared/scaffold-replace-Dn0wBA9W.mjs";
2
- import { a as Release, i as ExitSignals, n as Test, o as Build, r as Serve, t as Config } from "./shared/scaffold-src-CVBxl6Yv.mjs";
2
+ import { a as Release, i as ExitSignals, n as Test, o as Build, r as Serve, t as Config } from "./shared/scaffold-src-bWcaMVyt.mjs";
3
3
  import process from "node:process";
4
4
  import { readFile } from "node:fs/promises";
5
5
  import { Command } from "commander";
@@ -7,7 +7,7 @@ import { pathExists } from "fs-extra";
7
7
  import tinyUpdateNotifier from "tiny-update-notifier";
8
8
  //#region package.json
9
9
  var name = "zotero-plugin-scaffold";
10
- var version = "0.8.7";
10
+ var version = "0.8.8";
11
11
  //#endregion
12
12
  //#region src/utils/gitignore.ts
13
13
  async function checkGitIgnore() {
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { a as Release, n as Test, o as Build, r as Serve, s as defineConfig, t as Config } from "./shared/scaffold-src-CVBxl6Yv.mjs";
1
+ import { a as Release, n as Test, o as Build, r as Serve, s as defineConfig, t as Config } from "./shared/scaffold-src-bWcaMVyt.mjs";
2
2
  export { Build, Config, Release, Serve, Test, defineConfig };
@@ -4238,7 +4238,7 @@ var Test = class extends Base {
4238
4238
  });
4239
4239
  }
4240
4240
  async startZotero() {
4241
- if (this.ctx.test.headless) await prepareHeadless();
4241
+ if (this.ctx.test.headless && !process$1.env.ZOTERO_SETUP_COMPLETE) await prepareHeadless();
4242
4242
  this.zotero = new ZoteroRunner({
4243
4243
  binary: {
4244
4244
  path: this.zoteroBinPath,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zotero-plugin-scaffold",
3
3
  "type": "module",
4
- "version": "0.8.7",
4
+ "version": "0.8.8",
5
5
  "description": "A scaffold for Zotero plugin development.",
6
6
  "author": "northword",
7
7
  "license": "AGPL-3.0-or-later",