@groupdocs/groupdocs.metadata 24.6.1 → 24.6.2

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 (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
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-metadata-nodejs-23.12.jar'))) {
15
- console.warn('\x1b[33m%s\x1b[0m', `File groupdocs-metadata-nodejs-23.12.jar not found in the lib directory.\nPlease navigate to the package directory:`);
14
+ if (!checkFileExists(path.join(__dirname, 'lib/groupdocs-metadata-nodejs-24.5.jar'))) {
15
+ console.warn('\x1b[33m%s\x1b[0m', `File groupdocs-metadata-nodejs-24.5.jar not found in the lib directory.\nPlease navigate to the package directory:`);
16
16
  console.log('\n cd node_modules/@groupdocs/groupdocs.metadata\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');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@groupdocs/groupdocs.metadata",
3
- "version": "24.6.1",
3
+ "version": "24.6.2",
4
4
  "description": "GroupDocs.Metadata is a full featured class library which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties.",
5
5
  "scripts": {
6
6
  "postinstall": "curl -H 'Cache-Control:no-cache' https://releases.groupdocs.com/java/repo/com/groupdocs/groupdocs-metadata-nodejs/24.5/groupdocs-metadata-nodejs-24.5.jar > lib/groupdocs-metadata-nodejs-24.5.jar"