@cpp.js/package-geotiff-multithread 2.0.0-beta.1 → 2.0.0-beta.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.
- package/package.json +7 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cpp.js/package-geotiff-multithread",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.2",
|
|
4
4
|
"nativeVersion": "1.7.4",
|
|
5
5
|
"description": "This package provides the precompiled geotiff library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. Designed for working with GeoTIFF files, offering robust support for geospatial metadata handling, ensuring high performance and cross-platform compatibility. Ideal for use in web and mobile applications.",
|
|
6
6
|
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-geotiff#readme",
|
|
@@ -14,10 +14,12 @@
|
|
|
14
14
|
"webassembly",
|
|
15
15
|
"react-native"
|
|
16
16
|
],
|
|
17
|
-
"
|
|
17
|
+
"dependencies": {
|
|
18
18
|
"@cpp.js/package-geotiff-wasm-multithread": "^2.0.0-beta.1",
|
|
19
|
-
"cpp.js": "^2.0.0-beta.1",
|
|
20
|
-
"@cpp.js/package-geotiff-android-multithread": "^2.0.0-beta.1"
|
|
21
|
-
|
|
19
|
+
"@cpp.js/package-geotiff-ios-multithread": "^2.0.0-beta.1",
|
|
20
|
+
"@cpp.js/package-geotiff-android-multithread": "^2.0.0-beta.1"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"cpp.js": "^2.0.0-beta.1"
|
|
22
24
|
}
|
|
23
25
|
}
|