fix(core): update

This commit is contained in:
2023-10-06 11:10:13 +02:00
parent b6d5f61f3c
commit 83a851a6aa
7 changed files with 2010 additions and 862 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartwhois',
version: '1.0.14',
name: '@push.rocks/smartwhois',
version: '1.0.15',
description: 'a package for dealing with whois requests'
}

View File

@ -6,8 +6,8 @@ export {
}
// pushrocks scope
import * as smarturl from '@pushrocks/smarturl';
import * as smartrequest from '@pushrocks/smartrequest';
import * as smarturl from '@push.rocks/smarturl';
import * as smartrequest from '@push.rocks/smartrequest';
export {
smarturl,