@prometheus-ai/swarm-extension 0.5.1 → 0.5.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.5.2] - 2026-06-12
6
+
7
+ - Clean up Prometheus package identity metadata.
8
+
5
9
  ## [0.5.1] - 2026-06-12
6
10
 
7
11
  - Publish the Prometheus swarm extension through the standard release lane.
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@prometheus-ai/swarm-extension",
4
- "version": "0.5.1",
4
+ "version": "0.5.2",
5
5
  "description": "Swarm orchestration extension for prometheus",
6
6
  "homepage": "https://prometheus.trivlab.com",
7
- "author": "Derek Rynd",
7
+ "author": "Uttam Trivedi",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
@@ -39,13 +39,13 @@
39
39
  "fmt": "biome format --write ."
40
40
  },
41
41
  "dependencies": {
42
- "@prometheus-ai/utils": "0.5.1"
42
+ "@prometheus-ai/utils": "0.5.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/bun": "^1.3.14"
46
46
  },
47
47
  "peerDependencies": {
48
- "@prometheus-ai/agent": "0.5.1"
48
+ "@prometheus-ai/agent": "0.5.2"
49
49
  },
50
50
  "engines": {
51
51
  "bun": ">=1.3.14"