@humblejs/context
Advanced tools
Comparing version 1.9.10 to 1.9.11
@@ -6,24 +6,12 @@ 'use strict'; | ||
}); | ||
exports.consumeContextAs = exports.createContext = exports.withContext = exports.Consumer = exports.Provider = undefined; | ||
exports.consumeContextAs = exports.createContext = exports.createWithContext = undefined; | ||
var _js = require('./js'); | ||
Object.defineProperty(exports, 'Provider', { | ||
Object.defineProperty(exports, 'createWithContext', { | ||
enumerable: true, | ||
get: function get() { | ||
return _js.Provider; | ||
return _js.createWithContext; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'Consumer', { | ||
enumerable: true, | ||
get: function get() { | ||
return _js.Consumer; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'withContext', { | ||
enumerable: true, | ||
get: function get() { | ||
return _js.withContext; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'createContext', { | ||
@@ -30,0 +18,0 @@ enumerable: true, |
{ | ||
"name": "@humblejs/context", | ||
"version": "1.9.10", | ||
"version": "1.9.11", | ||
"main": "dist/export.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/export.js", |
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
14163
281