@crossbind/port-spatialite-wasm 2.0.0-beta.50 → 2.0.0-beta.53

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.
@@ -0,0 +1 @@
1
+ 5f6d7d9419503fd76233b8042871eeca6d36f17e906d5160205f87fee05e0768
@@ -0,0 +1 @@
1
+ 5f6d7d9419503fd76233b8042871eeca6d36f17e906d5160205f87fee05e0768
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossbind/port-spatialite-wasm",
3
- "version": "2.0.0-beta.50",
3
+ "version": "2.0.0-beta.53",
4
4
  "nativeVersion": "5.1.0",
5
5
  "description": "WebAssembly build of the precompiled SpatiaLite (spatial SQLite extension) library, built with crossbind. Use it together with the main package @crossbind/port-spatialite.",
6
6
  "homepage": "https://github.com/crossbind/crossbind/tree/main/ports/spatialite#readme",
@@ -17,20 +17,20 @@
17
17
  "spatial",
18
18
  "gis",
19
19
  "crossbind",
20
- "crossbind-package",
20
+ "crossbind-port",
21
21
  "webassembly",
22
22
  "wasm"
23
23
  ],
24
24
  "dependencies": {
25
- "@crossbind/port-spatialite": "^2.0.0-beta.50",
26
- "@crossbind/port-geos-wasm": "^2.0.0-beta.50",
27
- "@crossbind/port-proj-wasm": "^2.0.0-beta.50",
28
- "@crossbind/port-sqlite3-wasm": "^2.0.0-beta.50",
29
- "@crossbind/port-zlib-wasm": "^2.0.0-beta.50",
30
- "@crossbind/port-iconv-wasm": "^2.0.0-beta.50"
25
+ "@crossbind/port-spatialite": "^2.0.0-beta.53",
26
+ "@crossbind/port-geos-wasm": "^2.0.0-beta.53",
27
+ "@crossbind/port-proj-wasm": "^2.0.0-beta.53",
28
+ "@crossbind/port-sqlite3-wasm": "^2.0.0-beta.53",
29
+ "@crossbind/port-zlib-wasm": "^2.0.0-beta.53",
30
+ "@crossbind/port-iconv-wasm": "^2.0.0-beta.53"
31
31
  },
32
32
  "devDependencies": {
33
- "crossbind": "^2.0.0-beta.50"
33
+ "crossbind": "^2.0.0-beta.53"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "crossbind build -p wasm",