@cpp.js/package-gdal-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.
Files changed (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpp.js/package-gdal-multithread",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0-beta.2",
4
4
  "nativeVersion": "3.12.1",
5
5
  "description": "This package provides the precompiled GDAL, built using Cpp.js, for seamless integration into JavaScript, WebAssembly, and React Native projects. It enables advanced geospatial data processing, including raster and vector data manipulation, format conversion, and spatial analysis, ensuring high performance and cross-platform compatibility. Perfect for web, server-side, and mobile geospatial applications.",
6
6
  "homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-gdal#readme",
@@ -14,10 +14,12 @@
14
14
  "webassembly",
15
15
  "react-native"
16
16
  ],
17
- "devDependencies": {
18
- "cpp.js": "^2.0.0-beta.1",
19
- "@cpp.js/package-gdal-wasm-multithread": "^2.0.0-beta.1",
17
+ "dependencies": {
20
18
  "@cpp.js/package-gdal-android-multithread": "^2.0.0-beta.1",
19
+ "@cpp.js/package-gdal-wasm-multithread": "^2.0.0-beta.1",
21
20
  "@cpp.js/package-gdal-ios-multithread": "^2.0.0-beta.1"
21
+ },
22
+ "devDependencies": {
23
+ "cpp.js": "^2.0.0-beta.1"
22
24
  }
23
25
  }