@shopify/browser
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -19,2 +19,2 @@ "use strict"; | ||
var _browser = require("./browser"); | ||
var _browser = require("./browser.js"); |
@@ -19,2 +19,2 @@ "use strict"; | ||
var _browser = require("./browser"); | ||
var _browser = require("./browser.js"); |
@@ -8,2 +8,8 @@ # Changelog | ||
## [1.1.2] - 2021-03-03 | ||
### Fixed | ||
- Updated multi-build outputs to include mandatory extensions to fix "Module not found" issues reported by ESM supported bundlers [#1759](https://github.com/Shopify/quilt/pull/1759) | ||
## [1.1.0] - 2020-12-18 | ||
@@ -10,0 +16,0 @@ |
@@ -1,1 +0,1 @@ | ||
module.exports = require("./build/cjs/index"); | ||
module.exports = require("./build/cjs/index.js"); |
{ | ||
"name": "@shopify/browser", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Utilities for extracting browser information from user-agents", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
31983