@code-name-jack/ngx-linkifyjs 20.2.0 → 21.0.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.
|
@@ -18,10 +18,10 @@ class NgxLinkifyjsPipe {
|
|
|
18
18
|
}
|
|
19
19
|
return linkifyStr(value, options);
|
|
20
20
|
}
|
|
21
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
22
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
21
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: NgxLinkifyjsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
22
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: NgxLinkifyjsPipe, isStandalone: true, name: "linkify" }); }
|
|
23
23
|
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: NgxLinkifyjsPipe, decorators: [{
|
|
25
25
|
type: Pipe,
|
|
26
26
|
args: [{
|
|
27
27
|
name: 'linkify',
|
|
@@ -67,10 +67,10 @@ class NgxLinkifyjsService {
|
|
|
67
67
|
}
|
|
68
68
|
return value.every(v => linkify.test(v));
|
|
69
69
|
}
|
|
70
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
71
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
70
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: NgxLinkifyjsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
71
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: NgxLinkifyjsService, providedIn: 'root' }); }
|
|
72
72
|
}
|
|
73
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
73
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: NgxLinkifyjsService, decorators: [{
|
|
74
74
|
type: Injectable,
|
|
75
75
|
args: [{ providedIn: 'root' }]
|
|
76
76
|
}] });
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-name-jack/ngx-linkifyjs",
|
|
3
3
|
"description": "Angular wrapper for linkifyjs(v4) - library for finding links in plain text and converting them to HTML <a> tags via linkifyjs",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "21.0.0",
|
|
5
5
|
"homepage": "https://github.com/code-name-jack/ngx-linkifyjs-v2",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Code Name Jack",
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"url": "https://github.com/code-name-jack/ngx-linkifyjs-v2/issues"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
|
-
"node": ">=
|
|
34
|
+
"node": ">=22.0.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@angular/common": "^
|
|
38
|
-
"@angular/core": "^
|
|
39
|
-
"@schematics/angular": "^
|
|
37
|
+
"@angular/common": "^21.0.0",
|
|
38
|
+
"@angular/core": "^21.0.0",
|
|
39
|
+
"@schematics/angular": "^21.0.0",
|
|
40
40
|
"linkify-plugin-hashtag": "^4.0.2",
|
|
41
41
|
"linkify-plugin-mention": "^4.0.2",
|
|
42
42
|
"linkify-string": "^4.0.2",
|
|
@@ -70,13 +70,13 @@
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"module": "fesm2022/code-name-jack-ngx-linkifyjs.mjs",
|
|
73
|
-
"typings": "
|
|
73
|
+
"typings": "types/code-name-jack-ngx-linkifyjs.d.ts",
|
|
74
74
|
"exports": {
|
|
75
75
|
"./package.json": {
|
|
76
76
|
"default": "./package.json"
|
|
77
77
|
},
|
|
78
78
|
".": {
|
|
79
|
-
"types": "./
|
|
79
|
+
"types": "./types/code-name-jack-ngx-linkifyjs.d.ts",
|
|
80
80
|
"default": "./fesm2022/code-name-jack-ngx-linkifyjs.mjs"
|
|
81
81
|
}
|
|
82
82
|
},
|
|
File without changes
|