@tstdl/base 0.90.71 → 0.90.73
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tstdl/base",
|
|
3
|
-
"version": "0.90.
|
|
3
|
+
"version": "0.90.73",
|
|
4
4
|
"author": "Patrick Hein",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -111,11 +111,11 @@
|
|
|
111
111
|
"luxon": "^3.4",
|
|
112
112
|
"reflect-metadata": "^0.2",
|
|
113
113
|
"rxjs": "^7.8",
|
|
114
|
-
"type-fest": "4.
|
|
114
|
+
"type-fest": "4.18"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
117
|
"@mxssfd/typedoc-theme": "1.1",
|
|
118
|
-
"@stylistic/eslint-plugin": "1.
|
|
118
|
+
"@stylistic/eslint-plugin": "1.8",
|
|
119
119
|
"@types/chroma-js": "2.4",
|
|
120
120
|
"@types/koa__router": "12.0",
|
|
121
121
|
"@types/luxon": "3.4",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"typedoc": "0.25",
|
|
133
133
|
"typedoc-plugin-missing-exports": "2.2",
|
|
134
134
|
"typescript": "5.4",
|
|
135
|
-
"typescript-eslint": "7.
|
|
135
|
+
"typescript-eslint": "7.8"
|
|
136
136
|
},
|
|
137
137
|
"peerDependencies": {
|
|
138
138
|
"@elastic/elasticsearch": "^8.13",
|
|
@@ -145,14 +145,14 @@
|
|
|
145
145
|
"chroma-js": "^2.4",
|
|
146
146
|
"handlebars": "^4.7",
|
|
147
147
|
"koa": "^2.15",
|
|
148
|
-
"minio": "^
|
|
148
|
+
"minio": "^8.0",
|
|
149
149
|
"mjml": "^4.15",
|
|
150
150
|
"mongodb": "^6.5",
|
|
151
151
|
"nodemailer": "^6.9",
|
|
152
152
|
"playwright": "^1.43",
|
|
153
|
-
"preact": "^10.
|
|
153
|
+
"preact": "^10.21",
|
|
154
154
|
"preact-render-to-string": "^6.4",
|
|
155
|
-
"undici": "^6.
|
|
155
|
+
"undici": "^6.15",
|
|
156
156
|
"urlpattern-polyfill": "^10.0"
|
|
157
157
|
},
|
|
158
158
|
"peerDependenciesMeta": {
|
package/schema/types/types.d.ts
CHANGED
package/schema/utils/schema.js
CHANGED