@cpp.js/package-spatialite-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 +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpp.js/package-spatialite-multithread",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0-beta.2",
4
4
  "nativeVersion": "5.1.0",
5
5
  "description": "This package provides SpatiaLite, a spatial extension to SQLite, compiled with Cpp.js for seamless integration in JavaScript, WebAssembly and React Native environments. By using Cpp.js, this package enables high-performance spatial database operations both on the web (via WebAssembly) and native mobile environments (via machine code).",
6
6
  "homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-spatialite#readme",
@@ -14,10 +14,12 @@
14
14
  "webassembly",
15
15
  "react-native"
16
16
  ],
17
- "devDependencies": {
18
- "cpp.js": "^2.0.0-beta.1",
17
+ "dependencies": {
19
18
  "@cpp.js/package-spatialite-wasm-multithread": "^2.0.0-beta.1",
20
19
  "@cpp.js/package-spatialite-android-multithread": "^2.0.0-beta.1",
21
20
  "@cpp.js/package-spatialite-ios-multithread": "^2.0.0-beta.1"
21
+ },
22
+ "devDependencies": {
23
+ "cpp.js": "^2.0.0-beta.1"
22
24
  }
23
25
  }