@golemio/core 3.1.0-dev.2514160696 → 3.1.0-dev.2525217224
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/core",
|
|
3
|
-
"version": "3.1.0-dev.
|
|
3
|
+
"version": "3.1.0-dev.2525217224",
|
|
4
4
|
"description": "Golemio Core Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"iconv-lite": "^0.6.2",
|
|
109
109
|
"ioredis": "^5.4.1",
|
|
110
110
|
"JSONStream": "^1.3.5",
|
|
111
|
-
"lightship": "
|
|
111
|
+
"lightship": "9.0.2",
|
|
112
112
|
"luxon": "^2.5.2",
|
|
113
113
|
"moment-timezone": "^0.5.26",
|
|
114
114
|
"opentelemetry-instrumentation-sequelize": "^0.41.0",
|
|
@@ -132,7 +132,8 @@
|
|
|
132
132
|
"overrides": {
|
|
133
133
|
"lodash": "^4.18.1",
|
|
134
134
|
"lightship": {
|
|
135
|
-
"fast-uri": "^3.1.2"
|
|
135
|
+
"fast-uri": "^3.1.2",
|
|
136
|
+
"fastify": "^5.8.5"
|
|
136
137
|
},
|
|
137
138
|
"@google-cloud/storage": {
|
|
138
139
|
"fast-xml-builder": "^1.2.0"
|