@esrf/daiquiri-lib 4.0.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7681,7 +7681,7 @@ function Nt(t, e, o) {
|
|
|
7681
7681
|
return o ? [r.slice(0, -o).join(e)].concat(r.slice(-o)) : r;
|
|
7682
7682
|
}
|
|
7683
7683
|
function vt(t) {
|
|
7684
|
-
return t === null ? null : t.startsWith("$") ?
|
|
7684
|
+
return t === null ? null : t.startsWith("$") ? t.slice(1) : t;
|
|
7685
7685
|
}
|
|
7686
7686
|
function nt(t) {
|
|
7687
7687
|
const e = t !== void 0 ? Nt(t, ".", 1) : [null, ""], o = Y(vt(e[0]));
|