fastman2 0.0.39 → 0.0.40

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.
Files changed (2) hide show
  1. package/jsbridgeman.js +1 -1
  2. package/package.json +1 -1
package/jsbridgeman.js CHANGED
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.fastman=t():e.fastman=t()}(this,function(){return function(e){function t(n){if(o[n])return o[n].exports;var i=o[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var o={};return t.m=e,t.c=o,t.i=function(e){return e},t.d=function(e,o,n){t.o(e,o)||Object.defineProperty(e,o,{configurable:!1,enumerable:!0,get:n})},t.n=function(e){var o=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(o,"a",o),o},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=18)}({1:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(e){var t=document.createElement("a");t.setAttribute("href",e);var o=t.href;return t=null,o},i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e},r=function(e){return!(null!=e&&(e.length||e.length>0))},a=function(e){if(e){if(1==e.length)return e;var t=e.substring(e.length-1,e.length);return(e.length>=3?"**":"*")+t}return e};t.getAbsoluteUrl=n,t._extends=i,t.isEmpty=r,t.maskName=a},18:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.onApiRequest=t.pageWillAppear=t.onRequest=t.onDynamicLink=t.subscribeNotify=t.onNotify=t.onPushView=t.onNavigationBar=t.onRefresh=t.onBack=t.ready=t.wrapNotOkPayload=t.wrapOkPayload=void 0;var n=o(1),i=o(9),r=navigator.userAgent,a=r.match(/(Android);?[\s\/]+([\d.]+)?/),c=r.match(/(iPad).*OS\s([\d_]+)/),l=r.match(/(iPod)(.*OS\s([\d_]+))?/),s=!c&&r.match(/(iPhone\sOS)\s([\d_]+)/),f=!!r.toLowerCase().match(/DFYJ/i),d=!!r.indexOf("Royal Flush")>-1,u=!!r.toLowerCase().match(/ArkWeb/i),p=function(e){return e.init(function(e,t){t&&t(data)}),e},y=function(e){var t=function(t){(0,i.log)("[ready] <-"),e(t)};if((0,i.log)("[ready] ->"),f)if(c||s||l){if(window.WebViewJavascriptBridge)return t(WebViewJavascriptBridge);if(window.WVJBCallbacks)return window.WVJBCallbacks.push(t);window.WVJBCallbacks=[t];var o=document.createElement("iframe");o.style.display="none",o.src="https://__bridge_loaded__",document.documentElement.appendChild(o),setTimeout(function(){document.documentElement.removeChild(o)},0)}else a?window.WebViewJavascriptBridge?t(p(WebViewJavascriptBridge)):document.addEventListener("WebViewJavascriptBridgeReady",function(){t(p(WebViewJavascriptBridge))},!1):t();else if(d){var n=function(e,o){t({message:e,callback:o})};window.WebViewJavascriptBridge?window.WebViewJavascriptBridge.init(n):document.addEventListener("WebViewJavascriptBridgeReady",function(){window.WebViewJavascriptBridge.init(n)},!1)}else t()},g=function(){},b=function(){return arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}},k=function(){return{code:arguments.length>0&&void 0!==arguments[0]?arguments[0]:-1,info:arguments.length>1&&void 0!==arguments[1]?arguments[1]:"error"}},v=function(e){var t={complete:g};t=(0,n._extends)({},t,e),(0,i.log)("onBack->"+JSON.stringify(t)),u?HmJsBridge.back&&HmJsBridge.back(t):WebViewJavascriptBridge.callHandler("back",t,function(e){(0,i.log)("onBack<-"+JSON.stringify(e)),t.complete(e)})},J=function(e){var t={complete:g};t=(0,n._extends)({},t,e),(0,i.log)("onRefresh->"+JSON.stringify(t)),u?HmJsBridge.refresh&&HmJsBridge.refresh(t):WebViewJavascriptBridge.callHandler("refresh",t,function(e){(0,i.log)("onRefresh<-"+JSON.stringify(e)),t.complete(e)})},m=function(e){var t={complete:g};t=(0,n._extends)({},t,e),(0,i.log)("onNavigationBar->"+JSON.stringify(t)),u?HmJsBridge.navigationBar&&HmJsBridge.navigationBar(t):WebViewJavascriptBridge.callHandler("navigationBar",t,function(e){(0,i.log)("onNavigationBar<-"+JSON.stringify(e)),t.complete(e)})},w=function(e){var t={title:""};t=(0,n._extends)({},t,e),t.uri&&(-1!=t.uri.indexOf("http")||-1!=t.uri.indexOf("https")||(t.uri=(0,n.getAbsoluteUrl)(t.uri))),(0,i.log)("onPushView->"+JSON.stringify(t)),u?HmJsBridge.go&&HmJsBridge.go(t):WebViewJavascriptBridge.callHandler("pushView",t,function(e){(0,i.log)("onPushView<-"+JSON.stringify(e))})},B=function(e){"function"==typeof e&&(u?HmJsBridge.willAppear&&HmJsBridge.willAppear(e):WebViewJavascriptBridge.registerHandler("pageWillAppear",e))},h=function(e){var t={type:"javascriptNotify"};t=(0,n._extends)({},t,e),(0,i.log)("onNotify->"+JSON.stringify(t)),u?HmJsBridge.willAppear&&HmJsBridge.notify(t):WebViewJavascriptBridge.callHandler("notify",t,function(e){(0,i.log)("onNotify<-"+JSON.stringify(e))})},O={},N=function(e,t){if("function"==typeof t){var o=e;"sae_video"==o&&(o="notify"),O[o]=t,(0,i.log)("subscribeNotify->"+e),u?HmJsBridge.subscribeNotify&&HmJsBridge.subscribeNotify(o,function(e){(0,i.log)("subscribeNotify<-"+JSON.stringify(e)),Object.prototype.toString.call(e).toLocaleLowerCase()=="[object String]".toLocaleLowerCase()&&(e=JSON.parse(e)),O[o]&&O[o](e)}):WebViewJavascriptBridge.registerHandler(o,function(e){(0,i.log)("subscribeNotify<-"+JSON.stringify(e)),Object.prototype.toString.call(e).toLocaleLowerCase()=="[object String]".toLocaleLowerCase()&&(e=JSON.parse(e)),O[o]&&O[o](e)})}},_=function(e){var t={url:""};t=(0,n._extends)({},t,e),(0,i.log)("onDynamicLink->"+JSON.stringify(t)),u?HmJsBridge.dynamicLink&&HmJsBridge.dynamicLink(t):WebViewJavascriptBridge.callHandler("dynamicLink",t,function(e){(0,i.log)("onDynamicLink<-"+JSON.stringify(e))})},S={},H=!1,V=function(e,t){switch(arguments.length){case 1:return parseInt(Math.random()*e+1,10);case 2:return parseInt(Math.random()*(t-e+1)+e,10);default:return 0}},W=[],I=function e(){var t=V(1e3,9999);return-1!==W.indexOf(t)?e(t):(W.push(t),t)},x=function(e,t,o,n){var i={type:e||"1",payload:t||{},callbackId:I()};if(S[e+"-ok"]="function"==typeof o?o:g,S[e+"-notok"]="function"==typeof n?n:g,S[e+"_"+i.callbackId+"-ok"]="function"==typeof o?o:g,S[e+"_"+i.callbackId+"-notok"]="function"==typeof n?n:g,u)return void(HmJsBridge.request&&HmJsBridge.request(i,function(e){"string"==typeof e&&(e=JSON.parse(e)),e.error||"true"===e.error?e.callbackId&&"function"==typeof S[e.type+"_"+e.callbackId+"-notok"]?S[e.type+"_"+e.callbackId+"-notok"](k(-1,e.info)):"function"==typeof S[e.type+"-notok"]&&S[e.type+"-notok"](k(-1,e.info)):e.callbackId&&"function"==typeof S[e.type+"_"+e.callbackId+"-ok"]?(c||s||l||e.payload)&&S[e.type+"_"+e.callbackId+"-ok"](b(e.payload)):"function"==typeof S[e.type+"-ok"]&&(c||s||l||e.payload)&&S[e.type+"-ok"](b(e.payload))}));WebViewJavascriptBridge.callHandler("request",i,function(e){"string"==typeof e&&(e=JSON.parse(e)),e.error||"true"===e.error?e.callbackId&&"function"==typeof S[e.type+"_"+e.callbackId+"-notok"]?S[e.type+"_"+e.callbackId+"-notok"](k(-1,e.info)):"function"==typeof S[e.type+"-notok"]&&S[e.type+"-notok"](k(-1,e.info)):e.callbackId&&"function"==typeof S[e.type+"_"+e.callbackId+"-ok"]?(c||s||l||e.payload)&&S[e.type+"_"+e.callbackId+"-ok"](b(e.payload)):"function"==typeof S[e.type+"-ok"]&&(c||s||l||e.payload)&&S[e.type+"-ok"](b(e.payload))}),H||(WebViewJavascriptBridge.registerHandler("request",function(e){"string"==typeof e&&(e=JSON.parse(e)),e.error||"true"===e.error?e.callbackId&&"function"==typeof S[e.type+"_"+e.callbackId+"-notok"]?S[e.type+"_"+e.callbackId+"-notok"](k(-1,e.info)):"function"==typeof S[e.type+"-notok"]&&S[e.type+"-notok"](k(-1,e.info)):e.callbackId&&"function"==typeof S[e.type+"_"+e.callbackId+"-ok"]?S[e.type+"_"+e.callbackId+"-ok"](b(e.payload)):"function"==typeof S[e.type+"-ok"]&&S[e.type+"-ok"](b(e.payload))}),H=!0)},L=function(e,t,o,r){if((0,n.isEmpty)(e))throw new Error("functionNo is required ...");var a={funcId:e,payload:t||{}};(0,i.log)("onApiRequest->"+JSON.stringify(a)),u||WebViewJavascriptBridge.callHandler("apiRequest",a,function(e){if((0,i.log)("onApiRequest<-"+JSON.stringify(e)),"string"==typeof e&&(e=JSON.parse(e)),c||s||l){if(e.error||"true"===e.error)e.payload?"function"==typeof r&&r(k(e.payload.code,e.payload.info)):"function"==typeof r&&r(k(-1,e.info));else if("function"==typeof o){var t={};e.payload&&(t="string"==typeof e.payload.data?JSON.parse(e.payload.data):e.payload.data),o(b(t))}}else if(e.error||"true"===e.error)"function"==typeof r&&r(k(-1,e.info));else{var n={};n="string"==typeof e.payload.data?JSON.parse(e.payload.data):e.payload.data?e.payload.data:{},"0"!=e.payload.code?"function"==typeof r&&r(k(e.payload.code,e.payload.info)):"function"==typeof o&&o(b(n))}})};t.wrapOkPayload=b,t.wrapNotOkPayload=k,t.ready=y,t.onBack=v,t.onRefresh=J,t.onNavigationBar=m,t.onPushView=w,t.onNotify=h,t.subscribeNotify=N,t.onDynamicLink=_,t.onRequest=x,t.pageWillAppear=B,t.onApiRequest=L},9:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){var e=new Date;e.getDate();return(e.getHours()<10?"0"+e.getHours():e.getHours())+":"+(e.getMinutes()<10?"0"+e.getMinutes():e.getMinutes())+":"+(e.getSeconds()<10?"0"+e.getSeconds():e.getSeconds())+"."+e.getMilliseconds()},i=function(e){e&&(e=n()+"[赢家]: "+e)},r=function(e){e&&(e=n()+"[赢家]: "+e)};t.log=i,t.errorlog=r}})});
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.fastman=t():e.fastman=t()}(this,function(){return function(e){function t(n){if(o[n])return o[n].exports;var i=o[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var o={};return t.m=e,t.c=o,t.i=function(e){return e},t.d=function(e,o,n){t.o(e,o)||Object.defineProperty(e,o,{configurable:!1,enumerable:!0,get:n})},t.n=function(e){var o=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(o,"a",o),o},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=18)}({1:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(e){var t=document.createElement("a");t.setAttribute("href",e);var o=t.href;return t=null,o},i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e},r=function(e){return!(null!=e&&(e.length||e.length>0))},a=function(e){if(e){if(1==e.length)return e;var t=e.substring(e.length-1,e.length);return(e.length>=3?"**":"*")+t}return e};t.getAbsoluteUrl=n,t._extends=i,t.isEmpty=r,t.maskName=a},18:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.onApiRequest=t.pageWillAppear=t.onRequest=t.onDynamicLink=t.subscribeNotify=t.onNotify=t.onPushView=t.onNavigationBar=t.onRefresh=t.onBack=t.ready=t.wrapNotOkPayload=t.wrapOkPayload=void 0;var n=o(1),i=o(9),r=navigator.userAgent,a=r.match(/(Android);?[\s\/]+([\d.]+)?/),c=r.match(/(iPad).*OS\s([\d_]+)/),l=r.match(/(iPod)(.*OS\s([\d_]+))?/),s=!c&&r.match(/(iPhone\sOS)\s([\d_]+)/),f=!!r.toLowerCase().match(/DFYJ/i),d=!!(r.indexOf("Royal Flush")>-1),u=!!r.toLowerCase().match(/ArkWeb/i),p=function(e){return e.init(function(e,t){t&&t(data)}),e},y=function(e){var t=function(t){(0,i.log)("[ready] <-"),e(t)};if((0,i.log)("[ready] ->"),f)if(c||s||l){if(window.WebViewJavascriptBridge)return t(WebViewJavascriptBridge);if(window.WVJBCallbacks)return window.WVJBCallbacks.push(t);window.WVJBCallbacks=[t];var o=document.createElement("iframe");o.style.display="none",o.src="https://__bridge_loaded__",document.documentElement.appendChild(o),setTimeout(function(){document.documentElement.removeChild(o)},0)}else a?window.WebViewJavascriptBridge?t(p(WebViewJavascriptBridge)):document.addEventListener("WebViewJavascriptBridgeReady",function(){t(p(WebViewJavascriptBridge))},!1):t();else if(d){var n=function(e,o){t({message:e,callback:o})};window.WebViewJavascriptBridge?window.WebViewJavascriptBridge.init(n):document.addEventListener("WebViewJavascriptBridgeReady",function(){window.WebViewJavascriptBridge.init(n)},!1)}else t()},g=function(){},b=function(){return arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}},k=function(){return{code:arguments.length>0&&void 0!==arguments[0]?arguments[0]:-1,info:arguments.length>1&&void 0!==arguments[1]?arguments[1]:"error"}},v=function(e){var t={complete:g};t=(0,n._extends)({},t,e),(0,i.log)("onBack->"+JSON.stringify(t)),u?HmJsBridge.back&&HmJsBridge.back(t):WebViewJavascriptBridge.callHandler("back",t,function(e){(0,i.log)("onBack<-"+JSON.stringify(e)),t.complete(e)})},J=function(e){var t={complete:g};t=(0,n._extends)({},t,e),(0,i.log)("onRefresh->"+JSON.stringify(t)),u?HmJsBridge.refresh&&HmJsBridge.refresh(t):WebViewJavascriptBridge.callHandler("refresh",t,function(e){(0,i.log)("onRefresh<-"+JSON.stringify(e)),t.complete(e)})},m=function(e){var t={complete:g};t=(0,n._extends)({},t,e),(0,i.log)("onNavigationBar->"+JSON.stringify(t)),u?HmJsBridge.navigationBar&&HmJsBridge.navigationBar(t):WebViewJavascriptBridge.callHandler("navigationBar",t,function(e){(0,i.log)("onNavigationBar<-"+JSON.stringify(e)),t.complete(e)})},w=function(e){var t={title:""};t=(0,n._extends)({},t,e),t.uri&&(-1!=t.uri.indexOf("http")||-1!=t.uri.indexOf("https")||(t.uri=(0,n.getAbsoluteUrl)(t.uri))),(0,i.log)("onPushView->"+JSON.stringify(t)),u?HmJsBridge.go&&HmJsBridge.go(t):WebViewJavascriptBridge.callHandler("pushView",t,function(e){(0,i.log)("onPushView<-"+JSON.stringify(e))})},B=function(e){"function"==typeof e&&(u?HmJsBridge.willAppear&&HmJsBridge.willAppear(e):WebViewJavascriptBridge.registerHandler("pageWillAppear",e))},h=function(e){var t={type:"javascriptNotify"};t=(0,n._extends)({},t,e),(0,i.log)("onNotify->"+JSON.stringify(t)),u?HmJsBridge.willAppear&&HmJsBridge.notify(t):WebViewJavascriptBridge.callHandler("notify",t,function(e){(0,i.log)("onNotify<-"+JSON.stringify(e))})},O={},N=function(e,t){if("function"==typeof t){var o=e;"sae_video"==o&&(o="notify"),O[o]=t,(0,i.log)("subscribeNotify->"+e),u?HmJsBridge.subscribeNotify&&HmJsBridge.subscribeNotify(o,function(e){(0,i.log)("subscribeNotify<-"+JSON.stringify(e)),Object.prototype.toString.call(e).toLocaleLowerCase()=="[object String]".toLocaleLowerCase()&&(e=JSON.parse(e)),O[o]&&O[o](e)}):WebViewJavascriptBridge.registerHandler(o,function(e){(0,i.log)("subscribeNotify<-"+JSON.stringify(e)),Object.prototype.toString.call(e).toLocaleLowerCase()=="[object String]".toLocaleLowerCase()&&(e=JSON.parse(e)),O[o]&&O[o](e)})}},_=function(e){var t={url:""};t=(0,n._extends)({},t,e),(0,i.log)("onDynamicLink->"+JSON.stringify(t)),u?HmJsBridge.dynamicLink&&HmJsBridge.dynamicLink(t):WebViewJavascriptBridge.callHandler("dynamicLink",t,function(e){(0,i.log)("onDynamicLink<-"+JSON.stringify(e))})},S={},H=!1,V=function(e,t){switch(arguments.length){case 1:return parseInt(Math.random()*e+1,10);case 2:return parseInt(Math.random()*(t-e+1)+e,10);default:return 0}},W=[],I=function e(){var t=V(1e3,9999);return-1!==W.indexOf(t)?e(t):(W.push(t),t)},x=function(e,t,o,n){var i={type:e||"1",payload:t||{},callbackId:I()};if(S[e+"-ok"]="function"==typeof o?o:g,S[e+"-notok"]="function"==typeof n?n:g,S[e+"_"+i.callbackId+"-ok"]="function"==typeof o?o:g,S[e+"_"+i.callbackId+"-notok"]="function"==typeof n?n:g,u)return void(HmJsBridge.request&&HmJsBridge.request(i,function(e){"string"==typeof e&&(e=JSON.parse(e)),e.error||"true"===e.error?e.callbackId&&"function"==typeof S[e.type+"_"+e.callbackId+"-notok"]?S[e.type+"_"+e.callbackId+"-notok"](k(-1,e.info)):"function"==typeof S[e.type+"-notok"]&&S[e.type+"-notok"](k(-1,e.info)):e.callbackId&&"function"==typeof S[e.type+"_"+e.callbackId+"-ok"]?(c||s||l||e.payload)&&S[e.type+"_"+e.callbackId+"-ok"](b(e.payload)):"function"==typeof S[e.type+"-ok"]&&(c||s||l||e.payload)&&S[e.type+"-ok"](b(e.payload))}));WebViewJavascriptBridge.callHandler("request",i,function(e){"string"==typeof e&&(e=JSON.parse(e)),e.error||"true"===e.error?e.callbackId&&"function"==typeof S[e.type+"_"+e.callbackId+"-notok"]?S[e.type+"_"+e.callbackId+"-notok"](k(-1,e.info)):"function"==typeof S[e.type+"-notok"]&&S[e.type+"-notok"](k(-1,e.info)):e.callbackId&&"function"==typeof S[e.type+"_"+e.callbackId+"-ok"]?(c||s||l||e.payload)&&S[e.type+"_"+e.callbackId+"-ok"](b(e.payload)):"function"==typeof S[e.type+"-ok"]&&(c||s||l||e.payload)&&S[e.type+"-ok"](b(e.payload))}),H||(WebViewJavascriptBridge.registerHandler("request",function(e){"string"==typeof e&&(e=JSON.parse(e)),e.error||"true"===e.error?e.callbackId&&"function"==typeof S[e.type+"_"+e.callbackId+"-notok"]?S[e.type+"_"+e.callbackId+"-notok"](k(-1,e.info)):"function"==typeof S[e.type+"-notok"]&&S[e.type+"-notok"](k(-1,e.info)):e.callbackId&&"function"==typeof S[e.type+"_"+e.callbackId+"-ok"]?S[e.type+"_"+e.callbackId+"-ok"](b(e.payload)):"function"==typeof S[e.type+"-ok"]&&S[e.type+"-ok"](b(e.payload))}),H=!0)},L=function(e,t,o,r){if((0,n.isEmpty)(e))throw new Error("functionNo is required ...");var a={funcId:e,payload:t||{}};(0,i.log)("onApiRequest->"+JSON.stringify(a)),u||WebViewJavascriptBridge.callHandler("apiRequest",a,function(e){if((0,i.log)("onApiRequest<-"+JSON.stringify(e)),"string"==typeof e&&(e=JSON.parse(e)),c||s||l){if(e.error||"true"===e.error)e.payload?"function"==typeof r&&r(k(e.payload.code,e.payload.info)):"function"==typeof r&&r(k(-1,e.info));else if("function"==typeof o){var t={};e.payload&&(t="string"==typeof e.payload.data?JSON.parse(e.payload.data):e.payload.data),o(b(t))}}else if(e.error||"true"===e.error)"function"==typeof r&&r(k(-1,e.info));else{var n={};n="string"==typeof e.payload.data?JSON.parse(e.payload.data):e.payload.data?e.payload.data:{},"0"!=e.payload.code?"function"==typeof r&&r(k(e.payload.code,e.payload.info)):"function"==typeof o&&o(b(n))}})};t.wrapOkPayload=b,t.wrapNotOkPayload=k,t.ready=y,t.onBack=v,t.onRefresh=J,t.onNavigationBar=m,t.onPushView=w,t.onNotify=h,t.subscribeNotify=N,t.onDynamicLink=_,t.onRequest=x,t.pageWillAppear=B,t.onApiRequest=L},9:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){var e=new Date;e.getDate();return(e.getHours()<10?"0"+e.getHours():e.getHours())+":"+(e.getMinutes()<10?"0"+e.getMinutes():e.getMinutes())+":"+(e.getSeconds()<10?"0"+e.getSeconds():e.getSeconds())+"."+e.getMilliseconds()},i=function(e){e&&(e=n()+"[赢家]: "+e)},r=function(e){e&&(e=n()+"[赢家]: "+e)};t.log=i,t.errorlog=r}})});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fastman2",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "description": "a hybird app framework",
5
5
  "main": "index.js",
6
6
  "scripts": {