@po-ui/ng-storage 21.0.0-next.0 → 21.0.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -721,10 +721,10 @@ class PoStorageService {
721
721
  throw new Error(`Cannot use this drivers: ${actualConfig.driverOrder.join(', ')}.`);
722
722
  }
723
723
  }
724
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PoStorageService, deps: [{ token: PO_STORAGE_CONFIG_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
725
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PoStorageService, providedIn: 'root' });
724
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: PoStorageService, deps: [{ token: PO_STORAGE_CONFIG_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
725
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: PoStorageService, providedIn: 'root' });
726
726
  }
727
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PoStorageService, decorators: [{
727
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: PoStorageService, decorators: [{
728
728
  type: Injectable,
729
729
  args: [{
730
730
  providedIn: 'root'
@@ -756,11 +756,11 @@ class PoStorageModule {
756
756
  ]
757
757
  };
758
758
  }
759
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PoStorageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
760
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: PoStorageModule });
761
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PoStorageModule });
759
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: PoStorageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
760
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.9", ngImport: i0, type: PoStorageModule });
761
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: PoStorageModule });
762
762
  }
763
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: PoStorageModule, decorators: [{
763
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: PoStorageModule, decorators: [{
764
764
  type: NgModule
765
765
  }] });
766
766
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@po-ui/ng-storage",
3
- "version": "21.0.0-next.0",
3
+ "version": "21.0.0-rc.0",
4
4
  "description": "PO UI - Storage",
5
5
  "author": "PO UI",
6
6
  "license": "MIT",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "schematics": "./schematics/collection.json",
13
13
  "dependencies": {
14
- "@po-ui/ng-schematics": "21.0.0-next.0",
14
+ "@po-ui/ng-schematics": "21.0.0-rc.0",
15
15
  "custom-idle-queue": "3.0.1",
16
16
  "localforage": "1.10.0",
17
17
  "lokijs": "1.5.12",
Binary file
@@ -23,7 +23,7 @@ function default_1(options) {
23
23
  }
24
24
  function addPoPackageAndInstall() {
25
25
  return (tree, context) => {
26
- (0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-storage', '21.0.0-next.0');
26
+ (0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-storage', '21.0.0-rc.0');
27
27
  // install packages
28
28
  context.addTask(new tasks_1.NodePackageInstallTask());
29
29
  };
Binary file