@shopify/react-performance
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@shopify/react-performance", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
"description": "Primitives to measure your React application's performance using @shopify/performance", | ||
"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,4 +26,4 @@ "access": "public", | ||
"dependencies": { | ||
"@shopify/performance": "^1.2.2", | ||
"@shopify/react-hooks": "^1.3.0" | ||
"@shopify/performance": "^1.2.3", | ||
"@shopify/react-hooks": "^1.3.1" | ||
}, | ||
@@ -35,4 +34,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@shopify/network": "^1.4.2", | ||
"typescript": "~3.2.1" | ||
"@shopify/network": "^1.4.3" | ||
}, | ||
@@ -39,0 +37,0 @@ "files": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
345286
1
43
394
2
Updated@shopify/performance@^1.2.3
Updated@shopify/react-hooks@^1.3.1