@sepiariver/unique-set 1.1.0 → 1.1.1

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 +3 -3
package/README.md CHANGED
@@ -55,4 +55,4 @@ console.log(unique2.size); // 6
55
55
 
56
56
  ## Contributing
57
57
 
58
- Submit pull requests to https://github.com/sepiariver/unique-set/pulls
58
+ Submit pull requests to [https://github.com/sepiariver/unique-set/pulls]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sepiariver/unique-set",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Extends the has and add methods on the native JavaScript Set object to deeply compare using fast-deep-equal",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,8 +29,8 @@
29
29
  "fast-deep-equal": "^3.1.3"
30
30
  },
31
31
  "devDependencies": {
32
- "@babel/cli": "^7.17.0",
33
- "@babel/core": "^7.17.2",
32
+ "@babel/cli": "^7.17.6",
33
+ "@babel/core": "^7.17.8",
34
34
  "@babel/preset-env": "^7.16.11",
35
35
  "babel-jest": "^27.5.1",
36
36
  "jest": "^27.5.1"