Compare commits

..

2 Commits

Author SHA1 Message Date
d3a3d5be9d 4.0.16 2021-10-16 23:33:22 +02:00
c9a734d879 fix(core): update 2021-10-16 23:33:21 +02:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartdata",
"version": "4.0.15",
"version": "4.0.16",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartdata",
"version": "4.0.15",
"version": "4.0.16",
"license": "MIT",
"dependencies": {
"@pushrocks/lik": "^4.0.20",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartdata",
"version": "4.0.15",
"version": "4.0.16",
"private": false,
"description": "do more with data",
"main": "dist_ts/index.js",

View File

@ -28,7 +28,7 @@ export class EasyStore<T> {
this.nameId = nameIdArg;
}
public async getEasyStore() {
private async getEasyStore() {
let easyStore = await this.easyStoreClass.getInstance({
nameId: this.nameId,
});