modality-kit 0.10.2 → 0.10.3

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -222,7 +222,7 @@ class ModalityLogger {
222
222
  }
223
223
  var getLoggerInstance = ModalityLogger.getInstance.bind(ModalityLogger);
224
224
  // src/util_error.ts
225
- var logger = getLoggerInstance("General Error");
225
+ var logger = getLoggerInstance("Safe to Handle");
226
226
 
227
227
  class ErrorCode extends Error {
228
228
  cause;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.10.2",
2
+ "version": "0.10.3",
3
3
  "name": "modality-kit",
4
4
  "repository": {
5
5
  "type": "git",