@crossbind/port-proj-wasm 2.0.0-beta.50 → 2.0.0-beta.56

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
+ 981819597903aef3d31b53a06f974c920d42201185b6582b39047b5dcf3ba5e2
@@ -0,0 +1 @@
1
+ 981819597903aef3d31b53a06f974c920d42201185b6582b39047b5dcf3ba5e2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossbind/port-proj-wasm",
3
- "version": "2.0.0-beta.50",
3
+ "version": "2.0.0-beta.56",
4
4
  "nativeVersion": "9.8.1",
5
5
  "description": "WebAssembly build of the precompiled PROJ coordinate-transformation library, built with crossbind. Use it together with the main package @crossbind/port-proj.",
6
6
  "homepage": "https://github.com/crossbind/crossbind/tree/main/ports/proj#readme",
@@ -16,17 +16,17 @@
16
16
  "projection",
17
17
  "gis",
18
18
  "crossbind",
19
- "crossbind-package",
19
+ "crossbind-port",
20
20
  "webassembly",
21
21
  "wasm"
22
22
  ],
23
23
  "dependencies": {
24
- "@crossbind/port-proj": "^2.0.0-beta.50",
25
- "@crossbind/port-tiff-wasm": "^2.0.0-beta.50",
26
- "@crossbind/port-sqlite3-wasm": "^2.0.0-beta.50"
24
+ "@crossbind/port-proj": "^2.0.0-beta.56",
25
+ "@crossbind/port-tiff-wasm": "^2.0.0-beta.56",
26
+ "@crossbind/port-sqlite3-wasm": "^2.0.0-beta.56"
27
27
  },
28
28
  "devDependencies": {
29
- "crossbind": "^2.0.0-beta.50"
29
+ "crossbind": "^2.0.0-beta.56"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "crossbind build -p wasm",