kuzzle 2.32.0-beta.1 → 2.32.0

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 (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +2 -4
package/README.md CHANGED
@@ -4,9 +4,6 @@
4
4
  <p align="center">
5
5
  <img alt="GitHub branch checks state" src="https://img.shields.io/github/checks-status/kuzzleio/kuzzle/master">
6
6
  <img alt="Sonarcloud" src="https://sonarcloud.io/api/project_badges/measure?project=kuzzleio_kuzzle&metric=alert_status&branch=master">
7
- <a href="https://codecov.io/gh/kuzzleio/kuzzle">
8
- <img src="https://codecov.io/gh/kuzzleio/kuzzle/branch/master/graph/badge.svg?token=jOrGhzslSM"/>
9
- </a>
10
7
  <a href="https://lgtm.com/projects/g/kuzzleio/kuzzle/context:javascript">
11
8
  <img src="https://img.shields.io/lgtm/grade/javascript/g/kuzzleio/kuzzle.svg?logo=lgtm&logoWidth=18" />
12
9
  </a>
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "kuzzle",
3
3
  "author": "The Kuzzle Team <support@kuzzle.io>",
4
- "version": "2.32.0-beta.1",
4
+ "version": "2.32.0",
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": {
8
8
  "build": "tsc",
9
9
  "clean": "touch index.ts && npm run build | grep TSFILE | cut -d' ' -f 2 | xargs rm",
10
- "codecov": "codecov",
11
10
  "cucumber": "cucumber.js --fail-fast",
12
11
  "dev": "ergol docker/scripts/start-kuzzle-dev.ts -c ./config/ergol.config.json",
13
12
  "doc-error-codes": "node -r ts-node/register doc/build-error-codes",
@@ -45,7 +44,7 @@
45
44
  "json2yaml": "1.1.0",
46
45
  "jsonwebtoken": "9.0.2",
47
46
  "koncorde": "4.3.0",
48
- "kuzzle-plugin-auth-passport-local": "6.4.0",
47
+ "kuzzle-plugin-auth-passport-local": "6.4.1",
49
48
  "kuzzle-plugin-logger": "3.0.3",
50
49
  "kuzzle-sdk": "^7.11.3",
51
50
  "kuzzle-vault": "2.0.4",
@@ -92,7 +91,6 @@
92
91
  "@types/lodash": "4.14.202",
93
92
  "async": "3.2.5",
94
93
  "chokidar": "3.5.3",
95
- "codecov": "3.8.3",
96
94
  "cucumber": "6.0.5",
97
95
  "cz-conventional-changelog": "^3.3.0",
98
96
  "ergol": "1.0.2",