@wry/context
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -148,3 +148,3 @@ // This currentContext variable will only be used if the makeSlotClass | ||
var boundNext = bind(gen.next); | ||
var boundThrow = bind(gen["throw"]); | ||
var boundThrow = bind(gen.throw); | ||
return new Promise(function (resolve, reject) { | ||
@@ -151,0 +151,0 @@ function invoke(method, argument) { |
@@ -152,3 +152,3 @@ 'use strict'; | ||
var boundNext = bind(gen.next); | ||
var boundThrow = bind(gen["throw"]); | ||
var boundThrow = bind(gen.throw); | ||
return new Promise(function (resolve, reject) { | ||
@@ -155,0 +155,0 @@ function invoke(method, argument) { |
@@ -0,0 +0,0 @@ declare const makeSlotClass: () => { |
{ | ||
"name": "@wry/context", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"author": "Ben Newman <ben@eloper.dev>", | ||
@@ -32,3 +32,3 @@ "description": "Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around", | ||
}, | ||
"gitHead": "0761f428e911ddd39d0753e984624e57b06f6e1e" | ||
"gitHead": "6dd80e9b4179166e6f4c9d90035d2a2bec63f608" | ||
} |
{ | ||
"extends": "tsconfig.json", | ||
"extends": "./tsconfig.json", | ||
"compilerOptions": { | ||
@@ -4,0 +4,0 @@ "module": "es2015", |
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
31741