cqrs-eventdenormalizer
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -5,2 +5,3 @@ 'use strict'; | ||
_ = require('lodash'), | ||
path = require('path'), | ||
structureParser = require('./structureParser'), | ||
@@ -49,2 +50,7 @@ ViewBuilder = require('./../definitions/viewBuilder'), | ||
} | ||
if (!name) { | ||
var tmp = item.path.substring(0, item.path.lastIndexOf(path.sep + item.fileName)); | ||
name = tmp.substring(tmp.lastIndexOf(path.sep) + 1); | ||
} | ||
} | ||
@@ -51,0 +57,0 @@ |
{ | ||
"author": "adrai", | ||
"name": "cqrs-eventdenormalizer", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
## [v1.3.5](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.3.2...v1.3.5) | ||
## [v1.3.6](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.3.2...v1.3.6) | ||
- optimize structureParser | ||
@@ -3,0 +3,0 @@ |
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
194380
3356