fast-is-equal 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -72,7 +72,7 @@ console.log(fastIsEqual([1, 2], [1, 3])); // false
72
72
 
73
73
  ### Detailed Benchmark Results
74
74
 
75
- Run `yarn benchmark` or `npm run benchmark` to test locally. Full results available in [benchmarks/results.txt](https://claude.ai/chat/benchmarks/results.txt).
75
+ Run `yarn benchmark` or `npm run benchmark` to test locally. Full results available in [benchmarks/results.txt](benchmarks/results.txt).
76
76
 
77
77
  #### Edge Cases Where Lodash Wins
78
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-is-equal",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Blazing-fast equality checks, minus the baggage. A lean, standalone alternative to Lodash's isEqual—because speed matters.",
5
5
  "keywords": [
6
6
  "deep-equal",