fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@apiglobal/typedsocket',
|
||||
version: '2.0.20',
|
||||
version: '2.0.21',
|
||||
description: 'a typedrequest extension supporting websockets'
|
||||
}
|
||||
|
@ -1 +1,7 @@
|
||||
import * as plugins from './typedsocket.plugins.js';
|
||||
export * from './typedsocket.classes.typedsocket.js';
|
||||
|
||||
export const useWindowLocationOriginUrl = () => {
|
||||
const windowLocationResult = plugins.smarturl.Smarturl.createFromUrl(globalThis.location.origin).toString();
|
||||
return windowLocationResult;
|
||||
}
|
@ -9,5 +9,6 @@ import * as isohash from '@pushrocks/isohash';
|
||||
import * as smartjson from '@pushrocks/smartjson';
|
||||
import * as smartsocket from '@pushrocks/smartsocket';
|
||||
import * as smartstring from '@pushrocks/smartstring';
|
||||
import * as smarturl from '@pushrocks/smarturl';
|
||||
|
||||
export { isohash, smartjson, smartsocket, smartstring };
|
||||
export { isohash, smartjson, smartsocket, smartstring, smarturl };
|
||||
|
Reference in New Issue
Block a user