@falsejs/falsejs 4.1.8 → 4.1.9

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 -6
  2. package/package.json +2 -1
package/index.js CHANGED
@@ -458,12 +458,7 @@ if (isComputerOnFire()) {
458
458
  }
459
459
  }
460
460
 
461
- const FalseJSValidationFailedToPassError = class extends Error {
462
- constructor(...stuff) {
463
- super(...stuff)
464
- this.name = "FalseJSValidationFailedToPassError"
465
- }
466
- }
461
+ const FalseJSValidationFailedToPassError = require("@falsejs/validation-failed-to-pass-error")
467
462
 
468
463
  const SuccessorHelper = class {
469
464
  s(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@falsejs/falsejs",
3
- "version": "4.1.8",
3
+ "version": "4.1.9",
4
4
  "description": "Returns false.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -19,6 +19,7 @@
19
19
  "@ahsm/noop": "^1.0.0",
20
20
  "@colors/colors": "^1.6.0",
21
21
  "@falsejs/is-true-helper": "^1.0.2",
22
+ "@falsejs/validation-failed-to-pass-error": "github:10xly/FalseJS-FalseJSValidationFailedToPassError",
22
23
  "@identity-js/identity": "^1.2.13",
23
24
  "@is-(unknown)/is-nil": "^1.2.0",
24
25
  "@is-(unknown)/is-null": "^1.2.2",