is-number-object
Advanced tools
Comparing version
@@ -8,2 +8,10 @@ # Changelog | ||
## [v1.1.1](https://github.com/inspect-js/is-number-object/compare/v1.1.0...v1.1.1) - 2024-12-15 | ||
### Commits | ||
- [Dev Deps] update `@arethetypeswrong/cli`,` @ljharb/tsconfig`, `@types/tape` [`00d566d`](https://github.com/inspect-js/is-number-object/commit/00d566d869ee316c896aa6f3cd694996bab6f482) | ||
- [Refactor] use `call-bound` directly [`073d5df`](https://github.com/inspect-js/is-number-object/commit/073d5df97278ab54e32750f24d4eeee1d94965d4) | ||
- [Deps] update `call-bind` [`36c84af`](https://github.com/inspect-js/is-number-object/commit/36c84afd5553a538cceb3da56a8721b597f540bc) | ||
## [v1.1.0](https://github.com/inspect-js/is-number-object/compare/v1.0.7...v1.1.0) - 2024-12-01 | ||
@@ -10,0 +18,0 @@ |
'use strict'; | ||
var callBound = require('call-bind/callBound'); | ||
var callBound = require('call-bound'); | ||
@@ -5,0 +5,0 @@ var $numToStr = callBound('Number.prototype.toString'); |
{ | ||
"name": "is-number-object", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Jordan Harband <ljharb@gmail.com>", | ||
@@ -42,12 +42,11 @@ "funding": { | ||
"dependencies": { | ||
"call-bind": "^1.0.7", | ||
"call-bound": "^1.0.3", | ||
"has-tostringtag": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.17.0", | ||
"@arethetypeswrong/cli": "^0.17.1", | ||
"@ljharb/eslint-config": "^21.1.1", | ||
"@ljharb/tsconfig": "^0.2.0", | ||
"@types/call-bind": "^1.0.5", | ||
"@ljharb/tsconfig": "^0.2.2", | ||
"@types/core-js": "^2.5.8", | ||
"@types/tape": "^5.6.5", | ||
"@types/tape": "^5.7.0", | ||
"auto-changelog": "^2.5.0", | ||
@@ -54,0 +53,0 @@ "core-js": "^3.39.0", |
25184
2.2%18
-5.26%+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed