@stacksjs/health 0.62.0 → 0.63.0

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.
package/dist/index.js CHANGED
@@ -7,3 +7,6 @@ export {
7
7
  ohdearWip,
8
8
  healthNotificationsWip
9
9
  };
10
+
11
+ //# debugId=D9D87E7D2544EB6F64756E2164756E21
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../src/drivers/ohdear.ts", "../src/notifications/index.ts"],
4
+ "sourcesContent": [
5
+ "export const ohdearWip = 1\n",
6
+ "export const healthNotificationsWip = 1\n"
7
+ ],
8
+ "mappings": ";;AAAO,IAAM,YAAY;;ACAlB,IAAM,yBAAyB;",
9
+ "debugId": "D9D87E7D2544EB6F64756E2164756E21",
10
+ "names": []
11
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/health",
3
3
  "type": "module",
4
- "version": "0.62.0",
4
+ "version": "0.63.0",
5
5
  "description": "The Stacks Health services.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",