Comparing version 8.3.1 to 8.3.2
@@ -7,2 +7,3 @@ "use strict"; | ||
const normalizeName_1 = require("../parser/normalizeName"); | ||
const normalizeDirName_1 = require("./normalizeDirName"); | ||
/** | ||
@@ -40,3 +41,3 @@ * returns barrel files with reexports for all given paths | ||
.map((p) => { | ||
const namespaceIdentifier = (0, lodash_1.camelCase)(p); | ||
const namespaceIdentifier = (0, normalizeDirName_1.normalizeDirName)(p); | ||
if (typeOnly) | ||
@@ -43,0 +44,0 @@ return [ |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "8.3.1", | ||
"version": "8.3.2", | ||
"license": "MIT", | ||
@@ -14,0 +14,0 @@ "repository": "https://github.com/ethereum-ts/Typechain", |
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
120418
94
1621