@stylable/jest
Advanced tools
Comparing version 4.6.0 to 4.7.0
import * as transformer from './jest'; | ||
export default transformer; | ||
export * from './jest'; | ||
export { getCacheKey, process, processFactory } from './jest'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -21,9 +21,10 @@ "use strict"; | ||
}; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.processFactory = exports.process = exports.getCacheKey = void 0; | ||
const transformer = __importStar(require("./jest")); | ||
exports.default = transformer; | ||
__exportStar(require("./jest"), exports); | ||
var jest_1 = require("./jest"); | ||
Object.defineProperty(exports, "getCacheKey", { enumerable: true, get: function () { return jest_1.getCacheKey; } }); | ||
Object.defineProperty(exports, "process", { enumerable: true, get: function () { return jest_1.process; } }); | ||
Object.defineProperty(exports, "processFactory", { enumerable: true, get: function () { return jest_1.processFactory; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -14,3 +14,3 @@ "use strict"; | ||
function processFactory(stylableConfig, factoryOptions) { | ||
return module_utils_1.stylableModuleFactory({ | ||
return (0, module_utils_1.stylableModuleFactory)({ | ||
fileSystem: fs_1.default, | ||
@@ -17,0 +17,0 @@ requireModule: require, |
{ | ||
"name": "@stylable/jest", | ||
"version": "4.6.0", | ||
"version": "4.7.0", | ||
"description": "Test your Stylable React components using Jest", | ||
@@ -10,5 +10,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^4.6.0", | ||
"@stylable/module-utils": "^4.6.0", | ||
"@stylable/runtime": "^4.6.0" | ||
"@stylable/core": "^4.7.0", | ||
"@stylable/module-utils": "^4.7.0", | ||
"@stylable/runtime": "^4.7.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "files": [ |
import * as transformer from './jest'; | ||
export default transformer; | ||
export * from './jest'; | ||
export { getCacheKey, process, processFactory } from './jest'; |
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
9747
120
Updated@stylable/core@^4.7.0
Updated@stylable/runtime@^4.7.0