vvalue 1.1.1 → 1.1.2

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,4 +8,6 @@ console.log(vValue(2)) // 2
8
8
  console.log(vValue('foo')) // 'foo'
9
9
  ```
10
10
 
11
- Note: we recommend the higher level [identity](https://github.com/enterprise-npm-ai/identityjs) module instead.
11
+ Note: we recommend the higher level [identity](https://github.com/enterprise-npm-ai/identityjs) module instead.
12
+
13
+ Important note: There is a bug in this module: sometimes it returns rounded versions of floats. E.g., sometimes vvalue(2.2) returns 2, and sometimes it returns 2.2.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vvalue",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "vValue function for JS.",
5
5
  "keywords": [
6
6
  "vvalue",