@unhead/angular 3.0.4 → 3.0.5

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.
@@ -51,10 +51,10 @@ class UnheadSSRService {
51
51
  this.document.body.innerHTML = bodyTagsOpen + this.document.body.innerHTML + bodyTags;
52
52
  this.document.head.innerHTML = headTags;
53
53
  }
54
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: UnheadSSRService, deps: [{ token: DOCUMENT }, { token: UnheadInjectionToken }], target: i0.ɵɵFactoryTarget.Injectable });
55
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: UnheadSSRService, providedIn: 'root' });
54
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: UnheadSSRService, deps: [{ token: DOCUMENT }, { token: UnheadInjectionToken }], target: i0.ɵɵFactoryTarget.Injectable });
55
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: UnheadSSRService, providedIn: 'root' });
56
56
  }
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: UnheadSSRService, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: UnheadSSRService, decorators: [{
58
58
  type: Injectable,
59
59
  args: [{
60
60
  providedIn: 'root',
@@ -113,10 +113,10 @@ class Head {
113
113
  ngOnDestroy() {
114
114
  this.headEntry.dispose();
115
115
  }
116
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: Head, deps: [], target: i0.ɵɵFactoryTarget.Component });
117
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: Head, isStandalone: true, selector: "unhead-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
116
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: Head, deps: [], target: i0.ɵɵFactoryTarget.Component });
117
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: Head, isStandalone: true, selector: "unhead-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
118
118
  }
119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: Head, decorators: [{
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: Head, decorators: [{
120
120
  type: Component,
121
121
  args: [{
122
122
  selector: 'unhead-head',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unhead/angular",
3
3
  "type": "module",
4
- "version": "3.0.4",
4
+ "version": "3.0.5",
5
5
  "description": "Full-stack <head> manager built for Angular.",
6
6
  "author": "Harlan Wilton <harlan@harlanzw.com>",
7
7
  "license": "MIT",
@@ -61,18 +61,18 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "tslib": "^2.8.1",
64
- "unhead": "3.0.4"
64
+ "unhead": "3.0.5"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@angular-devkit/build-angular": "^21.2.7",
68
68
  "@angular/cli": "^21.2.7",
69
- "@angular/common": "^21.2.8",
70
- "@angular/compiler": "^21.2.8",
71
- "@angular/compiler-cli": "^21.2.8",
72
- "@angular/core": "^21.2.8",
73
- "@angular/platform-browser": "^21.2.8",
74
- "@angular/platform-browser-dynamic": "^21.2.8",
75
- "@angular/platform-server": "^21.2.8",
69
+ "@angular/common": "^21.2.9",
70
+ "@angular/compiler": "^21.2.9",
71
+ "@angular/compiler-cli": "^21.2.9",
72
+ "@angular/core": "^21.2.9",
73
+ "@angular/platform-browser": "^21.2.9",
74
+ "@angular/platform-browser-dynamic": "^21.2.9",
75
+ "@angular/platform-server": "^21.2.9",
76
76
  "zone.js": "^0.16.1"
77
77
  },
78
78
  "scripts": {