fix(core): update

This commit is contained in:
2023-08-04 16:22:39 +02:00
parent 0edc903900
commit 4f0066b5ca
7 changed files with 1272 additions and 896 deletions

View File

@@ -5,10 +5,10 @@ import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
export { typedrequest, typedrequestInterfaces };
// @pushrocks scope
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';
import * as isohash from '@push.rocks/isohash';
import * as smartjson from '@push.rocks/smartjson';
import * as smartsocket from '@push.rocks/smartsocket';
import * as smartstring from '@push.rocks/smartstring';
import * as smarturl from '@push.rocks/smarturl';
export { isohash, smartjson, smartsocket, smartstring, smarturl };