svf-lib 1.0.1811 → 1.0.1812

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.
@@ -289,7 +289,7 @@ public:
289
289
  }
290
290
  }
291
291
 
292
- inline virtual IntervalValue& getLocToVal(u32_t id)
292
+ inline virtual IntervalValue& getLocVal(u32_t id)
293
293
  {
294
294
  auto it = _locToItvVal.find(id);
295
295
  if(it != _locToItvVal.end())
@@ -578,7 +578,7 @@ public:
578
578
  }
579
579
  }
580
580
 
581
- inline IntervalValue& getLocToVal(u32_t id) override
581
+ inline IntervalValue& getLocVal(u32_t id) override
582
582
  {
583
583
  auto it = _locToItvVal.find(id);
584
584
  if(it != _locToItvVal.end())
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1811",
3
+ "version": "1.0.1812",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {