@shopify/react-idle
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@shopify/react-idle", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"license": "MIT", | ||
"description": "Utilities for working with idle callbacks in React", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"sideEffects": false, | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"scripts": { | ||
"build": "tsc --p tsconfig.build.json", | ||
"prepublishOnly": "yarn run build" | ||
"build": "tsc --p tsconfig.json" | ||
}, | ||
"sideEffects": false, | ||
"publishConfig": { | ||
@@ -27,3 +26,4 @@ "access": "public", | ||
"dependencies": { | ||
"@shopify/async": "^2.1.0" | ||
"@shopify/async": "^2.1.1", | ||
"@shopify/useful-types": "^2.1.1" | ||
}, | ||
@@ -30,0 +30,0 @@ "peerDependencies": { |
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
307862
16
3
+ Added@shopify/useful-types@^2.1.1
+ Added@shopify/useful-types@2.4.2(transitive)
Updated@shopify/async@^2.1.1