@crossbind/port-proj-wasm 2.0.0-beta.53 → 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.
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossbind/port-proj-wasm",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
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",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"wasm"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@crossbind/port-proj": "^2.0.0-beta.
|
|
25
|
-
"@crossbind/port-tiff-wasm": "^2.0.0-beta.
|
|
26
|
-
"@crossbind/port-sqlite3-wasm": "^2.0.0-beta.
|
|
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.
|
|
29
|
+
"crossbind": "^2.0.0-beta.56"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"build": "crossbind build -p wasm",
|