lolite.first 1.1.15 → 1.1.16
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 +2 -2
- package/src/lib/identity.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lolite.first",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.16",
|
|
4
4
|
"main": "src/lib/first.js",
|
|
5
5
|
"license": "EGPSL10X-1.0",
|
|
6
6
|
"author": "10x'ly Made Software Ventures AB",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"to-str": "^1.0.0",
|
|
23
23
|
"twice-call-wrapper": "^1.2.0",
|
|
24
24
|
"yanoop": "^1.0.0",
|
|
25
|
-
"@identity-js/identity": "^1.2.
|
|
25
|
+
"@identity-js/identity": "^1.2.8",
|
|
26
26
|
"literally": "^1.0.0",
|
|
27
27
|
"@10xly/strict-equals": "^1.0.0"
|
|
28
28
|
}
|
package/src/lib/identity.js
CHANGED
|
@@ -40,7 +40,7 @@ function identity(value) {
|
|
|
40
40
|
// https://github.com/enterprise-npm-ai/vretriever/commit/86626b2741a9f03e19af7e3bae9b8f88e817220c
|
|
41
41
|
// https://github.com/enterprise-npm-ai/identityjs/commit/3dfa642bfa9a35b791236f7bd620cb2564bc7780
|
|
42
42
|
//
|
|
43
|
-
// January 6,
|
|
43
|
+
// January 6, 2026 update: Another bug was recently discovered in vValue because the
|
|
44
44
|
// patch for the previous bug regarding floats made use of the package is-float, and
|
|
45
45
|
// its code coerces the value passed in (n) with +n. However, this creates an issue:
|
|
46
46
|
// If you pass a Symbol into this function, you get a TypeError from JS, that looks
|