assign-gingerly 0.0.20 → 0.0.21

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assign-gingerly",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "This package provides a utility function for carefully merging one object into another.",
5
5
  "homepage": "https://github.com/bahrus/assign-gingerly#readme",
6
6
  "bugs": {
@@ -1,4 +1,4 @@
1
- // Type declarations for Map.prototype.getOrInsert and WeakMap.prototype.getOrInsert
1
+ // Type declarations for Map.prototype.getOrInsertComputed and WeakMap.prototype.getOrInsertComputed
2
2
  // Feature is now supported in all modern browsers (Chrome 146+, Firefox 134+, Safari 18.2+)
3
3
  // See: https://web-platform-dx.github.io/web-features-explorer/features/getorinsert/
4
4