From f47ea2c367d96e3762e4bb2daca844ac448f0899 Mon Sep 17 00:00:00 2001 From: renxia Date: Mon, 25 Dec 2023 16:16:34 +0800 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 35 ++++++++++++++++++----------------- 2 files changed, 30 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ad481..9a76728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.0](https://github.com/lzwme/get-physical-address/compare/v1.0.5...v1.1.0) (2023-12-25) + + +### Features + +* 新增 getArpTable 方法 ([02fac9b](https://github.com/lzwme/get-physical-address/commit/02fac9bce34fadf4b503d6236a5a7c93e0c40d0c)) + + +### Bug Fixes + +* 新增 vEthernet 虚拟网卡关键字 ([0973735](https://github.com/lzwme/get-physical-address/commit/0973735a49d35ff32f6541c3ed6d950433273832)) + ### [1.0.5](https://github.com/lzwme/get-physical-address/compare/v1.0.4...v1.0.5) (2023-07-12) ### Bug Fixes diff --git a/package.json b/package.json index 9d315a7..ea048bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lzwme/get-physical-address", - "version": "1.0.5", + "version": "1.1.0", "description": "Try get the physical address(hardware MAC address) of the hosts network interfaces. Filter the virtual machine network card, VPN virtual network card, etc., and return the real MAC address information of the physical network card.", "main": "cjs/index.js", "module": "esm/index.js", @@ -38,6 +38,7 @@ "fix": "run-s fix:*", "fix:prettier": "prettier \"src/**/*.ts\" --write", "fix:lint": "eslint src --ext .ts --fix", + "lint": "flh --eslint --tscheck --prettier", "test": "run-s test:*", "test:lint": "eslint src --ext .ts", "test:prettier": "prettier \"src/**/*.ts\" --list-different", @@ -72,29 +73,29 @@ }, "devDependencies": { "@jest/core": "^29", - "@lzwme/fed-lint-helper": "^2.3.4", - "@swc/core": "^1.3.70", - "@swc/jest": "^0.2.26", - "@types/eslint": "^8.44.0", - "@types/jest": "^29.5.3", + "@lzwme/fed-lint-helper": "^2.5.1", + "@swc/core": "^1.3.101", + "@swc/jest": "^0.2.29", + "@types/eslint": "^8.56.0", + "@types/jest": "^29.5.11", "@types/node": "^20", - "@typescript-eslint/eslint-plugin": "^6.1.0", - "@typescript-eslint/parser": "^6.1.0", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "console-log-colors": "^0.4.0", - "eslint": "^8.45.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-jest": "^27.2.3", - "eslint-plugin-prettier": "^5.0.0", - "eslint-plugin-unicorn": "^48.0.0", + "eslint": "^8.56.0", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-jest": "^27.6.0", + "eslint-plugin-prettier": "^5.1.2", + "eslint-plugin-unicorn": "^50.0.1", "husky": "^8.0.3", "iconv-lite": "^0.6.3", "jest": "^29", "npm-run-all": "^4.1.5", - "prettier": "^3.0.0", + "prettier": "^3.1.1", "standard-version": "^9.5.0", - "ts-node": "^10.9.1", - "typedoc": "^0.24.8", - "typescript": "^5.1.6" + "ts-node": "^10.9.2", + "typedoc": "^0.25.4", + "typescript": "^5.3.3" }, "packageManager": "pnpm@8.0.0" }