@openmrs/esm-error-handling 8.0.1-pre.3697 → 8.0.1-pre.3699

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 @@
1
- Successfully compiled: 1 file with swc (179.95ms)
1
+ Successfully compiled: 1 file with swc (90.65ms)
package/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export declare function reportError(err: unknown): void;
2
2
  export declare function createErrorHandler(): (incomingErr: unknown) => void;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAsBA,wBAAgB,WAAW,CAAC,GAAG,EAAE,OAAO,QAKvC;AAED,wBAAgB,kBAAkB,KAExB,aAAa,OAAO,UAK7B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-error-handling",
3
- "version": "8.0.1-pre.3697",
3
+ "version": "8.0.1-pre.3699",
4
4
  "license": "MPL-2.0",
5
5
  "description": "An ES module to help with error handling",
6
6
  "type": "module",
@@ -48,7 +48,7 @@
48
48
  "@openmrs/esm-globals": "6.x"
49
49
  },
50
50
  "devDependencies": {
51
- "@openmrs/esm-globals": "8.0.1-pre.3697",
51
+ "@openmrs/esm-globals": "8.0.1-pre.3699",
52
52
  "@swc/cli": "^0.7.7",
53
53
  "@swc/core": "^1.11.29",
54
54
  "@vitest/coverage-v8": "^4.0.7",