aba-pos-sdk-node 1.0.0 → 1.0.1
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ABA POS SDK for Node.js
|
|
2
2
|
|
|
3
|
-
An official Node.js Addons for ABA POS SDK developed by ABA Bank (Advanced Bank of Asia Ltd.). This package allows you to connect with the ABA POS terminal from these supported platforms: Windows (x64), macOS (x64), and Linux (x64).
|
|
3
|
+
An official Node.js Addons for ABA POS SDK developed by ABA Bank (Advanced Bank of Asia Ltd.). This package allows you to connect with the ABA POS terminal from these supported platforms: Windows (x64), macOS (x64, arm64), and Linux (x64).
|
|
4
4
|
|
|
5
5
|
## Driver Installation
|
|
6
6
|
The driver might already come with Windows Update if you use Windows 10 or 11. To verify if you have
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aba-pos-sdk-node",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Node.js Addons for ABA POS SDK developed by ABA Bank. This package allows you to connect with the ABA POS terminal.",
|
|
5
5
|
"main": "aba_pos_sdk.min.js",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"darwin"
|
|
14
14
|
],
|
|
15
15
|
"cpu": [
|
|
16
|
-
"x64"
|
|
16
|
+
"x64",
|
|
17
|
+
"arm64"
|
|
17
18
|
],
|
|
18
19
|
"scripts": {
|
|
19
20
|
"obfuscate": "terser aba_pos_sdk.js -o aba_pos_sdk.min.js --compress --mangle --mangle-props regex=/^_/ --keep-fnames --keep-classnames --toplevel --comments some",
|
|
@@ -41,4 +42,4 @@
|
|
|
41
42
|
"devDependencies": {
|
|
42
43
|
"terser": "^5.39.0"
|
|
43
44
|
}
|
|
44
|
-
}
|
|
45
|
+
}
|