zotero-plugin 3.2.1 → 3.3.1

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/bin/branches.js CHANGED
@@ -37,7 +37,7 @@
37
37
  "node_modules/dotenv/package.json"(exports, module) {
38
38
  module.exports = {
39
39
  name: "dotenv",
40
- version: "16.4.5",
40
+ version: "16.4.7",
41
41
  description: "Loads environment variables from .env file",
42
42
  main: "lib/main.js",
43
43
  types: "lib/main.d.ts",
@@ -58,10 +58,9 @@
58
58
  scripts: {
59
59
  "dts-check": "tsc --project tests/types/tsconfig.json",
60
60
  lint: "standard",
61
- "lint-readme": "standard-markdown",
62
61
  pretest: "npm run lint && npm run dts-check",
63
- test: "tap tests/*.js --100 -Rspec",
64
- "test:coverage": "tap --coverage-report=lcov",
62
+ test: "tap run --allow-empty-coverage --disable-coverage --timeout=60000",
63
+ "test:coverage": "tap run --show-full-coverage --timeout=60000 --coverage-report=lcov",
65
64
  prerelease: "npm test",
66
65
  release: "standard-version"
67
66
  },
@@ -82,15 +81,12 @@
82
81
  readmeFilename: "README.md",
83
82
  license: "BSD-2-Clause",
84
83
  devDependencies: {
85
- "@definitelytyped/dtslint": "^0.0.133",
86
84
  "@types/node": "^18.11.3",
87
- decache: "^4.6.1",
85
+ decache: "^4.6.2",
88
86
  sinon: "^14.0.1",
89
87
  standard: "^17.0.0",
90
- "standard-markdown": "^7.1.0",
91
88
  "standard-version": "^9.5.0",
92
- tap: "^16.3.0",
93
- tar: "^6.1.11",
89
+ tap: "^19.2.0",
94
90
  typescript: "^4.8.4"
95
91
  },
96
92
  engines: {