browser-haptic 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Emirhan Kemal Kosem emirhankemalkosem@gmail.com
3
+ Copyright (c) 2026 Emirhan Kemal Kosem emirhankemalkosem@gmail.com
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -71,4 +71,4 @@ For bugs or feature ideas, please open an issue first so we can discuss.
71
71
 
72
72
  ## License
73
73
 
74
- MIT
74
+ MIT Copyright (c) 2025 Emirhan Kemal Kosem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-haptic",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Lightweight haptic feedback for JS (Vibration API + iOS Safari switch fallback). No deps.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",