@rfprodz/client-util-eliza 1.5.8 → 1.5.9

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.
@@ -1106,11 +1106,11 @@ class AppElizaModule {
1106
1106
  providers: [elizaDataProvider(data)],
1107
1107
  };
1108
1108
  }
1109
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: AppElizaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1110
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.3", ngImport: i0, type: AppElizaModule }); }
1111
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: AppElizaModule }); }
1109
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: AppElizaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1110
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.5", ngImport: i0, type: AppElizaModule }); }
1111
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: AppElizaModule }); }
1112
1112
  }
1113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: AppElizaModule, decorators: [{
1113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: AppElizaModule, decorators: [{
1114
1114
  type: NgModule,
1115
1115
  args: [{}]
1116
1116
  }] });
@@ -1543,10 +1543,10 @@ class AppElizaService {
1543
1543
  resolve(elizaReply);
1544
1544
  });
1545
1545
  }
1546
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: AppElizaService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1547
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: AppElizaService, providedIn: 'root' }); }
1546
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: AppElizaService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1547
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: AppElizaService, providedIn: 'root' }); }
1548
1548
  }
1549
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: AppElizaService, decorators: [{
1549
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: AppElizaService, decorators: [{
1550
1550
  type: Injectable,
1551
1551
  args: [{
1552
1552
  providedIn: 'root',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rfprodz/client-util-eliza",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "description": "Angular chatbot logic based on Eliza (https://en.wikipedia.org/wiki/ELIZA).",
5
5
  "keywords": [
6
6
  "angular-chatbot",
@@ -23,7 +23,7 @@
23
23
  "tslib": "2.8.1"
24
24
  },
25
25
  "peerDependencies": {
26
- "@angular/core": "21.1.3"
26
+ "@angular/core": "21.1.5"
27
27
  },
28
28
  "module": "fesm2022/rfprodz-client-util-eliza.mjs",
29
29
  "typings": "types/rfprodz-client-util-eliza.d.ts",