@golemio/core 3.0.1 → 3.0.2-dev.2249067969
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 +13 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/core",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2-dev.2249067969",
|
|
4
4
|
"description": "Golemio Core Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -31,33 +31,33 @@
|
|
|
31
31
|
"@commitlint/cli": "^19.3.0",
|
|
32
32
|
"@commitlint/config-conventional": "^16.2.1",
|
|
33
33
|
"@golemio/eslint-config": "1.1.2",
|
|
34
|
-
"@types/chai": "
|
|
35
|
-
"@types/chai-as-promised": "
|
|
34
|
+
"@types/chai": "^5.2.3",
|
|
35
|
+
"@types/chai-as-promised": "^8.0.2",
|
|
36
36
|
"@types/content-type": "^1.1.3",
|
|
37
37
|
"@types/debug": "0.0.31",
|
|
38
|
-
"@types/mocha": "^
|
|
38
|
+
"@types/mocha": "^10.0.10",
|
|
39
39
|
"@types/node": "^22.15.29",
|
|
40
|
-
"@types/sinon": "^
|
|
40
|
+
"@types/sinon": "^21.0.0",
|
|
41
41
|
"@types/ssh2-sftp-client": "^5.3.1",
|
|
42
42
|
"@types/supertest": "^6.0.3",
|
|
43
43
|
"@types/uuid": "^8.3.4",
|
|
44
44
|
"@types/xml2js": "^0.4.11",
|
|
45
45
|
"@types/yauzl": "^2.10.0",
|
|
46
|
-
"chai": "
|
|
47
|
-
"chai-as-promised": "
|
|
46
|
+
"chai": "^6.2.2",
|
|
47
|
+
"chai-as-promised": "^8.0.2",
|
|
48
48
|
"cross-env": "^7.0.3",
|
|
49
49
|
"eslint": "^8.1.1",
|
|
50
50
|
"husky": "^4.3.7",
|
|
51
|
-
"mocha": "^
|
|
51
|
+
"mocha": "^11.7.5",
|
|
52
52
|
"nock": "^14.0.0-beta.5",
|
|
53
53
|
"npm-run-all": "^4.1.5",
|
|
54
54
|
"nyc": "^15.1.0",
|
|
55
55
|
"prettier": "^2.5.1",
|
|
56
56
|
"pretty-quick": "^3.1.0",
|
|
57
57
|
"rimraf": "^3.0.2",
|
|
58
|
-
"sinon": "^
|
|
58
|
+
"sinon": "^21.0.1",
|
|
59
59
|
"source-map-support": "0.5.21",
|
|
60
|
-
"supertest": "^
|
|
60
|
+
"supertest": "^7.1.4",
|
|
61
61
|
"ts-node": "^10.9.1",
|
|
62
62
|
"ts-patch": "3.0.0-beta3",
|
|
63
63
|
"tsconfig-paths": "^4.2.0",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"@azure/data-tables": "^13.3.0",
|
|
71
71
|
"@azure/identity": "^4.5.0",
|
|
72
72
|
"@azure/storage-blob": "^12.26.0",
|
|
73
|
-
"@golemio/errors": "2.0.
|
|
74
|
-
"@golemio/validator": "0.3.
|
|
73
|
+
"@golemio/errors": "2.0.8-dev.1931991008",
|
|
74
|
+
"@golemio/validator": "0.3.6-dev.1288217736",
|
|
75
75
|
"@google-cloud/storage": "^7.16.0",
|
|
76
76
|
"@opentelemetry/api": "^1.9.0",
|
|
77
77
|
"@opentelemetry/exporter-trace-otlp-grpc": "^0.204.0",
|
|
@@ -100,7 +100,6 @@
|
|
|
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",
|
|
104
103
|
"geojson": "^0.5.0",
|
|
105
104
|
"html-entities": "^2.4.0",
|
|
106
105
|
"iconv-lite": "^0.6.2",
|
|
@@ -115,7 +114,7 @@
|
|
|
115
114
|
"pino-http": "^9.0.0",
|
|
116
115
|
"pino-pretty": "^10.3.1",
|
|
117
116
|
"prom-client": "^14.0.0",
|
|
118
|
-
"qs": "^6.14.
|
|
117
|
+
"qs": "^6.14.1",
|
|
119
118
|
"redis-rstream": "^1.0.1",
|
|
120
119
|
"redis-semaphore": "^5.6.0",
|
|
121
120
|
"redis-wstream": "^1.0.0",
|