@cpp.js/package-proj 1.0.0-beta.20 → 1.0.0-beta.21

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpp.js/package-proj",
3
- "version": "1.0.0-beta.20",
3
+ "version": "1.0.0-beta.21",
4
4
  "nativeVersion": "9.4.1",
5
5
  "description": "This package provides the precompiled proj library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. It allows users to perform geodetic computations such as projections and coordinate transformations, 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-proj#readme",
@@ -8,8 +8,8 @@
8
8
  "license": "MIT",
9
9
  "type": "module",
10
10
  "dependencies": {
11
- "@cpp.js/package-tiff": "1.0.0-beta.23",
12
- "@cpp.js/package-sqlite3": "1.0.0-beta.22"
11
+ "@cpp.js/package-sqlite3": "1.0.0-beta.22",
12
+ "@cpp.js/package-tiff": "1.0.0-beta.23"
13
13
  },
14
14
  "devDependencies": {
15
15
  "cpp.js": "1.0.0-beta.26"