svf-lib 1.0.2120 → 1.0.2122

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
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -283,7 +283,7 @@ public:
283
283
  return sourceLoc;
284
284
  }
285
285
 
286
- virtual const std::string toString() const;
286
+ const std::string toString() const;
287
287
 
288
288
 
289
289
  protected:
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -283,7 +283,7 @@ public:
283
283
  return sourceLoc;
284
284
  }
285
285
 
286
- const std::string toString() const;
286
+ const std::string valueOnlyToString() const;
287
287
 
288
288
 
289
289
  protected:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2120",
3
+ "version": "1.0.2122",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {