@shopify/admin-graphql-api-utilities
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -8,2 +8,8 @@ # Changelog | ||
## [0.2.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) | ||
## [0.2.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/admin-graphql-api-utilities", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A set of utilities to use when consuming Shopify’s admin GraphQL API", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24428