@pnp/core
Advanced tools
Comparing version 4.6.0 to 4.7.0
{ | ||
"name": "@pnp/core", | ||
"version": "4.6.0", | ||
"version": "4.7.0", | ||
"description": "pnp - provides shared functionality across all pnp libraries", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -51,3 +51,2 @@ /** | ||
.filter(path => !stringIsNullOrEmpty(path)) | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
.map(path => path.replace(/^[\\|/]/, "").replace(/[\\|/]$/, "")) | ||
@@ -54,0 +53,0 @@ .join("/") |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
73360
1176