@20i/distributed-lock
Advanced tools
Comparing version 1.0.38 to 1.0.51
@@ -44,3 +44,3 @@ "use strict"; | ||
exports.SERVERS = { | ||
USA: "http://20idistributedlock.us-east-2.elasticbeanstalk.com", | ||
USA: "https://20idistributedlock.com", | ||
DEV: "http://localhost:5000" | ||
@@ -47,0 +47,0 @@ }; |
{ | ||
"name": "@20i/distributed-lock", | ||
"version": "1.0.38", | ||
"version": "1.0.51", | ||
"description": "Small library to sync time to a time server", | ||
@@ -17,3 +17,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "aa81e996a79e9c333b6ff0bad76fee440ac9031d" | ||
"gitHead": "49f0884ce5e64203a6be0e8141d743d6b3f0db46" | ||
} |
import axios from "axios" | ||
export const SERVERS = { | ||
USA: "http://20idistributedlock.us-east-2.elasticbeanstalk.com", | ||
USA: "https://20idistributedlock.com", | ||
DEV: "http://localhost:5000" | ||
@@ -6,0 +6,0 @@ } |
Sorry, the diff of this file is not supported yet
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
20586