aspose.barcode 22.3.1 → 22.4.0

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.
@@ -4,6 +4,8 @@ const barcode_ = require("aspose.barcode");
4
4
  const aspose_barcode = barcode_.AsposeBarcode
5
5
  2. Run command 'npm install'
6
6
  3. Put the license file 'Aspose.BarCode.NodeJsviaJava.lic' to the folder lic.
7
+ The expected name of the license file is Aspose.BarCode.NodeJsviaJava.lic.
8
+ You can change it by changing line 10 of ExampleAssist.js.
7
9
  4. Open and run every file consistently :
8
10
  how_to_generate_and_read_example.js
9
11
  how_to_generate_barcode_examples.js
@@ -7,7 +7,7 @@ const recognition_ = require("./Recognition");
7
7
 
8
8
  function pushJar()
9
9
  {
10
- java.classpath.push(__dirname + "/aspose-barcode-nodejs-22.3.jar");
10
+ java.classpath.push(__dirname + "/aspose-barcode-nodejs-22.4.jar");
11
11
  }
12
12
  pushJar();
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose.barcode",
3
- "version": "22.3.1",
3
+ "version": "22.4.0",
4
4
  "description": "barcode generation and recognition component",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"