Skip to content

Commit 4fa7a6f

Browse files
authored
Merge pull request #387 from nulib/deploy/staging
Deploy v2.11.3 to production
2 parents a404df1 + dd788c7 commit 4fa7a6f

11 files changed

Lines changed: 14 additions & 14 deletions

File tree

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dc-api",
3-
"version": "2.11.2",
3+
"version": "2.11.3",
44
"description": "NUL Digital Collections API",
55
"repository": "https://github.com/nulib/dc-api-v2",
66
"author": "nulib",

api/src/handlers/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const normalize = createMiddleware(async (c, next) => {
2929
const environment = createMiddleware(async (c, next) => {
3030
if (!process.env["__SKIP_SECRETS__"]) {
3131
const SECRETS_PATH = process.env["SECRETS_PATH"];
32-
const API_CONFIG_PREFIX = process.env["API_CONFIG_PREFIX"] ?? SECRETS_PATH;
32+
const API_CONFIG_PREFIX = process.env["API_CONFIG_PREFIX"] || SECRETS_PATH;
3333
const SecretPaths = [
3434
`${API_CONFIG_PREFIX}/config/dcapi`,
3535
`${SECRETS_PATH}/infrastructure/index`,

av-download/lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambdas",
3-
"version": "2.11.2",
3+
"version": "2.11.3",
44
"description": "Non-API handler lambdas",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

chat/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dc-api-v2-chat"
3-
version = "2.11.2"
3+
version = "2.11.3"
44
requires-python = ">=3.12"
55
dependencies = [
66
"boto3~=1.34",

chat/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dc-api-v2-docs"
3-
version = "2.11.2"
3+
version = "2.11.3"
44
requires-python = ">=3.12"
55
dependencies = [
66
"mkdocs>=1.1.2,<2.0.0",

docs/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mcp/apps/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "mcp",
3-
"version": "2.11.2",
3+
"version": "2.11.3",
44
"type": "module"
55
}

mcp/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nulib/dc-api-mcp",
33
"mcpName": "io.github.nulib/dc-api",
4-
"version": "2.11.2",
4+
"version": "2.11.3",
55
"description": "Agent integration with the Northwestern University Libraries Digital Collections API",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)