@golemio/core 3.0.6-dev.2404796977 → 3.0.6-rc.2422961180

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.
Files changed (1) hide show
  1. package/package.json +8 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/core",
3
- "version": "3.0.6-dev.2404796977",
3
+ "version": "3.0.6-rc.2422961180",
4
4
  "description": "Golemio Core Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -84,7 +84,7 @@
84
84
  "@opentelemetry/sdk-trace-base": "^2.0.1",
85
85
  "@opentelemetry/sdk-trace-node": "^2.0.1",
86
86
  "@types/amqplib": "^0.10.7",
87
- "@types/express": "5.0.5",
87
+ "@types/express": "^5.0.5",
88
88
  "@types/geojson": "^7946.0.10",
89
89
  "@types/luxon": "^2.3.1",
90
90
  "@types/qs": "^6.9.18",
@@ -95,11 +95,12 @@
95
95
  "class-transformer": "^0.5.1",
96
96
  "class-validator": "^0.14.0",
97
97
  "content-type": "^1.0.4",
98
- "debug": "3.1.0",
98
+ "debug": "^3.1.0",
99
99
  "dotenv": "^8.2.0",
100
100
  "express": "^5.0.3",
101
101
  "express-validator": "^7.3.1",
102
102
  "fast-csv": "^4.3.6",
103
+ "fast-glob": "^3.2.5",
103
104
  "geojson": "^0.5.0",
104
105
  "html-entities": "^2.4.0",
105
106
  "iconv-lite": "^0.6.2",
@@ -118,7 +119,7 @@
118
119
  "redis-rstream": "^1.0.1",
119
120
  "redis-semaphore": "^5.6.0",
120
121
  "redis-wstream": "^1.0.0",
121
- "sequelize": "6.37.8",
122
+ "sequelize": "^6.37.8",
122
123
  "ssh2-sftp-client": "^7.1.0",
123
124
  "tsyringe": "^4.8.0",
124
125
  "undici": "^7.24.4",
@@ -126,7 +127,8 @@
126
127
  "yauzl": "^2.10.0"
127
128
  },
128
129
  "overrides": {
129
- "fastify": "^5.8.1",
130
- "fast-xml-parser": "^5.5.6"
130
+ "lightship": {
131
+ "fastify": "^5.8.1"
132
+ }
131
133
  }
132
134
  }