@groupdocs/groupdocs.viewer 23.12.0 → 24.2.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/index.js CHANGED
@@ -11,8 +11,8 @@ const path = require('path');
11
11
  }
12
12
  }
13
13
 
14
- if (!checkFileExists(path.join(__dirname, 'lib/groupdocs-viewer-nodejs-23.12.jar'))) {
15
- console.warn('\x1b[33m%s\x1b[0m', `File groupdocs-viewer-nodejs-23.12.jar not found in the lib directory.\nPlease navigate to the package directory:`);
14
+ if (!checkFileExists(path.join(__dirname, 'lib/groupdocs-viewer-nodejs-24.2.jar'))) {
15
+ console.warn('\x1b[33m%s\x1b[0m', `File groupdocs-viewer-nodejs-24.2.jar not found in the lib directory.\nPlease navigate to the package directory:`);
16
16
  console.log('\n cd node_modules/@groupdocs/groupdocs.viewer\n')
17
17
  console.warn('\x1b[33m%s\x1b[0m', `Then download the JAR file using the command:`);
18
18
  console.log('\n npm run postinstall\n');
@@ -11,7 +11,7 @@ java.asyncOptions = {
11
11
  syncSuffix: '',
12
12
  }
13
13
 
14
- java.classpath.push(path.join(__dirname, '/groupdocs-viewer-nodejs-23.12.jar'))
14
+ java.classpath.push(path.join(__dirname, '/groupdocs-viewer-nodejs-24.2.jar'))
15
15
 
16
16
  exports = module.exports
17
17
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@groupdocs/groupdocs.viewer",
3
- "version": "23.12.0",
3
+ "version": "24.2.1",
4
4
  "description": "Powerful, high-performance and cross-platform library that allows you to build desktop and web file viewer applications.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "postinstall": "curl -H 'Cache-Control:no-cache' https://releases.groupdocs.com/java/repo/com/groupdocs/groupdocs-viewer-nodejs/23.12/groupdocs-viewer-nodejs-23.12.jar > lib/groupdocs-viewer-nodejs-23.12.jar"
7
+ "postinstall": "curl -H 'Cache-Control:no-cache' https://releases.groupdocs.com/java/repo/com/groupdocs/groupdocs-viewer-nodejs/24.2/groupdocs-viewer-nodejs-24.2.jar > lib/groupdocs-viewer-nodejs-24.2.jar"
8
8
  },
9
9
  "keywords": [
10
10
  "view",