svf-lib 1.0.1528 → 1.0.1529

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.
@@ -1020,7 +1020,7 @@ public:
1020
1020
 
1021
1021
  static inline bool classof(const SVFValue *node)
1022
1022
  {
1023
- return node->getKind() == SVFOther;
1023
+ return node->getKind() == SVFOther || node->getKind() == SVFMetaAsValue;
1024
1024
  }
1025
1025
  };
1026
1026
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1528",
3
+ "version": "1.0.1529",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {