@zetagoaurum-socket/decagramton 3.5.0 → 3.5.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.
- package/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
<img src="./decagramton_banner.jpg" width="100%" alt="Decagramton Banner">
|
|
6
6
|
|
|
7
|
-

|
|
8
|
+

|
|
9
9
|

|
|
10
10
|
|
|
11
11
|
**The Ten-Pointed Star of Speed**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zetagoaurum-socket/decagramton",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.2",
|
|
4
4
|
"contributors": [
|
|
5
5
|
"Adhiraj Singh <adiwajshing@gmail.com> (Original Creator)",
|
|
6
6
|
"ZetaGo-Aurum (Current Maintainer)",
|
|
@@ -93,10 +93,10 @@
|
|
|
93
93
|
"typescript": "^4.6.4"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
|
-
"jimp": "
|
|
97
|
-
"link-preview-js": "
|
|
98
|
-
"qrcode-terminal": "
|
|
99
|
-
"sharp": "
|
|
96
|
+
"jimp": ">=0.16.0",
|
|
97
|
+
"link-preview-js": ">=3.0.0",
|
|
98
|
+
"qrcode-terminal": ">=0.12.0",
|
|
99
|
+
"sharp": ">=0.30.0"
|
|
100
100
|
},
|
|
101
101
|
"peerDependenciesMeta": {
|
|
102
102
|
"jimp": {
|