Comparing version 1.17.0 to 1.18.0
@@ -5,2 +5,3 @@ export * from './base64'; | ||
export * from './concurrency'; | ||
export { concurrency as concurrencyDecorator } from './concurrencyDecorator'; | ||
export * from './dataUri'; | ||
@@ -7,0 +8,0 @@ export * from './Defer'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.concurrencyDecorator = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -8,2 +9,4 @@ tslib_1.__exportStar(require("./base64"), exports); | ||
tslib_1.__exportStar(require("./concurrency"), exports); | ||
var concurrencyDecorator_1 = require("./concurrencyDecorator"); | ||
Object.defineProperty(exports, "concurrencyDecorator", { enumerable: true, get: function () { return concurrencyDecorator_1.concurrency; } }); | ||
tslib_1.__exportStar(require("./dataUri"), exports); | ||
@@ -10,0 +13,0 @@ tslib_1.__exportStar(require("./Defer"), exports); |
@@ -5,2 +5,3 @@ export * from './base64'; | ||
export * from './concurrency'; | ||
export { concurrency as concurrencyDecorator } from './concurrencyDecorator'; | ||
export * from './dataUri'; | ||
@@ -7,0 +8,0 @@ export * from './Defer'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.concurrencyDecorator = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -8,2 +9,4 @@ tslib_1.__exportStar(require("./base64"), exports); | ||
tslib_1.__exportStar(require("./concurrency"), exports); | ||
var concurrencyDecorator_1 = require("./concurrencyDecorator"); | ||
Object.defineProperty(exports, "concurrencyDecorator", { enumerable: true, get: function () { return concurrencyDecorator_1.concurrency; } }); | ||
tslib_1.__exportStar(require("./dataUri"), exports); | ||
@@ -10,0 +13,0 @@ tslib_1.__exportStar(require("./Defer"), exports); |
@@ -5,2 +5,3 @@ export * from './base64'; | ||
export * from './concurrency'; | ||
export { concurrency as concurrencyDecorator } from './concurrencyDecorator'; | ||
export * from './dataUri'; | ||
@@ -7,0 +8,0 @@ export * from './Defer'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.concurrencyDecorator = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -8,2 +9,4 @@ tslib_1.__exportStar(require("./base64"), exports); | ||
tslib_1.__exportStar(require("./concurrency"), exports); | ||
var concurrencyDecorator_1 = require("./concurrencyDecorator"); | ||
Object.defineProperty(exports, "concurrencyDecorator", { enumerable: true, get: function () { return concurrencyDecorator_1.concurrency; } }); | ||
tslib_1.__exportStar(require("./dataUri"), exports); | ||
@@ -10,0 +13,0 @@ tslib_1.__exportStar(require("./Defer"), exports); |
{ | ||
"name": "thingies", | ||
"version": "1.17.0", | ||
"version": "1.18.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -81,3 +81,4 @@ # thingies | ||
- `concurrency` — limits the number of concurrent executions of asynchronous | ||
code. | ||
code. `concurrencyDecorator` limits the number of concurrent executions of a | ||
class method. | ||
@@ -84,0 +85,0 @@ --- |
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
95243
159
2856
124