@shopify/admin-ui-extensions
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@shopify/admin-ui-extensions", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "index.js", | ||
@@ -14,3 +14,13 @@ "module": "index.mjs", | ||
}, | ||
"./*": "./*" | ||
"./*": "./*", | ||
"./extension-api": { | ||
"esnext": "./extension-api.esnext", | ||
"import": "./extension-api.mjs", | ||
"require": "./extension-api.js" | ||
}, | ||
"./extension-points": { | ||
"esnext": "./extension-points.esnext", | ||
"import": "./extension-points.mjs", | ||
"require": "./extension-points.js" | ||
} | ||
}, | ||
@@ -27,3 +37,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "a00fc56a2f02a7201f480e60aff0459c2f8c55ca" | ||
"gitHead": "dd1039bba50cb199c7fc40181276eb06ac72f998" | ||
} |
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
368977