@searchspring/snap-toolbox
Advanced tools
Comparing version 0.25.1 to 0.26.0
@@ -1,2 +0,2 @@ | ||
export declare const url: (href: string) => URLParserResponse; | ||
export declare const url: (href: string) => URLParserResponse | undefined; | ||
export interface URLParserResponse { | ||
@@ -3,0 +3,0 @@ base: string; |
@@ -1,2 +0,2 @@ | ||
export declare const url: (href: string) => URLParserResponse; | ||
export declare const url: (href: string) => URLParserResponse | undefined; | ||
export interface URLParserResponse { | ||
@@ -3,0 +3,0 @@ base: string; |
{ | ||
"name": "@searchspring/snap-toolbox", | ||
"version": "0.25.1", | ||
"version": "0.26.0", | ||
"description": "Snap Toolbox", | ||
@@ -26,3 +26,3 @@ "main": "dist/cjs/index.js", | ||
], | ||
"gitHead": "56ab4bfc6d2d6c98ea80d7efa0ec65cca9e654ae" | ||
"gitHead": "e2a217f1492486b497e6fe4be8102d3fb06c573c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
53316
1043