better-node-inspect
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -0,1 +1,10 @@ | ||
## [0.3.1](https://github.com/iloveitaly/better-node-inspect/compare/v0.3.0...v0.3.1) (2023-07-31) | ||
### Bug Fixes | ||
* missing primordial slice import ([2c8078c](https://github.com/iloveitaly/better-node-inspect/commit/2c8078ce0a96e0a9f7da217d1fe40e02c4e63a6b)) | ||
# [0.3.0](https://github.com/iloveitaly/better-node-inspect/compare/v0.2.0...v0.3.0) (2023-07-30) | ||
@@ -2,0 +11,0 @@ |
const { | ||
ArrayPrototypeShift, | ||
ArrayPrototypeSlice, | ||
ArrayPrototypeIncludes, | ||
@@ -4,0 +5,0 @@ StringPrototypeSplit, |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A modern node inspector optimized for command line usage (like ipython, pry, iex, etc.)", | ||
@@ -13,0 +13,0 @@ "homepage": "https://github.com/iloveitaly/better-node-inspect", |
Sorry, the diff of this file is not supported yet
79669
16
1980