Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrixai/mdns",
"version": "2.0.6",
"version": "2.0.7",
"author": "Matrix AI",
"contributors": [
{
Expand Down Expand Up @@ -62,7 +62,7 @@
"ip-num": "^1.5.1"
},
"optionalDependencies": {
"@matrixai/mdns-linux-x64": "2.0.6"
"@matrixai/mdns-linux-x64": "2.0.7"
},
"devDependencies": {
"@fast-check/jest": "^2.1.0",
Expand Down
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import type { IPv4, IPv4Mask, IPv6, IPv6Mask } from 'ip-num';
*/
type Opaque<K extends string, T> = T & { readonly [brand]: K };
declare const brand: unique symbol;
export { brand };

/**
* Generic callback
Expand Down
Loading