node-native-win-utils 1.3.3 → 1.3.4

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 +2 -5
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Andrey
3
+ Copyright (c) 2023 Andrew K.
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
@@ -1,9 +1,6 @@
1
1
 
2
2
  [![License][license-src]][license-href]
3
3
 
4
- [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/ryner)
5
-
6
-
7
4
 
8
5
  #### USDT TRC20 - TYAJ3K3MZraJhWimxxeCKcJ2SYABkVsrzi
9
6
  #### USDT TON - UQDokuYZXr4OHvfslDqUoFYcp1_F8tcjQPk_TvqSSDk7SIa7
@@ -750,9 +747,9 @@ console.log("Key up:", data.keyCode, data.keyName);
750
747
 
751
748
 
752
749
  [OpenCV License](https://github.com/opencv/opencv/blob/master/LICENSE)
753
- [MIT License](https://github.com/RynerNO/node-native-win-utils/blob/main/LICENSE)
750
+ [MIT License](https://github.com/T-Rumibul/node-native-win-utils/blob/main/LICENSE)
754
751
 
755
752
 
756
753
  [license-src]: https://img.shields.io/github/license/nuxt-modules/icon.svg?style=for-the-badge&colorA=18181B&colorB=28CF8D
757
754
 
758
- [license-href]: https://github.com/RynerNO/node-native-win-utils/blob/main/LICENSE
755
+ [license-href]: https://github.com/T-Rumibul/node-native-win-utils/blob/main/LICENSE
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "node-native-win-utils",
3
- "version": "1.3.3",
4
- "author": "RynerNO",
3
+ "version": "1.3.4",
4
+ "author": "Andrew K.",
5
5
  "license": "MIT",
6
- "repository": "https://github.com/RynerNO/node-native-win-utils.git",
6
+ "repository": "https://github.com/T-Rumibul/node-native-win-utils.git",
7
7
  "description": "Native addon for Node.js providing utility operations on Windows systems",
8
8
  "keywords": [
9
9
  "node.js",