svf-lib 1.0.2338 → 1.0.2339

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
@@ -51,7 +51,7 @@ set(SVF_DEBUG_INFO OFF)
51
51
  set(SVF_WARN_AS_ERROR ON)
52
52
  set(SVF_EXPORT_DYNAMIC OFF)
53
53
  set(SVF_ENABLE_ASSERTIONS true)
54
- set(SVF_ENABLE_EXCEPTIONS OFF)
54
+ set(SVF_ENABLE_EXCEPTIONS ON)
55
55
  set(SVF_ENABLE_RTTI ON)
56
56
 
57
57
  # Set the basic SVF paths based on the installed location (relocatable)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2338",
3
+ "version": "1.0.2339",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {