lolite.add 1.1.6 → 1.1.8

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 +4 -2
  2. package/package.json +13 -4
package/README.md CHANGED
@@ -5,10 +5,12 @@ Calculates the arithmetic sum of two values.
5
5
  Non-finite or non-numeric values are coerced to zero.
6
6
 
7
7
  ```javascript
8
- const lolite = require("lolite")
8
+ const add = require("lolite.add")
9
9
  const sum = add(5, 2)
10
10
  // sum: 7
11
11
 
12
12
  const coercedSum = add(Infinity, "garbage")
13
13
  // result: 0 (0 + 0)
14
- ```
14
+ ```
15
+
16
+ This utility is part of the [LoLite](https://github.com/enterprise-npm-ai/lolite) utility suite.
package/package.json CHANGED
@@ -1,17 +1,27 @@
1
1
  {
2
2
  "name": "lolite.add",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
+ "description": "Enterprise-grade add utility from the LoLite suite",
4
5
  "main": "index.js",
6
+ "author": "10x'ly Made Software Ventures AB",
7
+ "license": "EGPSL10X-1.0",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/enterprise-npm-ai/lolite.git"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/enterprise-npm-ai/lolite/issues"
14
+ },
15
+ "homepage": "https://github.com/enterprise-npm-ai/lolite#readme",
5
16
  "dependencies": {
6
17
  "lodash.multiply": "^4.9.0",
18
+ "core-js-pure": "^3.47.0",
7
19
  "immediate-error": "^7.1.0",
8
20
  "integer-values": "^2.0.0",
9
21
  "is-not-integer": "^1.0.2",
10
22
  "logtoconsole": "^1.0.7",
11
23
  "false-value": "^2.0.6",
12
24
  "true-value": "^2.0.5",
13
- "@is-(unknown)/is-false": "^1.5.0",
14
- "@is-(unknown)/is-true": "^1.5.0",
15
25
  "array-filter": "^1.0.0",
16
26
  "@10xly/strict-equals": "^1.0.0",
17
27
  "@extremejs/utils": "^1.0.0-beta.22",
@@ -35,7 +45,6 @@
35
45
  "object.values": "^1.2.1",
36
46
  "pkg-with-failing-optional-dependency": "^1.0.1",
37
47
  "yanoop": "^1.0.0",
38
- "@is-(unknown)/is-finite": "^1.0.0",
39
48
  "es-logical-not-operator": "^1.0.0",
40
49
  "is-integer": "^1.0.7",
41
50
  "literally": "^1.0.0",