@stacksjs/health 0.65.0 → 0.67.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
@@ -1,5 +1,2 @@
1
1
  // @bun
2
2
  var o=1;var p=1;export{o as ohdearWip,p as healthNotificationsWip};
3
-
4
- //# debugId=BBFBCC34F7467BCB64756E2164756E21
5
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/health",
3
3
  "type": "module",
4
- "version": "0.65.0",
4
+ "version": "0.67.0",
5
5
  "description": "The Stacks Health services.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": ["Chris Breuer <chris@stacksjs.org>"],
@@ -19,26 +19,24 @@
19
19
  "keywords": ["health", "oh dear", "stacks", "api", "headless"],
20
20
  "exports": {
21
21
  ".": {
22
- "bun": "./src/index.ts",
23
22
  "import": "./dist/index.js"
24
23
  },
25
24
  "./*": {
26
- "bun": "./src/*",
27
25
  "import": "./dist/*"
28
26
  }
29
27
  },
30
28
  "module": "dist/index.js",
31
29
  "types": "dist/index.d.ts",
32
- "files": ["README.md", "dist", "src"],
30
+ "files": ["README.md", "dist"],
33
31
  "scripts": {
34
32
  "build": "bun build.ts",
35
33
  "typecheck": "bun tsc --noEmit",
36
34
  "prepublishOnly": "bun run build"
37
35
  },
38
36
  "dependencies": {
39
- "@stacksjs/notifications": "0.64.6"
37
+ "@stacksjs/notifications": "0.67.0"
40
38
  },
41
39
  "devDependencies": {
42
- "@stacksjs/development": "0.64.6"
40
+ "@stacksjs/development": "0.67.0"
43
41
  }
44
42
  }
package/dist/index.js.map DELETED
@@ -1,11 +0,0 @@
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,EAAY,ECAlB,IAAM,EAAyB",
9
- "debugId": "BBFBCC34F7467BCB64756E2164756E21",
10
- "names": []
11
- }
@@ -1 +0,0 @@
1
- export * from './ohdear'
@@ -1 +0,0 @@
1
- export const ohdearWip = 1
package/src/index.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from './drivers'
2
- export * from './notifications'
@@ -1 +0,0 @@
1
- export const healthNotificationsWip = 1