@sprucelabs/test-utils 3.0.394 → 3.0.398

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.
@@ -1 +1,2 @@
1
1
  export { default as errorAssert } from './utilities/errorAssert';
2
+ export { default as errorAssertUtil } from './utilities/errorAssert.utility';
@@ -1 +1,2 @@
1
1
  export { default as errorAssert } from './utilities/errorAssert.js';
2
+ export { default as errorAssertUtil } from './utilities/errorAssert.utility.js';
package/build/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export { default as errorAssert } from './utilities/errorAssert';
2
+ export { default as errorAssertUtil } from './utilities/errorAssert.utility';
package/build/index.js CHANGED
@@ -3,6 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.errorAssert = void 0;
6
+ exports.errorAssertUtil = exports.errorAssert = void 0;
7
7
  var errorAssert_1 = require("./utilities/errorAssert");
8
8
  Object.defineProperty(exports, "errorAssert", { enumerable: true, get: function () { return __importDefault(errorAssert_1).default; } });
9
+ var errorAssert_utility_1 = require("./utilities/errorAssert.utility");
10
+ Object.defineProperty(exports, "errorAssertUtil", { enumerable: true, get: function () { return __importDefault(errorAssert_utility_1).default; } });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.0.394",
6
+ "version": "3.0.398",
7
7
  "files": [
8
8
  "build"
9
9
  ],
@@ -63,15 +63,15 @@
63
63
  "watch.tsc": "tsc -w"
64
64
  },
65
65
  "dependencies": {
66
- "@sprucelabs/error": "^5.0.386",
66
+ "@sprucelabs/error": "^5.0.387",
67
67
  "@sprucelabs/test": "^7.7.277",
68
68
  "lodash": "^4.17.21"
69
69
  },
70
70
  "devDependencies": {
71
- "@sprucelabs/esm-postbuild": "^1.0.333",
71
+ "@sprucelabs/esm-postbuild": "^1.0.334",
72
72
  "@sprucelabs/semantic-release": "^4.0.8",
73
73
  "@types/lodash": "^4.14.178",
74
- "@types/node": "^17.0.13",
74
+ "@types/node": "^17.0.15",
75
75
  "chokidar-cli": "^3.0.0",
76
76
  "conventional-changelog-sprucelabs": "^1.1.2",
77
77
  "eslint": "^8.8.0",