@shopify/react-idle
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@shopify/react-idle", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"license": "MIT", | ||
"description": "Utilities for working with idle callbacks in React", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"types": "./build/ts/index.d.ts", | ||
"sideEffects": false, | ||
@@ -27,4 +27,4 @@ "publishConfig": { | ||
"dependencies": { | ||
"@shopify/async": "^3.0.1", | ||
"@shopify/useful-types": "^3.0.1" | ||
"@shopify/async": "^3.0.2", | ||
"@shopify/useful-types": "^3.0.2" | ||
}, | ||
@@ -39,4 +39,3 @@ "peerDependencies": { | ||
"index.mjs", | ||
"index.esnext", | ||
"index.d.ts" | ||
"index.esnext" | ||
], | ||
@@ -53,3 +52,3 @@ "module": "index.mjs", | ||
}, | ||
"gitHead": "30d892584692f05644604a818e8f3613d1ec6e0b" | ||
"gitHead": "c7d64cb78303f2752c172f6df52b78bc56bebd40" | ||
} |
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
275437
31
Updated@shopify/async@^3.0.2
Updated@shopify/useful-types@^3.0.2