react-waitables
Advanced tools
Comparing version 1.1.0 to 1.1.1
"use strict"; | ||
/* istanbul ignore file */ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
@@ -3,0 +4,0 @@ if (k2 === undefined) k2 = k; |
"use strict"; | ||
/* istanbul ignore file */ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +4,0 @@ exports.setSpecialLoggingEnabledFor = exports.isSpecialLoggingEnabledFor = void 0; |
"use strict"; | ||
/* istanbul ignore file */ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +4,0 @@ exports.setDefaultWaitablesConsumerIfErrorTransformer = exports.getDefaultWaitablesConsumerIfErrorTransformer = void 0; |
"use strict"; | ||
/* istanbul ignore file */ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +4,0 @@ exports.doSpecialLoggingForUnlockedWaitable = exports.doSpecialLoggingForLockedWaitable = void 0; |
export * from './infer-named-waitables-and-binding-value-types'; | ||
export * from './infer-waitable-and-binding-array-value-types'; | ||
export * from './infer-waitable-and-binding-value-types'; | ||
export * from './inference'; | ||
@@ -6,3 +8,4 @@ export * from './reset'; | ||
export * from './waitable'; | ||
export * from './waitable-dependencies'; | ||
export * from './wrapped-result'; | ||
//# sourceMappingURL=exports.d.ts.map |
@@ -18,2 +18,4 @@ "use strict"; | ||
__exportStar(require("./infer-named-waitables-and-binding-value-types"), exports); | ||
__exportStar(require("./infer-waitable-and-binding-array-value-types"), exports); | ||
__exportStar(require("./infer-waitable-and-binding-value-types"), exports); | ||
__exportStar(require("./inference"), exports); | ||
@@ -23,3 +25,4 @@ __exportStar(require("./reset"), exports); | ||
__exportStar(require("./waitable"), exports); | ||
__exportStar(require("./waitable-dependencies"), exports); | ||
__exportStar(require("./wrapped-result"), exports); | ||
//# sourceMappingURL=exports.js.map |
{ | ||
"name": "react-waitables", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Async data bindings for React", | ||
@@ -42,2 +42,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@testing-library/react" : "^13.3.0", | ||
"@types/jest": "^28.1.1", | ||
@@ -44,0 +45,0 @@ "@types/react": "18.0.14", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
178058
2062
26