From 271a1ccdd83aeebb47a50d5a01f1836071f00117 Mon Sep 17 00:00:00 2001 From: Brian Botha Date: Wed, 2 Apr 2025 07:03:03 +1100 Subject: [PATCH 1/2] fix: fixed problem with brand --- .npmrc | 2 -- src/types.ts | 1 - 2 files changed, 3 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 7c06da2..0000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -# Enables npm link -prefix=~/.npm diff --git a/src/types.ts b/src/types.ts index 576bea2..bb06657 100644 --- a/src/types.ts +++ b/src/types.ts @@ -6,7 +6,6 @@ import type { IPv4, IPv4Mask, IPv6, IPv6Mask } from 'ip-num'; */ type Opaque = T & { readonly [brand]: K }; declare const brand: unique symbol; -export { brand }; /** * Generic callback From 1be57930b73254e95a6bf6de6062e62408d6ef21 Mon Sep 17 00:00:00 2001 From: Brian Botha Date: Wed, 2 Apr 2025 07:03:12 +1100 Subject: [PATCH 2/2] 2.0.7 --- package-lock.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index febdeff..ce9456f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@matrixai/mdns", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@matrixai/mdns", - "version": "2.0.6", + "version": "2.0.7", "license": "Apache-2.0", "dependencies": { "@matrixai/async-cancellable": "^2.0.1", @@ -51,7 +51,7 @@ "node": "^20.5.1" }, "optionalDependencies": { - "@matrixai/mdns-linux-x64": "2.0.6" + "@matrixai/mdns-linux-x64": "2.0.7" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 9fcb989..a336c42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrixai/mdns", - "version": "2.0.6", + "version": "2.0.7", "author": "Matrix AI", "contributors": [ { @@ -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",