Skip to content

Commit 0be7d30

Browse files
cwerthomniClinton Werth
andauthored
Updates for 6.4.0-beta.2 release (#311)
Co-authored-by: Clinton Werth <[email protected]>
1 parent 7d5f4b7 commit 0be7d30

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

instance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngageoint/mage.dev-instance",
3-
"version": "6.4.0-beta.1",
3+
"version": "6.4.0-beta.2",
44
"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.",
55
"scripts": {
66
"start": "npm run start:dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ngageoint/mage.project",
33
"description": "This is the root package definition for the mage-server monorepo.",
44
"private": true,
5-
"version": "6.4.0-beta.1",
5+
"version": "6.4.0-beta.2",
66
"files": [],
77
"scripts": {
88
"postinstall": "npm-run-all service:ci web-app:ci arcgis:ci sftp:ci",

plugins/arcgis/service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"form-data": "4.0.2"
4545
},
4646
"peerDependencies": {
47-
"@ngageoint/mage.service": "6.3.0 || 6.4.0-beta.1",
47+
"@ngageoint/mage.service": ">=6.3.0 || 6.4.0-beta.2",
4848
"express": "4.21.2"
4949
},
5050
"devDependencies": {

plugins/sftp/service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"typescript": "~4.6.0"
4646
},
4747
"peerDependencies": {
48-
"@ngageoint/mage.service": "6.3.0 || 6.4.0-beta.1",
48+
"@ngageoint/mage.service": ">=6.3.0 || 6.4.0-beta.2",
4949
"express": "4.21.2",
5050
"express-session": "1.17.2",
5151
"mongoose": "^6.12.0"

service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngageoint/mage.service",
3-
"version": "6.4.0-beta.1",
3+
"version": "6.4.0-beta.2",
44
"displayName": "MAGE Service",
55
"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.",
66
"keywords": [

web-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@ngageoint/mage.web-app",
4-
"version": "6.4.0-beta.1",
4+
"version": "6.4.0-beta.2",
55
"description": "The MAGE web-app is the UI for interacting with the MAGE service in a web browser.",
66
"keywords": [
77
"NGA",

web-app/projects/core-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngageoint/mage.web-core-lib",
3-
"version": "6.4.0-beta.1",
3+
"version": "6.4.0-beta.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ngageoint/mage-server.git"

0 commit comments

Comments
 (0)