@vizejs/native 0.104.0 → 0.105.0

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/native-targets.js CHANGED
@@ -102,8 +102,7 @@ function requireTargetPackage(target) {
102
102
 
103
103
  if (
104
104
  bindingPackageVersion !== packageVersion &&
105
- process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
106
- process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== "0"
105
+ process.env.VIZE_ALLOW_NATIVE_VERSION_MISMATCH !== "1"
107
106
  ) {
108
107
  throw new Error(
109
108
  `Native binding package version mismatch, expected ${packageVersion} but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/native",
3
- "version": "0.104.0",
3
+ "version": "0.105.0",
4
4
  "description": "High-performance Vue.js compiler - Native bindings",
5
5
  "keywords": [
6
6
  "compiler",
@@ -35,14 +35,14 @@
35
35
  "@napi-rs/cli": "3.6.2"
36
36
  },
37
37
  "optionalDependencies": {
38
- "@vizejs/native-darwin-arm64": "0.104.0",
39
- "@vizejs/native-darwin-x64": "0.104.0",
40
- "@vizejs/native-linux-arm64-gnu": "0.104.0",
41
- "@vizejs/native-linux-arm64-musl": "0.104.0",
42
- "@vizejs/native-linux-x64-gnu": "0.104.0",
43
- "@vizejs/native-linux-x64-musl": "0.104.0",
44
- "@vizejs/native-win32-arm64-msvc": "0.104.0",
45
- "@vizejs/native-win32-x64-msvc": "0.104.0"
38
+ "@vizejs/native-darwin-arm64": "0.105.0",
39
+ "@vizejs/native-darwin-x64": "0.105.0",
40
+ "@vizejs/native-linux-arm64-gnu": "0.105.0",
41
+ "@vizejs/native-linux-arm64-musl": "0.105.0",
42
+ "@vizejs/native-linux-x64-gnu": "0.105.0",
43
+ "@vizejs/native-linux-x64-musl": "0.105.0",
44
+ "@vizejs/native-win32-arm64-msvc": "0.105.0",
45
+ "@vizejs/native-win32-x64-msvc": "0.105.0"
46
46
  },
47
47
  "napi": {
48
48
  "binaryName": "vize-vitrine",