@applitools/utils
Advanced tools
Comparing version 1.7.6 to 1.7.7
# Changelog | ||
## [1.7.7](https://github.com/Applitools-Dev/sdk/compare/js/utils@1.7.6...js/utils@1.7.7) (2024-12-31) | ||
### Bug Fixes | ||
* shim process execution functions for browser environment ([#2698](https://github.com/Applitools-Dev/sdk/issues/2698)) ([8d77db4](https://github.com/Applitools-Dev/sdk/commit/8d77db48e1c7fd54cad92c89a819a924255e5868)) | ||
## [1.7.6](https://github.com/Applitools-Dev/sdk/compare/js/utils@1.7.5...js/utils@1.7.6) (2024-12-18) | ||
@@ -4,0 +11,0 @@ |
@@ -29,3 +29,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.streams = exports.math = exports.queues = exports.promises = exports.geometry = exports.general = exports.guard = exports.types = void 0; | ||
exports.process = exports.streams = exports.math = exports.queues = exports.promises = exports.geometry = exports.general = exports.guard = exports.types = void 0; | ||
__exportStar(require("./utility-types"), exports); | ||
@@ -40,1 +40,2 @@ exports.types = __importStar(require("./types")); | ||
exports.streams = __importStar(require("./streams")); | ||
exports.process = __importStar(require("./browser-process")); |
{ | ||
"name": "@applitools/utils", | ||
"version": "1.7.6", | ||
"version": "1.7.7", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "applitools", |
@@ -10,1 +10,2 @@ export * from './utility-types'; | ||
export * as streams from './streams'; | ||
export * as process from './browser-process'; |
86151
31
1561