fcdns 0.4.4 → 0.4.5
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.cjs +3 -2
- package/package.json +2 -1
package/dist/cli.cjs
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
1
3
|
/******/ (() => { // webpackBootstrap
|
|
2
4
|
/******/ var __webpack_modules__ = ([
|
|
3
5
|
/* 0 */,
|
|
@@ -54713,7 +54715,7 @@ exports.parseServerInfo = parseServerInfo;
|
|
|
54713
54715
|
/***/ ((module) => {
|
|
54714
54716
|
|
|
54715
54717
|
"use strict";
|
|
54716
|
-
module.exports = JSON.parse('{"name":"fcdns","version":"0.4.
|
|
54718
|
+
module.exports = JSON.parse('{"name":"fcdns","version":"0.4.5","description":"DNS relay server with fact-checking.","keywords":["dns"],"bin":"dist/cli.cjs","files":["dist"],"repository":"git@github.com:BlackGlory/fcdns.git","author":"BlackGlory <woshenmedoubuzhidao@blackglory.me>","license":"MIT","scripts":{"deduplicate":"yarn-deduplicate","postinstall":"patch-package","prepublishOnly":"run-s clean build bundle","lint":"eslint --ext .js,.jsx,.ts,.tsx --quiet src","test":"jest --config jest.config.js","test:debug":"node --inspect-brk node_modules/.bin/jest --runInBand","test:coverage":"jest --coverage --config jest.config.js","clean":"rimraf lib dist","build":"run-s build:*","build:compile":"tsc --project tsconfig.build.json","build:patch":"tscpaths --project tsconfig.build.json --src ./src --out ./lib","bundle":"webpack --stats-error-details","smoke":"node dist/cli.cjs --help","release":"standard-version"},"husky":{"hooks":{"pre-commit":"run-s clean lint build test bundle smoke","commit-msg":"commitlint --env HUSKY_GIT_PARAMS"}},"devDependencies":{"@commitlint/cli":"^17.0.3","@commitlint/config-conventional":"^17.0.3","@types/jest":"^27.4.1","@types/node":"14","@types/ping":"^0.4.1","@typescript-eslint/eslint-plugin":"^5.30.7","@typescript-eslint/parser":"^5.30.7","eslint":"^8.20.0","husky":"4","internet-number":"^3.0.2","jest":"^27.5.1","npm-run-all":"^4.1.5","rimraf":"^3.0.2","standard-version":"^9.5.0","ts-jest":"^27.1.4","tsconfig-paths":"^3.14.1","tscpaths":"^0.0.9","typescript":"^4.7.4","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-shebang-plugin":"^1.1.7","yarn-deduplicate":"^5.0.0"},"dependencies":{"@blackglory/errors":"^2.2.1","@blackglory/go":"^1.1.1","@blackglory/types":"^1.2.1","address-range":"^0.2.9","chalk":"^4.1.2","commander":"^9.4.0","extra-filesystem":"^0.4.4","extra-logger":"^0.6.8","extra-promise":"^2.3.0","iterable-operator":"^1.1.0","native-node-dns":"0.7.6","native-node-dns-packet":"0.1.5","patch-package":"^6.4.7","ping":"^0.4.2","return-style":"^1.0.0"}}');
|
|
54717
54719
|
|
|
54718
54720
|
/***/ })
|
|
54719
54721
|
/******/ ]);
|
|
@@ -54773,7 +54775,6 @@ var __webpack_exports__ = {};
|
|
|
54773
54775
|
(() => {
|
|
54774
54776
|
"use strict";
|
|
54775
54777
|
var exports = __webpack_exports__;
|
|
54776
|
-
//#!/usr/bin/env node
|
|
54777
54778
|
|
|
54778
54779
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
54779
54780
|
const commander_1 = __webpack_require__(1);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fcdns",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
4
4
|
"description": "DNS relay server with fact-checking.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dns"
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"typescript": "^4.7.4",
|
|
56
56
|
"webpack": "^5.74.0",
|
|
57
57
|
"webpack-cli": "^4.10.0",
|
|
58
|
+
"webpack-shebang-plugin": "^1.1.7",
|
|
58
59
|
"yarn-deduplicate": "^5.0.0"
|
|
59
60
|
},
|
|
60
61
|
"dependencies": {
|