Skip to content

Commit 8a69f09

Browse files
author
e.khalilov
committed
0.1.4
1 parent 86e8e4e commit 8a69f09

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@e-khalilov/usb-hotplug-darwin-arm64",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"cpu": [
55
"arm64"
66
],

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@e-khalilov/usb-hotplug-darwin-x64",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"cpu": [
55
"x64"
66
],

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@e-khalilov/usb-hotplug-linux-x64-gnu",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"cpu": [
55
"x64"
66
],

npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@e-khalilov/usb-hotplug-win32-x64-msvc",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"cpu": [
55
"x64"
66
],

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "usb-hotplug",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Cross-platform USB hotplug event listener — native Node.js module powered by Rust and nusb. Zero dependencies, built-in TypeScript types, automatic event debouncing.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)