@foxxie/centra
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -224,2 +224,5 @@ "use strict"; | ||
} | ||
else if (_this.url.protocol === 'localhost:') { | ||
req = (0, node_http_1.request)(options, resHandler); | ||
} | ||
else | ||
@@ -226,0 +229,0 @@ throw new Error('Bad URL protocol: ' + _this.url.protocol); |
{ | ||
"name": "@foxxie/centra", | ||
"version": "1.2.4", | ||
"version": "1.2.7", | ||
"description": "A fork of Centra to support shortcut methods in Foxxie, and with typescript support.", | ||
@@ -14,2 +14,3 @@ "main": "./dist/index.js", | ||
], | ||
"homepage": "https://github.com/FoxxieBot/Foxxie/tree/master/centra", | ||
"author": "ruffpuff", | ||
@@ -16,0 +17,0 @@ "license": "MIT", |
{ | ||
"name": "@foxxie/centra", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "A fork of Centra to support shortcut methods in Foxxie, and with typescript support.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
26732
582