hadron-auto-update-manager
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -33,3 +33,3 @@ 'use strict'; | ||
this.state = IdleState; | ||
this.feedURL = `${endpointURL}/updates?version=${this.version}`; | ||
this.feedURL = `${endpointURL}/update?version=${this.version}&platform=${process.platform}&arch=${process.arch}`; | ||
@@ -36,0 +36,0 @@ debug('auto updater ready and waiting.', { |
{ | ||
"name": "hadron-auto-update-manager", | ||
"description": "Atoms AutoUpdateManager class as a standalone module.", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "fmt": "mongodb-js-fmt", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20665