fix(package): Update dependency scopes/versions, fix imports and scripts, add pnpm workspace, remove GitLab CI
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/**
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
* autocreated commitinfo by @push.rocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartcache',
|
||||
version: '1.0.16',
|
||||
description: 'cache things in smart ways'
|
||||
name: '@push.rocks/smartcache',
|
||||
version: '1.0.17',
|
||||
description: 'A module for caching asynchronous function results with smart time and hash-based invalidation strategies.'
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import * as plugins from './smartcache.plugins.js';
|
||||
import { SmartError } from '@pushrocks/smarterror';
|
||||
import { SmartError } from '@push.rocks/smarterror';
|
||||
|
||||
export interface ICacheMap {
|
||||
[key: string]: {
|
||||
|
@@ -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 };
|
||||
|
Reference in New Issue
Block a user