carta-controller 5.0.0 → 5.0.3

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 +7 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,9 +1,12 @@
1
1
  # CARTA Controller
2
-
3
- [![carta version](https://img.shields.io/badge/CARTA%20Version-4.1.0-brightgreen)](https://github.com/CARTAvis/carta-backend/releases/tag/v4.1.0)
4
- [![npm version](https://img.shields.io/npm/v/carta-controller?style=flat)](https://npmjs.org/package/carta-controller "View this project on npm")
2
+ <!-- These badges should only be uncommented in release branches, and point to the appropriate tags: -->
3
+ [![CARTA version](https://img.shields.io/badge/CARTA%20release-5.0.0-brightgreen)](https://github.com/CARTAvis/carta/releases/tag/v5.0.0)
4
+ [![npm package](https://img.shields.io/npm/v/carta-controller/latest?style=flat)](https://www.npmjs.com/package/carta-controller/v/latest)
5
+ <!-- These badges should only be uncommented in dev, and updated with the dev version: -->
6
+ <!--[![CARTA backend version](https://img.shields.io/badge/CARTA%20backend%20version-6.0.0--dev-brightgreen)](https://github.com/CARTAvis/carta-backend/)
7
+ [![CARTA frontend version](https://img.shields.io/badge/CARTA%20frontend%20version-6.0.0--dev-brightgreen)](https://github.com/CARTAvis/carta-frontend/)
5
8
  ![last commit](https://img.shields.io/github/last-commit/CARTAvis/carta-controller)
6
- ![commit activity](https://img.shields.io/github/commit-activity/m/CARTAvis/carta-controller)
9
+ ![commit activity](https://img.shields.io/github/commit-activity/m/CARTAvis/carta-controller)-->
7
10
 
8
11
  The CARTA controller provides a simple dashboard which authenticates users and allows them to manage their CARTA backend processes. It also serves static frontend code to clients, and dynamically redirects authenticated client connections to the appropriate backend processes. The controller can either handle authentication itself, or delegate it to an external OAuth2-based authentication server.
9
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carta-controller",
3
- "version": "5.0.0",
3
+ "version": "5.0.3",
4
4
  "description": "NodeJS-based controller for CARTA",
5
5
  "repository": "https://github.com/CARTAvis/carta-controller",
6
6
  "homepage": "https://www.cartavis.org",
@@ -25,7 +25,7 @@
25
25
  "ajv-formats": "^3.0.1",
26
26
  "axios": "^1.8.2",
27
27
  "body-parser": "^1.19.0",
28
- "carta-frontend": "^5.0.2",
28
+ "carta-frontend": "^5.0.3",
29
29
  "compression": "^1.8.0",
30
30
  "cookie-parser": "^1.4.7",
31
31
  "cors": "^2.8.5",