@tstdl/base 0.71.45 → 0.71.46
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/package.json +1 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tstdl/base",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.46",
|
|
4
4
|
"author": "Patrick Hein",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -55,48 +55,6 @@
|
|
|
55
55
|
"peerDependenciesMeta": {
|
|
56
56
|
"@tstdl/angular": {
|
|
57
57
|
"optional": true
|
|
58
|
-
},
|
|
59
|
-
"@elastic/elasticsearch": {
|
|
60
|
-
"optional": true
|
|
61
|
-
},
|
|
62
|
-
"@koa/router": {
|
|
63
|
-
"optional": true
|
|
64
|
-
},
|
|
65
|
-
"@tstdl/angular": {
|
|
66
|
-
"optional": true
|
|
67
|
-
},
|
|
68
|
-
"chroma-js": {
|
|
69
|
-
"optional": true
|
|
70
|
-
},
|
|
71
|
-
"got": {
|
|
72
|
-
"optional": true
|
|
73
|
-
},
|
|
74
|
-
"handlebars": {
|
|
75
|
-
"optional": true
|
|
76
|
-
},
|
|
77
|
-
"koa": {
|
|
78
|
-
"optional": true
|
|
79
|
-
},
|
|
80
|
-
"minio": {
|
|
81
|
-
"optional": true
|
|
82
|
-
},
|
|
83
|
-
"mjml": {
|
|
84
|
-
"optional": true
|
|
85
|
-
},
|
|
86
|
-
"mongodb": {
|
|
87
|
-
"optional": true
|
|
88
|
-
},
|
|
89
|
-
"nodemailer": {
|
|
90
|
-
"optional": true
|
|
91
|
-
},
|
|
92
|
-
"superstruct": {
|
|
93
|
-
"optional": true
|
|
94
|
-
},
|
|
95
|
-
"undici": {
|
|
96
|
-
"optional": true
|
|
97
|
-
},
|
|
98
|
-
"urlpattern-polyfill": {
|
|
99
|
-
"optional": true
|
|
100
58
|
}
|
|
101
59
|
}
|
|
102
60
|
}
|