svf-lib 1.0.1470 → 1.0.1471

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.
@@ -352,7 +352,7 @@ private:
352
352
  /// Invoke llvm passes to modify module
353
353
  void prePassSchedule();
354
354
  bool preProcessed;
355
- void build_symbol_table() const;
355
+ void buildSymbolTable() const;
356
356
  };
357
357
 
358
358
  } // End namespace SVF
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1470",
3
+ "version": "1.0.1471",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {