svf-lib 1.0.1987 → 1.0.1989

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
@@ -26,8 +26,11 @@
26
26
  namespace SVF
27
27
  {
28
28
 
29
- struct AbstractValue
29
+ class AbstractValue
30
30
  {
31
+
32
+ public:
33
+
31
34
  enum DataType
32
35
  {
33
36
  IntervalType,
Binary file
@@ -26,8 +26,11 @@
26
26
  namespace SVF
27
27
  {
28
28
 
29
- struct AbstractValue
29
+ class AbstractValue
30
30
  {
31
+
32
+ public:
33
+
31
34
  enum DataType
32
35
  {
33
36
  IntervalType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1987",
3
+ "version": "1.0.1989",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {