From 351f2133d421e00c6914529c25af02faa1818191 Mon Sep 17 00:00:00 2001 From: camargo Date: Tue, 31 May 2022 10:09:46 -0700 Subject: [PATCH] release: version 0.11.3 --- package-lock.json | 4 ++-- package.json | 2 +- schemas/view.json | 45 ++++++--------------------------------------- src/env.ts | 2 +- 4 files changed, 10 insertions(+), 43 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cc0cdb..dc43fdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aerie-gateway", - "version": "0.11.2", + "version": "0.11.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aerie-gateway", - "version": "0.11.2", + "version": "0.11.3", "license": "MIT", "dependencies": { "ajv": "^8.11.0", diff --git a/package.json b/package.json index dfb1faf..86c89bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aerie-gateway", "description": "The API gateway for Aerie.", - "version": "0.11.2", + "version": "0.11.3", "type": "module", "license": "MIT", "private": true, diff --git a/schemas/view.json b/schemas/view.json index 440c6dc..9d589c1 100644 --- a/schemas/view.json +++ b/schemas/view.json @@ -1,7 +1,7 @@ { "$id": "https://github.com/NASA-AMMOS/aerie-gateway/blob/develop/schemas/view.json", "$schema": "http://json-schema.org/draft-07/schema", - "$version": "0.11.2", + "$version": "0.11.3", "additionalProperties": false, "definitions": { "color": { @@ -376,14 +376,7 @@ "$ref": "#/definitions/yAxisId" } }, - "required": [ - "activityColor", - "activityHeight", - "chartType", - "filter", - "id", - "yAxisId" - ], + "required": ["activityColor", "activityHeight", "chartType", "filter", "id", "yAxisId"], "type": "object" }, { @@ -463,14 +456,7 @@ "$ref": "#/definitions/yAxisId" } }, - "required": [ - "chartType", - "colorScheme", - "filter", - "id", - "opacity", - "yAxisId" - ], + "required": ["chartType", "colorScheme", "filter", "id", "opacity", "yAxisId"], "type": "object" } ] @@ -504,26 +490,13 @@ "type": "number" } }, - "required": [ - "color", - "id", - "label", - "scaleDomain", - "tickCount" - ], + "required": ["color", "id", "label", "scaleDomain", "tickCount"], "type": "object" }, "type": "array" } }, - "required": [ - "autoAdjustHeight", - "height", - "horizontalGuides", - "id", - "layers", - "yAxes" - ], + "required": ["autoAdjustHeight", "height", "horizontalGuides", "id", "layers", "yAxes"], "type": "object" }, "type": "array" @@ -550,13 +523,7 @@ "type": "array" } }, - "required": [ - "id", - "marginLeft", - "marginRight", - "rows", - "verticalGuides" - ], + "required": ["id", "marginLeft", "marginRight", "rows", "verticalGuides"], "type": "object" }, "type": "array" diff --git a/src/env.ts b/src/env.ts index 7070c43..48049a3 100644 --- a/src/env.ts +++ b/src/env.ts @@ -33,7 +33,7 @@ export const defaultEnv: Env = { RATE_LIMITER_FILES_MAX: 1000, RATE_LIMITER_LOGIN_MAX: 1000, RATE_LIMITER_UI_VIEWS_MAX: 1000, - VERSION: '0.11.2', + VERSION: '0.11.3', }; /**