-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abd79ce
commit 7b72962
Showing
7 changed files
with
385 additions
and
364 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@juit/lib-ping", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"type": "module", | ||
"description": "Rootless ICMPv4/ICMPv6 Ping library for NodeJS", | ||
"main": "./dist/index.cjs", | ||
|
@@ -45,10 +45,10 @@ | |
"author": "Juit Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@plugjs/build": "^0.3.0", | ||
"@types/node": "^18.15.5", | ||
"@plugjs/build": "^0.4.0", | ||
"@types/node": "^18.15.13", | ||
"node-gyp": "^9.3.1", | ||
"typescript": "^5.0.2" | ||
"typescript": "^5.0.4" | ||
}, | ||
"directories": { | ||
"test": "test" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"verbatimModuleSyntax": true, | ||
}, | ||
"include": [ | ||
"./src", | ||
"./build.ts", | ||
"./src", | ||
], | ||
} |