@alwatr/resolve-url 5.5.21 โ†’ 5.5.23

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/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.5.23](https://github.com/Alwatr/nanolib/compare/@alwatr/resolve-url@5.5.22...@alwatr/resolve-url@5.5.23) (2025-11-04)
7
+
8
+ **Note:** Version bump only for package @alwatr/resolve-url
9
+
10
+ ## [5.5.22](https://github.com/Alwatr/nanolib/compare/@alwatr/resolve-url@5.5.21...@alwatr/resolve-url@5.5.22) (2025-10-06)
11
+
12
+ ### ๐Ÿ”— Dependencies update
13
+
14
+ * bump the npm-dependencies group with 4 updates ([9825815](https://github.com/Alwatr/nanolib/commit/982581552bbb4b97dca52af5e93a80937f0c3109))
15
+
6
16
  ## [5.5.21](https://github.com/Alwatr/nanolib/compare/@alwatr/resolve-url@5.5.20...@alwatr/resolve-url@5.5.21) (2025-09-27)
7
17
 
8
18
  ### ๐Ÿงน Miscellaneous Chores
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /** ๐Ÿ“ฆ @alwatr/resolve-url v5.5.21 */
2
- __dev_mode__: console.debug("๐Ÿ“ฆ @alwatr/resolve-url v5.5.21");
1
+ /** ๐Ÿ“ฆ @alwatr/resolve-url v5.5.23 */
2
+ __dev_mode__: console.debug("๐Ÿ“ฆ @alwatr/resolve-url v5.5.23");
3
3
  "use strict";var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __hasOwnProp=Object.prototype.hasOwnProperty;var __export=(target,all)=>{for(var name in all)__defProp(target,name,{get:all[name],enumerable:true})};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from==="object"||typeof from==="function"){for(let key of __getOwnPropNames(from))if(!__hasOwnProp.call(to,key)&&key!==except)__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable})}return to};var __toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:true}),mod);var main_exports={};__export(main_exports,{resolveUrl:()=>resolveUrl});module.exports=__toCommonJS(main_exports);function resolveUrl(...parts){parts=parts.filter(part=>typeof part==="string"&&part.length>0);if(parts.length===0){return""}const leadingSlashes=/^\/+/;const trailingSlashes=/\/+$/;const multipleSlashes=/\/{2,}/g;const prefix=parts[0].indexOf("/")===0?"/":"";return prefix+parts.map(part=>part.replace(leadingSlashes,"").replace(trailingSlashes,"")).filter(part=>part).join("/").replace("://","{{PROTOCOL_SLASH}}").replace(multipleSlashes,"/").replace("{{PROTOCOL_SLASH}}","://")}0&&(module.exports={resolveUrl});
4
4
  //# sourceMappingURL=main.cjs.map
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /** ๐Ÿ“ฆ @alwatr/resolve-url v5.5.21 */
2
- __dev_mode__: console.debug("๐Ÿ“ฆ @alwatr/resolve-url v5.5.21");
1
+ /** ๐Ÿ“ฆ @alwatr/resolve-url v5.5.23 */
2
+ __dev_mode__: console.debug("๐Ÿ“ฆ @alwatr/resolve-url v5.5.23");
3
3
  function resolveUrl(...parts){parts=parts.filter(part=>typeof part==="string"&&part.length>0);if(parts.length===0){return""}const leadingSlashes=/^\/+/;const trailingSlashes=/\/+$/;const multipleSlashes=/\/{2,}/g;const prefix=parts[0].indexOf("/")===0?"/":"";return prefix+parts.map(part=>part.replace(leadingSlashes,"").replace(trailingSlashes,"")).filter(part=>part).join("/").replace("://","{{PROTOCOL_SLASH}}").replace(multipleSlashes,"/").replace("{{PROTOCOL_SLASH}}","://")}export{resolveUrl};
4
4
  //# sourceMappingURL=main.mjs.map
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@alwatr/resolve-url",
3
3
  "description": "A tiny TypeScript library to resolve URLs.",
4
- "version": "5.5.21",
4
+ "version": "5.5.23",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "bugs": "https://github.com/Alwatr/nanolib/issues",
7
7
  "devDependencies": {
8
- "@alwatr/nano-build": "6.3.4",
8
+ "@alwatr/nano-build": "6.3.6",
9
9
  "@alwatr/prettier-config": "5.0.5",
10
10
  "@alwatr/tsconfig-base": "6.0.3",
11
- "@alwatr/type-helper": "6.1.4",
12
- "jest": "^30.1.3",
13
- "typescript": "^5.9.2"
11
+ "@alwatr/type-helper": "6.1.5",
12
+ "jest": "^30.2.0",
13
+ "typescript": "^5.9.3"
14
14
  },
15
15
  "exports": {
16
16
  ".": {
@@ -74,5 +74,5 @@
74
74
  "sideEffects": false,
75
75
  "type": "module",
76
76
  "types": "./dist/main.d.ts",
77
- "gitHead": "c013ded43aff3937cf347de4e99125ab807d99e1"
77
+ "gitHead": "d6abdbdc75d4a2c5e0b3f739c7c3de4193308031"
78
78
  }