agentflow-core 0.7.0 → 0.8.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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  graphToJson,
3
3
  loadGraph
4
- } from "./chunk-DY7YHFIB.js";
4
+ } from "./chunk-BYWLDTZK.js";
5
5
  export {
6
6
  graphToJson,
7
7
  loadGraph
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentflow-core",
3
- "version": "0.7.0",
3
+ "version": "0.8.1",
4
4
  "description": "Monitor any AI agent system. Auto-detects failures, sends alerts, audits OS processes. Zero config, zero dependencies.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -17,7 +17,8 @@
17
17
  "dist"
18
18
  ],
19
19
  "scripts": {
20
- "build": "tsup src/index.ts src/cli.ts --format esm,cjs --dts --clean --tsconfig tsconfig.build.json"
20
+ "build": "tsup src/index.ts src/cli.ts --format esm,cjs --dts --clean --tsconfig tsconfig.build.json",
21
+ "prepublishOnly": "npm run build"
21
22
  },
22
23
  "dependencies": {},
23
24
  "keywords": [
@@ -43,12 +44,15 @@
43
44
  "orphan-detection",
44
45
  "systemd"
45
46
  ],
46
- "license": "MIT",
47
+ "license": "Apache-2.0 WITH Commons-Clause-1.0",
47
48
  "repository": {
48
49
  "type": "git",
49
50
  "url": "https://github.com/ClemenceChee/AgentFlow.git"
50
51
  },
51
52
  "homepage": "https://github.com/ClemenceChee/AgentFlow#readme",
53
+ "bugs": {
54
+ "url": "https://github.com/ClemenceChee/AgentFlow/issues"
55
+ },
52
56
  "author": "Clemence Chee",
53
57
  "engines": {
54
58
  "node": ">=20"