node-atol-wrapper 0.0.24 → 0.0.25

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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Название
4
4
  =========
5
- Node.js обертка для драйвера торгового оборудования (ДТО) версии [10.9.3.1](http://fs.atol.ru/_layouts/15/atol.templates/Handlers/FileHandler.ashx?guid=9c00e55f-7cfe-4918-8702-8df7e5fca2ca&webUrl=) от компании [АТОЛ](https://www.atol.ru/)
5
+ Node.js обертка для драйвера торгового оборудования (ДТО) версии [10.9.5.0](http://fs.atol.ru/_layouts/15/atol.templates/Handlers/FileHandler.ashx?guid=9c00e55f-7cfe-4918-8702-8df7e5fca2ca&webUrl=) от компании [АТОЛ](https://www.atol.ru/)
6
6
 
7
7
  [ Источник ](https://forum.atol.ru/lofiversion/index.php/t34345.html)
8
8
 
package/binding.gyp CHANGED
@@ -51,6 +51,13 @@
51
51
  '<(module_root_dir)/src/linux-armhf/libudev.so.1',
52
52
  '<(module_root_dir)/src/linux-armhf/libusb-1.0.so.0',
53
53
  ],
54
+ }],
55
+ ["arch=='arm64'", {
56
+ 'files': [
57
+ '<(module_root_dir)/src/linux-arm64/libfptr10.so',
58
+ '<(module_root_dir)/src/linux-arm64/libudev.so.1',
59
+ '<(module_root_dir)/src/linux-arm64/libusb-1.0.so.0',
60
+ ],
54
61
  }]
55
62
  ]
56
63
  }],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "node-atol-wrapper",
3
3
  "description": "Node ATOL DTO 10 wrapper",
4
- "version": "0.0.24",
4
+ "version": "0.0.25",
5
5
  "main": "bindings.js",
6
6
  "types": "bindings.d.ts",
7
7
  "scripts": {
@@ -42,4 +42,4 @@
42
42
  "url": "git://github.com/farafonov-alexey/node-atol-wrapper.git"
43
43
  },
44
44
  "license": "MIT"
45
- }
45
+ }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file