@burstjs/http
Advanced tools
Comparing version 0.4.2 to 0.4.3
"use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
@@ -8,0 +9,0 @@ }); |
{ | ||
"name": "@burstjs/http", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Send commands to BURST over HTTP", | ||
@@ -34,6 +34,6 @@ "contributors": [ | ||
"devDependencies": { | ||
"@types/jest": "^24.0.12", | ||
"bili": "^4.8.0", | ||
"@types/jest": "^24.0.23", | ||
"bili": "^4.8.1", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-resolve": "^5.0.1", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-typescript2": "^0.24.2" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "8fbec1cc9878da7766391c6eb767b53b91b2ad85", | ||
"gitHead": "287dde637cda6bfde1252978c4730d3f96cafef8", | ||
"publishConfig": { | ||
@@ -59,0 +59,0 @@ "access": "public" |
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
365584
2678