@groupdocs/groupdocs.metadata 24.7.0 → 26.2.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.
- package/index.js +2 -2
- package/lib/groupdocs.metadata.js +2 -1
- package/package.json +2 -2
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-
|
|
15
|
-
console.warn('\x1b[33m%s\x1b[0m', `File groupdocs-metadata-nodejs-
|
|
14
|
+
if (!checkFileExists(path.join(__dirname, 'lib/groupdocs-metadata-nodejs-25.11.jar'))) {
|
|
15
|
+
console.warn('\x1b[33m%s\x1b[0m', `File groupdocs-metadata-nodejs-25.11.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');
|
|
@@ -11,7 +11,7 @@ java.asyncOptions = {
|
|
|
11
11
|
syncSuffix: '',
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
java.classpath.push(path.join(__dirname, '/groupdocs-metadata-nodejs-
|
|
14
|
+
java.classpath.push(path.join(__dirname, '/groupdocs-metadata-nodejs-25.11.jar'))
|
|
15
15
|
|
|
16
16
|
exports = module.exports
|
|
17
17
|
|
|
@@ -1026,6 +1026,7 @@ exports.PsdColorMode = java.import("com.groupdocs.metadata.core.PsdColorMode");
|
|
|
1026
1026
|
exports.PsdCompressionMethod = java.import("com.groupdocs.metadata.core.PsdCompressionMethod");
|
|
1027
1027
|
exports.PsdLayerFlags = java.import("com.groupdocs.metadata.core.PsdLayerFlags");
|
|
1028
1028
|
exports.RawIntegerType = java.import("com.groupdocs.metadata.core.RawIntegerType");
|
|
1029
|
+
exports.ServiceLocator = java.import("com.groupdocs.metadata.core.ServiceLocator");
|
|
1029
1030
|
exports.SpreadsheetFormat = java.import("com.groupdocs.metadata.core.SpreadsheetFormat");
|
|
1030
1031
|
exports.TiffTagID = java.import("com.groupdocs.metadata.core.TiffTagID");
|
|
1031
1032
|
exports.TiffTagType = java.import("com.groupdocs.metadata.core.TiffTagType");
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@groupdocs/groupdocs.metadata",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "26.2.0",
|
|
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
|
-
"postinstall": "curl -H 'Cache-Control:no-cache' https://releases.groupdocs.com/java/repo/com/groupdocs/groupdocs-metadata-nodejs/
|
|
6
|
+
"postinstall": "curl -H 'Cache-Control:no-cache' https://releases.groupdocs.com/java/repo/com/groupdocs/groupdocs-metadata-nodejs/25.11/groupdocs-metadata-nodejs-25.11.jar > lib/groupdocs-metadata-nodejs-25.11.jar"
|
|
7
7
|
},
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"keywords": [
|