@code-name-jack/ngx-linkifyjs 16.0.1 → 16.1.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.
- package/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
[](https://github.com/AnthonyNahas/ngx-linkifyjs/blob/master/LICENSE)
|
|
13
13
|
[](https://github.com/gdi2290/awesome-angular)
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
## Supports Angular 16.x
|
|
16
16
|
<p align="center">
|
|
17
17
|
<img alt="ngx-linkifyjs demo" width="320px" style="text-align: center;"
|
|
18
18
|
src="https://cdn.jsdelivr.net/gh/anthonynahas/ngx-linkifyjs@master/assets/demo.gif">
|
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": "16.0
|
|
4
|
+
"version": "16.1.0",
|
|
5
5
|
"homepage": "https://github.com/code-name-jack/ngx-linkifyjs-v2",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Code Name Jack",
|
|
@@ -36,14 +36,11 @@
|
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@angular/common": "~16.x",
|
|
38
38
|
"@angular/core": "~16.x",
|
|
39
|
-
"@schematics/angular": "~16.x"
|
|
40
|
-
},
|
|
41
|
-
"dependencies": {
|
|
39
|
+
"@schematics/angular": "~16.x",
|
|
42
40
|
"linkify-plugin-hashtag": "^4.0.2",
|
|
43
41
|
"linkify-plugin-mention": "^4.0.2",
|
|
44
42
|
"linkify-string": "^4.0.2",
|
|
45
|
-
"linkifyjs": "^4.0.2"
|
|
46
|
-
"tslib": "^2.4.1"
|
|
43
|
+
"linkifyjs": "^4.0.2"
|
|
47
44
|
},
|
|
48
45
|
"release-it": {
|
|
49
46
|
"github": {
|
|
@@ -142,5 +139,8 @@
|
|
|
142
139
|
"default": "./fesm2020/code-name-jack-ngx-linkifyjs.mjs"
|
|
143
140
|
}
|
|
144
141
|
},
|
|
145
|
-
"sideEffects": false
|
|
142
|
+
"sideEffects": false,
|
|
143
|
+
"dependencies": {
|
|
144
|
+
"tslib": "^2.4.1"
|
|
145
|
+
}
|
|
146
146
|
}
|