Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASE_IMAGE=node:20.11.1-slim
FROM $BASE_IMAGE
LABEL author="NGA"

ARG SERVER_VERSION=6.5.0-beta.2
ARG SERVER_VERSION=6.5.1-beta
ARG ARC_VERSION=NONE
ARG SFTP_VERSION=NONE

Expand Down
2 changes: 1 addition & 1 deletion instance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngageoint/mage.dev-instance",
"version": "6.5.0-beta.2",
"version": "6.5.1-beta",
"description": "Assemble a Mage Server deployment from the core service, the web-app, and selected plugins. This is primarily a development tool because the dependencies point to relative directories instead of production packages. This can however serve as a starting point to create a production Mage instance package.json.",
"scripts": {
"start": "npm run start:dev",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ngageoint/mage.project",
"description": "This is the root package definition for the mage-server monorepo.",
"private": true,
"version": "6.5.0-beta.2",
"version": "6.5.1-beta",
"files": [],
"scripts": {
"postinstall": "npm-run-all service:ci web-app:ci arcgis:ci sftp:ci",
Expand Down
4 changes: 2 additions & 2 deletions service/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngageoint/mage.service",
"version": "6.5.0-beta.2",
"version": "6.5.1-beta",
"displayName": "Mage Service",
"description": "Mage is a geospatial situational awareness and data collection platform. The Mage Service is the ReST service API that the Mage client apps use to interact with Mage data.",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions web-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@ngageoint/mage.web-app",
"version": "6.5.0-beta.2",
"version": "6.5.1-beta",
"description": "The Mage web-app is the UI for interacting with the Mage service in a web browser.",
"keywords": [
"NGA",
Expand Down
4 changes: 2 additions & 2 deletions web-app/projects/core-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web-app/projects/core-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngageoint/mage.web-core-lib",
"version": "6.5.0-beta.2",
"version": "6.5.1-beta",
"repository": {
"type": "git",
"url": "https://github.com/ngageoint/mage-server.git"
Expand Down