@sprucelabs/error 5.0.304 → 5.0.308

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.
@@ -12,5 +12,8 @@
12
12
  "build.resolve-paths",
13
13
  "post.watch.build"
14
14
  ]
15
+ },
16
+ "writer": {
17
+ "skipped": []
15
18
  }
16
19
  }
File without changes
File without changes
File without changes
@@ -1,4 +1,4 @@
1
- export * from './src/AbstractSpruceError';
2
- import AbstractSpruceError from './src/AbstractSpruceError';
1
+ export * from './AbstractSpruceError';
2
+ import AbstractSpruceError from './AbstractSpruceError';
3
3
  export default AbstractSpruceError;
4
- export { ErrorOptions } from './src/error.options';
4
+ export { ErrorOptions } from './error.options';
@@ -1,3 +1,3 @@
1
- export * from './src/AbstractSpruceError.js';
2
- import AbstractSpruceError from './src/AbstractSpruceError.js';
1
+ export * from './AbstractSpruceError.js';
2
+ import AbstractSpruceError from './AbstractSpruceError.js';
3
3
  export default AbstractSpruceError;
package/build/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export * from './src/AbstractSpruceError';
2
- import AbstractSpruceError from './src/AbstractSpruceError';
1
+ export * from './AbstractSpruceError';
2
+ import AbstractSpruceError from './AbstractSpruceError';
3
3
  export default AbstractSpruceError;
4
- export { ErrorOptions } from './src/error.options';
4
+ export { ErrorOptions } from './error.options';
package/build/index.js CHANGED
@@ -13,6 +13,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
13
13
  return (mod && mod.__esModule) ? mod : { "default": mod };
14
14
  };
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- __exportStar(require("./src/AbstractSpruceError"), exports);
17
- const AbstractSpruceError_1 = __importDefault(require("./src/AbstractSpruceError"));
16
+ __exportStar(require("./AbstractSpruceError"), exports);
17
+ const AbstractSpruceError_1 = __importDefault(require("./AbstractSpruceError"));
18
18
  exports.default = AbstractSpruceError_1.default;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "5.0.304",
6
+ "version": "5.0.308",
7
7
  "skill": {
8
8
  "namespace": "spruce-error",
9
9
  "upgradeIgnoreList": [
@@ -64,16 +64,16 @@
64
64
  "watch.tsc": "tsc -w"
65
65
  },
66
66
  "devDependencies": {
67
- "@sprucelabs/esm-postbuild": "^1.0.291",
68
- "@sprucelabs/jest-json-reporter": "^6.0.254",
67
+ "@sprucelabs/esm-postbuild": "^1.0.293",
68
+ "@sprucelabs/jest-json-reporter": "^6.0.259",
69
69
  "@sprucelabs/semantic-release": "^4.0.8",
70
- "@sprucelabs/test": "^7.7.237",
70
+ "@sprucelabs/test": "^7.7.242",
71
71
  "chokidar-cli": "^3.0.0",
72
72
  "concurrently": "^6.4.0",
73
73
  "eslint": "^8.3.0",
74
74
  "eslint-config-spruce": "^10.10.16",
75
- "jest": "^27.3.1",
76
- "jest-circus": "^27.3.1",
75
+ "jest": "^27.4.2",
76
+ "jest-circus": "^27.4.2",
77
77
  "prettier": "^2.5.0",
78
78
  "tsc-watch": "^4.5.0",
79
79
  "typescript": "^4.5.2"