@empathyco/x-utils
Advanced tools
Comparing version 0.1.0-alpha.12 to 1.0.0-alpha.0
{ | ||
"name": "@empathyco/x-utils", | ||
"version": "0.1.0-alpha.12", | ||
"version": "1.0.0-alpha.0", | ||
"description": "A utility package for Empathy search", | ||
@@ -34,2 +34,3 @@ "author": "Empathy Systems Corporation S.L.", | ||
"@empathyco/x-storage-service": "^2.0.0-alpha.2", | ||
"@empathyco/x-types": "^10.0.0-alpha.22", | ||
"nanoid": "~3.1.31", | ||
@@ -48,3 +49,3 @@ "tslib": "~2.3.0" | ||
}, | ||
"gitHead": "83f5a452e4e0ee4744c87696b36ffc91e709fe34" | ||
"gitHead": "e15e3879b1d1ef2a104427f66b3df2647a06860d" | ||
} |
@@ -0,1 +1,2 @@ | ||
import { TaggingRequest } from '@empathyco/x-types'; | ||
/** | ||
@@ -19,5 +20,2 @@ * Returns the base url path and an object with the query parameters. | ||
*/ | ||
export declare function getTaggingInfoFromUrl(taggingUrl: string): { | ||
url: string; | ||
params?: Record<string, string[] | string | boolean>; | ||
}; | ||
export declare function getTaggingInfoFromUrl(taggingUrl: string): TaggingRequest; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88250
5
926
+ Added@empathyco/x-adapter@8.0.2(transitive)
+ Added@empathyco/x-deep-merge@2.0.2(transitive)
+ Added@empathyco/x-types@10.0.2(transitive)
+ Added@empathyco/x-utils@1.0.2(transitive)
+ Addednanoid@3.3.7(transitive)