svf-lib 1.0.1443 → 1.0.1444

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.
@@ -215,6 +215,7 @@ public:
215
215
  static const Option<bool> LocMemModel;
216
216
  static const Option<bool> ModelConsts;
217
217
  static const Option<bool> ModelArrays;
218
+ static const Option<bool> CyclicFldIdx;
218
219
  static const Option<bool> SymTabPrint;
219
220
 
220
221
  // Conditions.cpp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1443",
3
+ "version": "1.0.1444",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {