@harmonia-audio/native 0.1.2 → 0.1.3

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
package/harmonia.node CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harmonia-audio/native",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -28,18 +28,18 @@
28
28
  "@napi-rs/cli": "^3.0.0"
29
29
  },
30
30
  "optionalDependencies": {
31
- "@harmonia-audio/native-darwin-x64": "0.1.2",
32
- "@harmonia-audio/native-win32-x64-msvc": "0.1.2",
33
- "@harmonia-audio/native-linux-x64-gnu": "0.1.2",
34
- "@harmonia-audio/native-linux-x64-musl": "0.1.2",
35
- "@harmonia-audio/native-linux-arm64-gnu": "0.1.2",
36
- "@harmonia-audio/native-linux-arm64-musl": "0.1.2",
37
- "@harmonia-audio/native-darwin-arm64": "0.1.2",
38
- "@harmonia-audio/native-freebsd-x64": "0.1.2"
31
+ "@harmonia-audio/native-darwin-x64": "0.1.3",
32
+ "@harmonia-audio/native-win32-x64-msvc": "0.1.3",
33
+ "@harmonia-audio/native-linux-x64-gnu": "0.1.3",
34
+ "@harmonia-audio/native-linux-x64-musl": "0.1.3",
35
+ "@harmonia-audio/native-linux-arm64-gnu": "0.1.3",
36
+ "@harmonia-audio/native-linux-arm64-musl": "0.1.3",
37
+ "@harmonia-audio/native-darwin-arm64": "0.1.3",
38
+ "@harmonia-audio/native-freebsd-x64": "0.1.3"
39
39
  },
40
40
  "scripts": {
41
41
  "artifacts": "napi artifacts",
42
- "build": "napi build --platform --release && node fix-dts.js",
42
+ "build": "if [ \"$SKIP_NATIVE_BUILD\" = \"true\" ]; then echo 'Skipping native build...'; else napi build --platform --release && node fix-dts.js; fi",
43
43
  "build:debug": "napi build --platform && node fix-dts.js"
44
44
  }
45
45
  }