xfuture 1.3.5 → 1.3.6

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.
package/index.js CHANGED
@@ -137,6 +137,14 @@ class xFuture {
137
137
  ff.SetEventCallback(name, func);
138
138
  }
139
139
 
140
+ GetSingBoxDuraion(){
141
+ return ff.GetSingBoxDuraion();
142
+ }
143
+
144
+ GetXrayDuration(){
145
+ return ff.GetXrayDuration();
146
+ }
147
+
140
148
  invoke(status) {
141
149
  ff.invoke(status);
142
150
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xfuture",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "electron vpn sdk",
5
5
  "main": "x.js",
6
6
  "scripts": {