factory.ts
Advanced tools
Comparing version 0.3.1 to 0.3.2
import * as Async from "./async"; | ||
export { Async }; | ||
import * as Sync from "./async"; | ||
import * as Sync from "./sync"; | ||
export { Sync }; | ||
export { RecPartial, FactoryFunc, Generator, Derived, Factory, Builder, val, each, makeFactory } from "./sync"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
exports.Async = Async; | ||
const Sync = require("./async"); | ||
const Sync = require("./sync"); | ||
exports.Sync = Sync; | ||
@@ -8,0 +8,0 @@ // for now, for backwards compat |
{ | ||
"name": "factory.ts", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"license": "MIT", | ||
@@ -40,2 +40,2 @@ "description": "A Typescript test data factory similar to factory_bot and rosie", | ||
} | ||
} | ||
} |
@@ -7,3 +7,3 @@ # factory.ts | ||
Version 0.3.1 introduces a new set of async factory methods for cases where asynchronicity is required to generate values. | ||
Version 0.3.2 introduces a new set of async factory methods for cases where asynchronicity is required to generate values. | ||
@@ -10,0 +10,0 @@ ## Example |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
36725