@magic/types 0.1.21 → 0.1.22
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/README.md +5 -1
- package/package.json +1 -1
- package/src/fns.mjs +1 -1
package/README.md
CHANGED
|
@@ -292,5 +292,9 @@ update dependencies
|
|
|
292
292
|
* update dependencies
|
|
293
293
|
* getLength does not use .length or .size property for unknown types. instead we test for is.array, is.string, is.map etc.
|
|
294
294
|
|
|
295
|
-
##### 0.1.22
|
|
295
|
+
##### 0.1.22
|
|
296
|
+
* update getLength to correctly return the length of buffers (regressed in 0.1.21).
|
|
297
|
+
* add a test case for buffer length
|
|
298
|
+
|
|
299
|
+
##### 0.1.23 - unreleased
|
|
296
300
|
...
|
package/package.json
CHANGED
package/src/fns.mjs
CHANGED