type-genius
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -166,3 +166,3 @@ "use strict"; | ||
// This either returns an existing interfaceConfig or creates a new one | ||
var newOrExistingInterface = createInterface(config.object_keys || {}, typesStore, __assign({ interfaceName: newTypeName, nested: newNested }, options)); | ||
var newOrExistingInterface = createInterface(config.object_keys || {}, typesStore, __assign(__assign({}, options), { interfaceName: newTypeName, nested: newNested })); | ||
// Let's render that key in our string using the proper interface | ||
@@ -169,0 +169,0 @@ str += generateKeyString({ |
{ | ||
"name": "type-genius", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
20368
9
353