@ferscloud/fers-calculation-web 0.2.20 → 0.2.22

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.
@@ -45,8 +45,7 @@ export function __wbindgen_init_externref_table() {
45
45
  table.set(offset + 3, false);
46
46
  }
47
47
  function getStringFromWasm0(ptr, len) {
48
- ptr = ptr >>> 0;
49
- return decodeText(ptr, len);
48
+ return decodeText(ptr >>> 0, len);
50
49
  }
51
50
 
52
51
  let cachedUint8ArrayMemory0 = null;
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ferscloud/fers-calculation-web",
3
3
  "type": "module",
4
- "version": "0.2.20",
4
+ "version": "0.2.22",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/Jeroen124/FERS_calculations.git"