@stacksjs/health 0.66.0 → 0.68.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.d.ts +1 -2
- package/dist/index.js +0 -3
- package/dist/ohdear.d.ts +1 -0
- package/package.json +4 -6
- package/dist/drivers/index.d.ts +0 -1
- package/dist/drivers/ohdear.d.ts +0 -1
- package/dist/index.js.map +0 -11
- package/dist/notifications/index.d.ts +0 -1
- package/src/drivers/index.ts +0 -1
- package/src/drivers/ohdear.ts +0 -1
- package/src/index.ts +0 -2
- package/src/notifications/index.ts +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
export * from "./notifications";
|
|
1
|
+
export declare const healthNotificationsWip: 1;
|
package/dist/index.js
CHANGED
package/dist/ohdear.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ohdearWip: 1;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/health",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.68.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"
|
|
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.
|
|
37
|
+
"@stacksjs/notifications": "0.67.0"
|
|
40
38
|
},
|
|
41
39
|
"devDependencies": {
|
|
42
|
-
"@stacksjs/development": "0.
|
|
40
|
+
"@stacksjs/development": "0.67.0"
|
|
43
41
|
}
|
|
44
42
|
}
|
package/dist/drivers/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./ohdear";
|
package/dist/drivers/ohdear.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const ohdearWip = 1;
|
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 declare const healthNotificationsWip = 1;
|
package/src/drivers/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ohdear'
|
package/src/drivers/ohdear.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const ohdearWip = 1
|
package/src/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const healthNotificationsWip = 1
|