fix(package): Update dependency scopes/versions, fix imports and scripts, add pnpm workspace, remove GitLab CI

This commit is contained in:
2025-08-26 19:42:20 +00:00
parent 428f159ff7
commit a698d6cd35
11 changed files with 7922 additions and 3611 deletions

View File

@@ -1,7 +1,7 @@
import * as smartdelay from '@pushrocks/smartdelay';
import * as smarterror from '@pushrocks/smarterror';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smarttime from '@pushrocks/smarttime';
import * as smarthash from '@pushrocks/smarthash';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smarterror from '@push.rocks/smarterror';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smarttime from '@push.rocks/smarttime';
import * as smarthash from '@push.rocks/smarthash';
export { smarterror, smartdelay, smartpromise, smarttime, smarthash };