@nauverse/make-url
Advanced tools
Comparing version 1.10.1 to 1.10.2
@@ -1,2 +0,2 @@ | ||
export * from "./makeURL"; | ||
export { default as makeURL } from "./makeURL"; | ||
export * from './makeURL'; | ||
export { default as makeURL } from './makeURL'; |
@@ -1,2 +0,3 @@ | ||
import type { IConfig, IDomainData, IProtocolData, IURLArrayData } from "../types"; | ||
import { IConfig, IDomainData, IProtocolData, IURLArrayData } from '../types'; | ||
/** | ||
@@ -3,0 +4,0 @@ * Detects the domain in a given string. |
@@ -1,2 +0,3 @@ | ||
import type { IParams, IConfig } from "./types"; | ||
import { IParams, IConfig } from './types'; | ||
export declare const BASE_DEFAULT_MAKE_URL_CONFIG: IConfig; | ||
@@ -3,0 +4,0 @@ /** |
@@ -29,3 +29,3 @@ { | ||
], | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"type": "module", | ||
@@ -66,5 +66,5 @@ "main": "./dist/make-url.umd.cjs", | ||
"@types/eslint": "8.56.6", | ||
"@types/node": "20.11.30", | ||
"@typescript-eslint/eslint-plugin": "7.3.1", | ||
"@typescript-eslint/parser": "7.3.1", | ||
"@types/node": "20.12.2", | ||
"@typescript-eslint/eslint-plugin": "7.4.0", | ||
"@typescript-eslint/parser": "7.4.0", | ||
"@vitest/coverage-v8": "1.4.0", | ||
@@ -78,6 +78,6 @@ "eslint": "8.57.0", | ||
"typescript": "5.4.3", | ||
"vite": "5.2.6", | ||
"vite-plugin-dts": "3.7.3", | ||
"vite": "5.2.7", | ||
"vite-plugin-dts": "3.8.1", | ||
"vitest": "1.4.0" | ||
} | ||
} |
45930