Skip to content

Commit a27fb70

Browse files
SimplyLizclaude
andcommitted
Fix repository URL for npm provenance and bump to v1.0.1
npm provenance check failed: package.json repository.url didn't match the actual GitHub repo (swarmwire/swarmwire vs SimplyLiz/SwarmWire). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4617ad4 commit a27fb70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swarmwire",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "TypeScript multi-agent orchestration library with budget-first design",
55
"type": "module",
66
"engines": {
@@ -76,7 +76,7 @@
7676
"license": "SEE LICENSE IN LICENSE",
7777
"repository": {
7878
"type": "git",
79-
"url": "https://github.com/swarmwire/swarmwire"
79+
"url": "https://github.com/SimplyLiz/SwarmWire"
8080
},
8181
"keywords": [
8282
"multi-agent",

0 commit comments

Comments
 (0)