kuzzle 2.40.0 → 2.40.1-beta.1
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 +11 -16
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kuzzle",
|
|
3
3
|
"author": "The Kuzzle Team <support@kuzzle.io>",
|
|
4
|
-
"version": "2.40.
|
|
4
|
+
"version": "2.40.1-beta.1",
|
|
5
5
|
"description": "Kuzzle is an open-source solution that handles all the data management through a secured API, with a large choice of protocols.",
|
|
6
6
|
"bin": "bin/start-kuzzle-server",
|
|
7
7
|
"scripts": {
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"debug": "4.4.0",
|
|
37
37
|
"denque": "2.1.0",
|
|
38
38
|
"didyoumean": "1.2.2",
|
|
39
|
-
"dumpme": "
|
|
39
|
+
"dumpme": "2.0.0",
|
|
40
40
|
"eventemitter3": "5.0.1",
|
|
41
|
-
"inquirer": "12.
|
|
42
|
-
"ioredis": "5.
|
|
41
|
+
"inquirer": "12.4.1",
|
|
42
|
+
"ioredis": "5.5.0",
|
|
43
43
|
"js-yaml": "4.1.0",
|
|
44
44
|
"json-stable-stringify": "1.2.1",
|
|
45
45
|
"json2yaml": "1.1.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"kuzzle-sdk": "^7.14.0",
|
|
51
51
|
"kuzzle-vault": "2.1.0",
|
|
52
52
|
"lodash": "4.17.21",
|
|
53
|
-
"long": "5.
|
|
53
|
+
"long": "5.3.0",
|
|
54
54
|
"moment": "2.30.1",
|
|
55
55
|
"ms": "2.1.3",
|
|
56
56
|
"murmurhash": "2.0.1",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"rc": "1.2.8",
|
|
61
61
|
"sdk-es7": "npm:@elastic/elasticsearch@7.13.0",
|
|
62
62
|
"sdk-es8": "npm:@elastic/elasticsearch@8.17.0",
|
|
63
|
-
"semver": "7.
|
|
63
|
+
"semver": "7.7.1",
|
|
64
64
|
"sorted-array": "2.0.4",
|
|
65
65
|
"uuid": "11.0.5",
|
|
66
66
|
"uWebSockets.js": "https://github.com/uNetworking/uWebSockets.js/archive/refs/tags/v20.51.0.tar.gz",
|
|
@@ -70,25 +70,21 @@
|
|
|
70
70
|
"winston-syslog": "2.7.1",
|
|
71
71
|
"winston-transport": "4.9.0",
|
|
72
72
|
"yargs": "17.7.2",
|
|
73
|
-
"zeromq": "6.
|
|
73
|
+
"zeromq": "6.3.0"
|
|
74
74
|
},
|
|
75
75
|
"repository": {
|
|
76
76
|
"type": "git",
|
|
77
77
|
"url": "git://github.com/kuzzleio/kuzzle.git"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@commitlint/cli": "19.
|
|
81
|
-
"@commitlint/config-conventional": "19.
|
|
80
|
+
"@commitlint/cli": "19.7.1",
|
|
81
|
+
"@commitlint/config-conventional": "19.7.1",
|
|
82
82
|
"@jest/globals": "29.7.0",
|
|
83
|
-
"@semantic-release/changelog": "6.0.3",
|
|
84
|
-
"@semantic-release/commit-analyzer": "13.0.1",
|
|
85
|
-
"@semantic-release/git": "10.0.1",
|
|
86
|
-
"@semantic-release/release-notes-generator": "14.0.3",
|
|
87
83
|
"@types/bluebird": "3.5.42",
|
|
88
84
|
"@types/cookie": "1.0.0",
|
|
89
85
|
"@types/jest": "29.5.14",
|
|
90
86
|
"@types/js-yaml": "4.0.9",
|
|
91
|
-
"@types/lodash": "4.17.
|
|
87
|
+
"@types/lodash": "4.17.15",
|
|
92
88
|
"@types/mocha": "^10.0.10",
|
|
93
89
|
"async": "3.2.6",
|
|
94
90
|
"chokidar": "4.0.3",
|
|
@@ -104,8 +100,7 @@
|
|
|
104
100
|
"request": "2.88.2",
|
|
105
101
|
"request-promise": "4.2.6",
|
|
106
102
|
"rewire": "5.0.0",
|
|
107
|
-
"semantic-release-config-kuzzle": "1.
|
|
108
|
-
"semantic-release-slack-bot": "4.0.2",
|
|
103
|
+
"semantic-release-config-kuzzle": "1.1.2",
|
|
109
104
|
"should": "13.2.3",
|
|
110
105
|
"should-sinon": "0.0.6",
|
|
111
106
|
"sinon": "19.0.2",
|