fcdns 0.5.6 → 0.5.9

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.
Files changed (2) hide show
  1. package/dist/cli.cjs +15652 -19889
  2. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fcdns",
3
- "version": "0.5.6",
3
+ "version": "0.5.9",
4
4
  "description": "DNS relay server with fact-checking.",
5
5
  "keywords": [
6
6
  "dns"
@@ -17,7 +17,7 @@
17
17
  "prepare": "ts-patch install -s",
18
18
  "deduplicate": "yarn-deduplicate",
19
19
  "postinstall": "patch-package",
20
- "prepublishOnly": "run-s clean build bundle",
20
+ "prepublishOnly": "run-s postinstall prepare clean build bundle",
21
21
  "lint": "eslint --ext .js,.jsx,.ts,.tsx --quiet src",
22
22
  "test": "jest --config jest.config.js",
23
23
  "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "husky": {
37
37
  "hooks": {
38
- "pre-commit": "run-s prepare clean lint build test bundle smoke",
38
+ "pre-commit": "run-s postinstall prepare clean lint build test bundle smoke",
39
39
  "commit-msg": "commitlint --env HUSKY_GIT_PARAMS"
40
40
  }
41
41
  },
@@ -67,7 +67,7 @@
67
67
  "yarn-deduplicate": "^5.0.0"
68
68
  },
69
69
  "dependencies": {
70
- "@blackglory/better-sqlite3-migrations": "^0.1.13",
70
+ "@blackglory/better-sqlite3-migrations": "^0.1.15",
71
71
  "@blackglory/errors": "^2.2.2",
72
72
  "@blackglory/prelude": "^0.1.3",
73
73
  "@blackglory/structures": "^0.6.2",