fix(core): update
This commit is contained in:
parent
6f4be3baaa
commit
4e8ea21df2
@ -20,7 +20,7 @@
|
||||
"@gitzone/tstest": "^1.0.74",
|
||||
"@pushrocks/smartenv": "^5.0.5",
|
||||
"@pushrocks/tapbundle": "^5.0.4",
|
||||
"@types/node": "^18.15.3"
|
||||
"@types/node": "^18.15.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apiglobal/typedrequest": "^2.0.8",
|
||||
@ -28,7 +28,8 @@
|
||||
"@pushrocks/isohash": "^2.0.0",
|
||||
"@pushrocks/smartjson": "^5.0.5",
|
||||
"@pushrocks/smartsocket": "^2.0.16",
|
||||
"@pushrocks/smartstring": "^4.0.2"
|
||||
"@pushrocks/smartstring": "^4.0.2",
|
||||
"@pushrocks/smarturl": "^3.0.5"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
|
1437
pnpm-lock.yaml
generated
1437
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -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 };
|
||||
|
Loading…
Reference in New Issue
Block a user