fix(deps): remove obsolete isohash
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
"dependencies": {
|
||||
"@api.global/typedrequest-interfaces": "^3.0.19",
|
||||
"@api.global/typedserver": "^8.4.6",
|
||||
"@push.rocks/isohash": "^2.0.1",
|
||||
"@push.rocks/isounique": "^1.0.5",
|
||||
"@push.rocks/lik": "^6.4.1",
|
||||
"@push.rocks/smartdelay": "^3.0.5",
|
||||
|
||||
Generated
-3
@@ -14,9 +14,6 @@ importers:
|
||||
'@api.global/typedserver':
|
||||
specifier: ^8.4.6
|
||||
version: 8.4.6(@tiptap/pm@2.27.2)
|
||||
'@push.rocks/isohash':
|
||||
specifier: ^2.0.1
|
||||
version: 2.0.1
|
||||
'@push.rocks/isounique':
|
||||
specifier: ^1.0.5
|
||||
version: 1.0.5
|
||||
|
||||
@@ -5,7 +5,6 @@ export { typedrequestInterfaces };
|
||||
|
||||
// pushrocks scope
|
||||
import * as lik from '@push.rocks/lik';
|
||||
import * as isohash from '@push.rocks/isohash';
|
||||
import * as isounique from '@push.rocks/isounique';
|
||||
import * as smartdelay from '@push.rocks/smartdelay';
|
||||
import * as smartlog from '@push.rocks/smartlog';
|
||||
@@ -17,7 +16,6 @@ import * as smarturl from '@push.rocks/smarturl';
|
||||
|
||||
export {
|
||||
lik,
|
||||
isohash,
|
||||
isounique,
|
||||
smartdelay,
|
||||
smartlog,
|
||||
|
||||
Reference in New Issue
Block a user