Comparing version 3.0.0 to 3.0.1
@@ -29,3 +29,2 @@ const appendLibPath = require('./lib/append.js'); | ||
} | ||
}, | ||
@@ -32,0 +31,0 @@ { |
const https = require('https'); | ||
const http = require('http'); | ||
const HOST = 'f.stdlib.com'; | ||
const HOST = 'functions.lib.id'; | ||
const PORT = 443; | ||
@@ -6,0 +6,0 @@ const PATH = '/'; |
{ | ||
"name": "lib", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "StdLib: Standard Library for Microservices Node.js Bindings", | ||
@@ -5,0 +5,0 @@ "main": "lib.js", |
14348