@rpcbase/client 0.59.0 → 0.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/base_url.js +0 -1
  2. package/package.json +1 -1
package/base_url.js CHANGED
@@ -11,6 +11,5 @@ const is_local = ["localhost", "127.0.0.1"].includes(APP_DOMAIN)
11
11
 
12
12
  const BASE_URL = is_local ? `${protocol}//${APP_DOMAIN}:${SERVER_PORT}` : `https://${APP_DOMAIN}`
13
13
 
14
- console.log("APP_DOMAIN", APP_DOMAIN, BASE_URL)
15
14
 
16
15
  export default BASE_URL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/client",
3
- "version": "0.59.0",
3
+ "version": "0.60.0",
4
4
  "scripts": {
5
5
  "test": "echo \"Error: no test specified\" && exit 0"
6
6
  },