fix(deps): remove obsolete isohash

This commit is contained in:
2026-05-19 06:56:02 +00:00
parent a5b08f6304
commit e07702ce37
3 changed files with 0 additions and 6 deletions
-1
View File
@@ -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",
-3
View File
@@ -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
-2
View File
@@ -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,