@shopify/react-performance
Advanced tools
Comparing version 1.3.3 to 1.3.5-sknext-beta.9
{ | ||
"name": "@shopify/react-performance", | ||
"version": "1.3.3", | ||
"version": "1.3.5-sknext-beta.9", | ||
"license": "MIT", | ||
"description": "Primitives to measure your React application's performance using @shopify/performance", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"description": "Primitives to measure your React application's performance using `@shopify/performance`", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -27,3 +27,3 @@ "build": "tsc --p tsconfig.json" | ||
"dependencies": { | ||
"@shopify/performance": "^1.2.7" | ||
"@shopify/performance": "^1.2.9-sknext-beta.9" | ||
}, | ||
@@ -34,8 +34,22 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@shopify/network": "^1.4.7" | ||
"@shopify/network": "^1.4.7-sknext-beta.9" | ||
}, | ||
"files": [ | ||
"dist/*", | ||
"!tsconfig.tsbuildinfo" | ||
] | ||
"build/*", | ||
"!tsconfig.tsbuildinfo", | ||
"index.js", | ||
"index.mjs", | ||
"index.esnext", | ||
"index.d.ts" | ||
], | ||
"module": "index.mjs", | ||
"esnext": "index.esnext", | ||
"exports": { | ||
"./": "./", | ||
"./index": { | ||
"import": "./index.mjs", | ||
"require": "./index.js", | ||
"esnext": "./index.esnext" | ||
} | ||
} | ||
} |
@@ -6,3 +6,3 @@ # `@shopify/react-performance` | ||
Primitives to measure your React application's performance using `@shopify/performance` | ||
Primitives to measure your React application's performance using `@shopify/performance`. | ||
@@ -9,0 +9,0 @@ ## Table of Contents |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
90996
98
1534
1
5