@frontall/capacitor-udp
Advanced tools
Comparing version
import { registerPlugin } from '@capacitor/core'; | ||
const UDP = registerPlugin('UDP', { | ||
const UDP = registerPlugin('FrontallCapacitorUdp', { | ||
web: () => import('./web').then(m => new m.UDPWeb()), | ||
@@ -4,0 +4,0 @@ }); |
@@ -7,3 +7,3 @@ 'use strict'; | ||
const UDP = core.registerPlugin('UDP', { | ||
const UDP = core.registerPlugin('FrontallCapacitorUdp', { | ||
web: () => Promise.resolve().then(function () { return web; }).then(m => new m.UDPWeb()), | ||
@@ -10,0 +10,0 @@ }); |
var capacitorUDP = (function (exports, core) { | ||
'use strict'; | ||
const UDP = core.registerPlugin('UDP', { | ||
const UDP = core.registerPlugin('FrontallCapacitorUdp', { | ||
web: () => Promise.resolve().then(function () { return web; }).then(m => new m.UDPWeb()), | ||
@@ -6,0 +6,0 @@ }); |
{ | ||
"name": "@frontall/capacitor-udp", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "UDP Plugin for CapacitorJS inspired by the UDP Plugin of https://github.com/unitree-czk/capacitor-udp", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
77456
0.12%