@locker/shared-url
Advanced tools
Comparing version 0.11.2 to 0.11.3
@@ -50,2 +50,2 @@ /** | ||
exports.sanitizeURLString = sanitizeURLString; | ||
/** version: 0.11.2 */ | ||
/** version: 0.11.3 */ |
@@ -41,2 +41,2 @@ /** | ||
export { TRUSTED_DOMAINS, isInvalidURL, isValidURLScheme, parseURL, sanitizeURLForElement, sanitizeURLString }; | ||
/** version: 0.11.2 */ | ||
/** version: 0.11.3 */ |
{ | ||
"name": "@locker/shared-url", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "Locker Next Shared URL Utilities", | ||
@@ -11,2 +11,6 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"files": [ | ||
"dist/", | ||
"types/" | ||
], | ||
"scripts": { | ||
@@ -17,4 +21,4 @@ "build": "tsc --emitDeclarationOnly && rollup --config ./scripts/rollup/rollup.config.js", | ||
"dependencies": { | ||
"@locker/shared": "0.11.2", | ||
"@locker/shared-dom": "0.11.2" | ||
"@locker/shared": "0.11.3", | ||
"@locker/shared-dom": "0.11.3" | ||
}, | ||
@@ -25,3 +29,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "0865f6dac3d5c82fe18bf1bfbc49ed5cb79103c7" | ||
"gitHead": "6265cbedd0be6b20fada0f3a63cfd2ff5bbc1ead" | ||
} |
6064
4
97
+ Added@locker/shared@0.11.3(transitive)
+ Added@locker/shared-dom@0.11.3(transitive)
- Removed@locker/shared@0.11.2(transitive)
- Removed@locker/shared-dom@0.11.2(transitive)
Updated@locker/shared@0.11.3
Updated@locker/shared-dom@0.11.3