fix(core): update

This commit is contained in:
2023-07-27 13:51:40 +02:00
parent 94280da45c
commit 0d343329f5
13 changed files with 1337 additions and 859 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/webstore',
version: '2.0.8',
name: '@push.rocks/webstore',
version: '2.0.9',
description: 'high performance storage in the browser using indexed db'
}

View File

@ -1,9 +1,9 @@
// pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartenv from '@pushrocks/smartenv';
import * as smartjson from '@pushrocks/smartjson';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrx from '@pushrocks/smartrx';
import * as lik from '@push.rocks/lik';
import * as smartenv from '@push.rocks/smartenv';
import * as smartjson from '@push.rocks/smartjson';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
export { lik, smartenv, smartjson, smartpromise, smartrx };