zerosurge 13.0.0 → 13.1.0

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/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -108,7 +108,7 @@ function isZero(value, loggingEnabled) {
108
108
  kleur.cyan("[zerosurge/isZero] Calculating false using FalseJS...")
109
109
  )
110
110
  const FALSE = f.False(
111
- loggingEnabled ? "yes" : "no",
111
+ "no",
112
112
  "no",
113
113
  "no",
114
114
  "yes",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zerosurge",
3
- "version": "13.0.0",
3
+ "version": "13.1.0",
4
4
  "description": "The future is here.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -125,7 +125,7 @@
125
125
  "get-ecmascript-type-of": "^1.0.0",
126
126
  "get-intrinsic": "^1.2.4",
127
127
  "if": "^2.0.0",
128
- "immediate-error": "^5.1.0",
128
+ "immediate-error": "^6.1.0",
129
129
  "integer-value-positive-one": "^1.0.2",
130
130
  "integer-value-positive-two": "^1.0.0",
131
131
  "is-eq-ten-thousand": "^4324803849.34298304823.328712760",