@moneko/core 4.5.6 → 4.5.7

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.
@@ -1 +1 @@
1
- import{join as e,sep as r}from"node:path";import{URL as t}from"node:url";let o=/^https?:\/\//;export{basename,dirname,extname,normalize,parse,relative,resolve,sep}from"node:path";export function join(...l){let n=l[0];if(o.test(n)){let e=n;for(let r=1;r<l.length;r++)e=new t(l[r],e).href;return e.replaceAll(r,"/")}return e(...l).replaceAll(r,"/")}
1
+ import{join as e}from"node:path";import{URL as t}from"node:url";let r=/^https?:\/\//;export{basename,dirname,extname,normalize,parse,relative,resolve,sep}from"node:path";export function join(...o){let n=o[0];if(r.test(n)){let e=n;for(let r=1;r<o.length;r++)e=new t(o[r],e).href;return e}return e(...o)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moneko/core",
3
- "version": "4.5.6",
3
+ "version": "4.5.7",
4
4
  "description": "core",
5
5
  "main": "lib/index.mjs",
6
6
  "type": "module",