svf-lib 1.0.1599 → 1.0.1600

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.
@@ -340,7 +340,7 @@ private:
340
340
  std::vector<const Function*> getLLVMGlobalFunctions(const GlobalVariable* global);
341
341
 
342
342
  void loadModules(const std::vector<std::string>& moduleNameVec);
343
- void loadExtModules();
343
+ void loadExtAPIModules();
344
344
  void addSVFMain();
345
345
 
346
346
  void createSVFDataStructure();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1599",
3
+ "version": "1.0.1600",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {