awb-agent-manager 1.6.86 → 1.6.87

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awb-agent-manager",
3
- "version": "1.6.86",
3
+ "version": "1.6.87",
4
4
  "description": "Runtime Host for AWB agents, including Hermes ACP and managed CLI runtimes",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
@@ -37,7 +37,7 @@
37
37
  "dev": "tsx watch src/main.ts",
38
38
  "build": "tsc -p tsconfig.json && node -e \"require('fs').copyFileSync('package.json','dist/package.json')\"",
39
39
  "start": "node dist/main.js",
40
- "test": "npm run build && node --test",
40
+ "test": "npm run build && node --test 'test/*.test.mjs'",
41
41
  "clean": "rimraf dist",
42
42
  "prepublishOnly": "npm run build"
43
43
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awb-agent-manager",
3
- "version": "1.6.86",
3
+ "version": "1.6.87",
4
4
  "description": "Runtime Host for AWB agents, including Hermes ACP and managed CLI runtimes",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
@@ -37,7 +37,7 @@
37
37
  "dev": "tsx watch src/main.ts",
38
38
  "build": "tsc -p tsconfig.json && node -e \"require('fs').copyFileSync('package.json','dist/package.json')\"",
39
39
  "start": "node dist/main.js",
40
- "test": "npm run build && node --test",
40
+ "test": "npm run build && node --test 'test/*.test.mjs'",
41
41
  "clean": "rimraf dist",
42
42
  "prepublishOnly": "npm run build"
43
43
  },