@huolala-tech/page-spy-base
Advanced tools
Comparing version 1.0.7 to 2.0.0-beta.0
{ | ||
"name": "@huolala-tech/page-spy-base", | ||
"version": "1.0.7", | ||
"version": "2.0.0-beta.0", | ||
"description": "The common utils of PageSpy.", | ||
"dependencies": { | ||
"@huolala-tech/page-spy-types": "^1.9.7" | ||
"@huolala-tech/page-spy-types": "^2.0.0-beta.0" | ||
}, | ||
"license": "MIT", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/esm/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"scripts": { | ||
"build": "yarn clean && tsc", | ||
"watch": "tsc -w", | ||
"build": "npm run clean && rollup -c", | ||
"watch": "npm run clean && rollup -c -w", | ||
"clean": "rm -rf ./dist" | ||
@@ -31,2 +31,9 @@ }, | ||
], | ||
"browserslist": [ | ||
"chrome > 75", | ||
"safari > 12", | ||
"> 0.1%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"keywords": [ | ||
@@ -40,3 +47,3 @@ "pagespy", | ||
], | ||
"gitHead": "47a618a5ac6df9f3cacdc02dafb274dd75601d7b" | ||
"gitHead": "a5c943d5a756b54c897a33c405da2727c658e8ab" | ||
} |
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
88815
2687
17
1
1
+ Added@huolala-tech/page-spy-base@2.1.0(transitive)
+ Added@huolala-tech/page-spy-types@2.1.0(transitive)
- Removed@huolala-tech/page-spy-types@1.9.7(transitive)