@giphy/js-analytics
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -8,8 +8,8 @@ { | ||
"prepublish": "npm run clean && npm run build", | ||
"test": "jest --config ./jestconfig.js", | ||
"test:watch": "jest --config ./jestconfig.js --watchAll" | ||
"test": "run -T jest --config ./jestconfig.js", | ||
"test:watch": "run -T jest --config ./jestconfig.js --watchAll" | ||
}, | ||
"name": "@giphy/js-analytics", | ||
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/analytics", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"main": "dist/index.js", | ||
@@ -36,4 +36,4 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@giphy/js-types": "^4.4.0", | ||
"@giphy/js-util": "^4.4.0", | ||
"@giphy/js-types": "*", | ||
"@giphy/js-util": "*", | ||
"append-query": "^2.1.0", | ||
@@ -47,4 +47,3 @@ "throttle-debounce": "^3.0.1" | ||
"typescript": "^5.0.4" | ||
}, | ||
"gitHead": "5d7c4ac149c2bcb5a5c10144144a2743afe07e94" | ||
} | ||
} |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 2 instances in 1 package
31981
46
3
+ Added@giphy/js-types@5.1.0(transitive)
+ Added@giphy/js-util@5.2.0(transitive)
- Removed@giphy/js-types@4.4.0(transitive)
- Removed@giphy/js-util@4.4.2(transitive)
- Removeddompurify@2.5.8(transitive)
Updated@giphy/js-types@*
Updated@giphy/js-util@*