measur-tools-suite 1.0.11-beta.22 → 1.0.11-beta.25

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.
package/README.md CHANGED
@@ -31,11 +31,11 @@ The npm packages can be downloaded and install from [registry](https://www.npmjs
31
31
 
32
32
  ### Building
33
33
  - `cd` into the emsdk directory:
34
- - run `emsdk install latest` followed by `emsdk activate latest`
35
- - Activate PATH and other environment variables by running `source emsdk_env.sh` or on Windows run `emsdk_env.bat`
34
+ - run `./emsdk install latest` followed by `./emsdk activate latest`
35
+ - Activate PATH and other environment variables by running `source ./emsdk_env.sh` or on Windows run `emsdk_env.bat`
36
36
  - `cd` into MEASUR-Tools-Suite directory:
37
37
  - create directory `build-wasm` and cd into it
38
- - run `'emcmake cmake -DBUILD_WASM=ON ..'`
38
+ - run `emcmake cmake -DBUILD_WASM=ON ..`
39
39
  - Note: If multiple compilers are present and default environment is not used, use -G "XXX Makefiles",
40
40
  example for windows using MinGW => `emcmake cmake -D BUILD_WASM=ON .. -G "MinGW Makefiles"`
41
41
  - run `emmake make`
package/bin/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "measur-tools-suite",
3
- "version": "1.0.11-beta.22",
3
+ "version": "1.0.11-beta.25",
4
4
  "engines": {
5
5
  "node": "20.16.0",
6
6
  "npm": "10.8.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "measur-tools-suite",
3
- "version": "1.0.11-beta.22",
3
+ "version": "1.0.11-beta.25",
4
4
  "engines": {
5
5
  "node": "20.16.0",
6
6
  "npm": "10.8.1"