@stacksjs/health 0.63.0 → 0.63.1
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 +2 -9
- package/dist/index.js.map +2 -2
- package/package.json +1 -4
package/dist/index.js
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
|
|
3
|
-
var ohdearWip = 1;
|
|
4
|
-
// src/notifications/index.ts
|
|
5
|
-
var healthNotificationsWip = 1;
|
|
6
|
-
export {
|
|
7
|
-
ohdearWip,
|
|
8
|
-
healthNotificationsWip
|
|
9
|
-
};
|
|
2
|
+
var o=1;var p=1;export{o as ohdearWip,p as healthNotificationsWip};
|
|
10
3
|
|
|
11
|
-
//# debugId=
|
|
4
|
+
//# debugId=BBFBCC34F7467BCB64756E2164756E21
|
|
12
5
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"export const ohdearWip = 1\n",
|
|
6
6
|
"export const healthNotificationsWip = 1\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": ";AAAO,IAAM,EAAY,ECAlB,IAAM,EAAyB",
|
|
9
|
+
"debugId": "BBFBCC34F7467BCB64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/health",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.63.
|
|
4
|
+
"version": "0.63.1",
|
|
5
5
|
"description": "The Stacks Health services.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -47,9 +47,6 @@
|
|
|
47
47
|
"typecheck": "bun --bun tsc --noEmit",
|
|
48
48
|
"prepublishOnly": "bun run build"
|
|
49
49
|
},
|
|
50
|
-
"peerDependencies": {
|
|
51
|
-
"@stacksjs/notifications": "latest"
|
|
52
|
-
},
|
|
53
50
|
"dependencies": {
|
|
54
51
|
"@stacksjs/notifications": "latest"
|
|
55
52
|
},
|