@steadwing/openalerts 0.1.0 → 0.2.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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@steadwing/openalerts",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
- "description": "OpenAlerts monitoring for OpenClaw texts you when your bot is sick.",
5
+ "description": "OpenAlerts — An alerting layer for agentic frameworks",
6
6
  "author": "Steadwing",
7
7
  "license": "Apache-2.0",
8
8
  "main": "./dist/index.js",
@@ -16,21 +16,23 @@
16
16
  "files": ["dist", "openclaw.plugin.json"],
17
17
  "scripts": {
18
18
  "build": "tsc",
19
+ "typecheck": "tsc --noEmit",
20
+ "clean": "node -e \"const fs=require('fs');try{fs.rmSync('dist',{recursive:true,force:true})}catch{}\"",
21
+ "publish": "npm publish",
19
22
  "prepublishOnly": "npm run build"
20
23
  },
21
- "dependencies": {
22
- "@steadwing/openalerts-core": "0.1.0"
23
- },
24
24
  "peerDependencies": {
25
25
  "openclaw": "*"
26
26
  },
27
+ "devDependencies": {
28
+ "typescript": "^5.9.3"
29
+ },
27
30
  "openclaw": {
28
31
  "extensions": ["./dist/index.js"]
29
32
  },
30
33
  "repository": {
31
34
  "type": "git",
32
- "url": "https://github.com/steadwing/openalerts.git",
33
- "directory": "packages/alert"
35
+ "url": "https://github.com/steadwing/openalerts.git"
34
36
  },
35
37
  "homepage": "https://github.com/steadwing/openalerts#readme",
36
38
  "bugs": "https://github.com/steadwing/openalerts/issues",
File without changes
File without changes
File without changes
File without changes