@samchon/openapi
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -9,5 +9,5 @@ "use strict"; | ||
.split("/") | ||
.filter(function (str) { return !!str.length; }) | ||
.filter(function (str, i) { return !!str.length && !(i === 0 && str === "#"); }) | ||
.join("."); | ||
}; | ||
})(AccessorUtil || (exports.AccessorUtil = AccessorUtil = {})); |
{ | ||
"name": "@samchon/openapi", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -5,4 +5,4 @@ export namespace AccessorUtil { | ||
.split("/") | ||
.filter((str) => !!str.length) | ||
.filter((str, i) => !!str.length && !(i === 0 && str === "#")) | ||
.join("."); | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1799781