gulp-deploy-http-push
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,8 @@ | ||
## [0.1.2](https://github.com/searchfe/gulp-deploy-http-push/compare/v0.1.1...v0.1.2) (2019-10-24) | ||
### Bug Fixes | ||
* URL ([b9f259c](https://github.com/searchfe/gulp-deploy-http-push/commit/b9f259cb3b0d7a26c23319e5fe48a95ff82dbb78)) | ||
## [0.1.1](https://github.com/searchfe/gulp-deploy-http-push/compare/v0.1.0...v0.1.1) (2019-10-24) | ||
@@ -2,0 +9,0 @@ |
"use strict"; | ||
/* | ||
* @Author: qiansc | ||
* @Date: 2019-05-07 14:31:35 | ||
* @Last Modified by: qiansc | ||
* @Last Modified time: 2019-10-24 14:53:18 | ||
* | ||
* fis3插件重构而来,实现不是很优雅 | ||
*/ | ||
var __assign = (this && this.__assign) || function () { | ||
@@ -65,3 +73,3 @@ __assign = Object.assign || function(t) { | ||
opt = opt || {}; | ||
url = url.parse(url); | ||
url = new URL(url); | ||
var ssl = url.protocol === 'https:'; | ||
@@ -68,0 +76,0 @@ opt.host = opt.host || opt.hostname || ((ssl || url.protocol === 'http:') ? url.hostname : 'localhost'); |
{ | ||
"name": "gulp-deploy-http-push", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"discription": "gulp-deploy-http-push", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
644727
18743