@hylid/call
Advanced tools
Comparing version 4.0.0-alpha.8 to 4.0.0-alpha.9
/// <reference types="miniprogram" /> | ||
import { MPApi, PickMPArgs, PickMpReturns, Callback } from '@hylid/types'; | ||
import { mpCall } from './mpCall'; | ||
import { mpWebCall } from './mpWebCall'; | ||
import { webCall } from './webCall'; | ||
import { mpWebCall, mpWebCallAsync } from './mpWebCall'; | ||
import { webCall, webCallAsync } from './webCall'; | ||
import { notFound } from './notFound'; | ||
@@ -11,3 +11,3 @@ import { Config } from './types'; | ||
export { WebViewBridge } from './webviewBridge'; | ||
export { mpCall, mpWebCall, webCall, notFound }; | ||
export { mpCall, mpWebCall, webCall, notFound, mpWebCallAsync, webCallAsync }; | ||
export { promisify } from './promisify'; |
var _a; | ||
import { platform, PLATFORM } from '@hylid/env'; | ||
import { mpCall } from "./mpCall"; | ||
import { mpWebCall } from "./mpWebCall"; | ||
import { webCall } from "./webCall"; | ||
import { mpWebCall, mpWebCallAsync } from "./mpWebCall"; | ||
import { webCall, webCallAsync } from "./webCall"; | ||
import { notFound } from "./notFound"; | ||
@@ -29,3 +29,3 @@ var callMap = (_a = {}, _a[PLATFORM.MP] = mpCall, _a[PLATFORM.MPWEB] = mpWebCall, _a[PLATFORM.WEB] = webCall, _a); | ||
export { WebViewBridge } from "./webviewBridge"; | ||
export { mpCall, mpWebCall, webCall, notFound }; | ||
export { mpCall, mpWebCall, webCall, notFound, mpWebCallAsync, webCallAsync }; | ||
export { promisify } from "./promisify"; |
{ | ||
"name": "@hylid/call", | ||
"version": "4.0.0-alpha.8", | ||
"version": "4.0.0-alpha.9", | ||
"main": "lib/index.js", | ||
@@ -9,4 +9,4 @@ "files": [ | ||
"dependencies": { | ||
"@hylid/env": "^4.0.0-alpha.8", | ||
"@hylid/types": "^4.0.0-alpha.8" | ||
"@hylid/env": "^4.0.0-alpha.9", | ||
"@hylid/types": "^4.0.0-alpha.9" | ||
}, | ||
@@ -13,0 +13,0 @@ "publishConfig": { |
39375
Updated@hylid/env@^4.0.0-alpha.9
Updated@hylid/types@^4.0.0-alpha.9