svf-lib 1.0.1772 → 1.0.1774

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.
@@ -124,7 +124,7 @@ public:
124
124
  {
125
125
  if (sfrAndersen == nullptr)
126
126
  {
127
- new AndersenSFR(_pag);
127
+ sfrAndersen = new AndersenSFR(_pag);
128
128
  sfrAndersen->analyze();
129
129
  return sfrAndersen;
130
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1772",
3
+ "version": "1.0.1774",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {