@opra/angular 1.9.0 → 1.9.2

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.
@@ -307,11 +307,11 @@ class OpraClientModule {
307
307
  }
308
308
  throw new Error('Invalid configuration. Must provide useFactory, useClass or useExisting');
309
309
  }
310
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: OpraClientModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
311
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.3", ngImport: i0, type: OpraClientModule });
312
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: OpraClientModule });
310
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: OpraClientModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
311
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.4", ngImport: i0, type: OpraClientModule });
312
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: OpraClientModule });
313
313
  }
314
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: OpraClientModule, decorators: [{
314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: OpraClientModule, decorators: [{
315
315
  type: NgModule,
316
316
  args: [{}]
317
317
  }] });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opra/angular",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "description": "Opra internationalization package",
5
5
  "author": "Panates",
6
6
  "license": "MIT",
@@ -11,7 +11,7 @@
11
11
  "@angular/common": "^18.0.0 || ^19.0.0",
12
12
  "@angular/core": "^18.0.0 || ^19.0.0",
13
13
  "@browsery/type-is": "^1.6.18-r8",
14
- "@opra/client": "^1.9.0",
14
+ "@opra/client": "^1.9.2",
15
15
  "rxjs": ">=7.8.0 <8",
16
16
  "ts-gems": "^3.11.3"
17
17
  },