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 instance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngageoint/mage.dev-instance",
"version": "6.4.0-beta.2",
"version": "6.5.0-beta.1",
"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.

4 changes: 2 additions & 2 deletions 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.4.0-beta.2",
"version": "6.5.0-beta.1",
"files": [],
"scripts": {
"postinstall": "npm-run-all service:ci web-app:ci arcgis:ci sftp:ci",
Expand Down Expand Up @@ -53,4 +53,4 @@
"dependencies": {
"p-limit": "^7.1.1"
}
}
}
2 changes: 1 addition & 1 deletion plugins/arcgis/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"form-data": "4.0.2"
},
"peerDependencies": {
"@ngageoint/mage.service": ">=6.3.0 || 6.4.0-beta.2",
"@ngageoint/mage.service": ">=6.3.0 || 6.5.0-beta.1",
"express": "4.21.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/sftp/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript": "~4.6.0"
},
"peerDependencies": {
"@ngageoint/mage.service": ">=6.3.0 || 6.4.0-beta.2",
"@ngageoint/mage.service": ">=6.3.0 || 6.5.0-beta.1",
"express": "4.21.2",
"express-session": "1.17.2",
"mongoose": "^6.12.0"
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.4.0-beta.2",
"version": "6.5.0-beta.1",
"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.4.0-beta.2",
"version": "6.5.0-beta.1",
"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.4.0-beta.2",
"version": "6.5.0-beta.1",
"repository": {
"type": "git",
"url": "https://github.com/ngageoint/mage-server.git"
Expand Down