Skip to content

Commit 4da27f1

Browse files
committed
chore: bump versions for Apache-2.0 relicense
- @helixar_ai/hdp 0.1.2 -> 0.1.3 - @helixar_ai/hdp-autogen 0.1.2 -> 0.1.3 - @helixar_ai/hdp-mcp 0.1.2 -> 0.1.3 - @helixar_ai/hdp-physical 0.1.0 -> 0.1.1 - hdp-validate 0.1.2 -> 0.1.3 - hdp-autogen 0.1.2 -> 0.1.3 - hdp-crewai 0.1.2 -> 0.1.3 - hdp-grok 0.1.1 -> 0.1.2 - hdp-langchain 0.1.0 -> 0.1.1 - hdp-llamaindex 0.1.0 -> 0.1.1 - hdp-physical (py) 0.1.0 -> 0.1.1 - llama-index-callbacks-hdp 0.1.0 -> 0.1.1
1 parent 4e0c865 commit 4da27f1

13 files changed

Lines changed: 18 additions & 18 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helixar_ai/hdp",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/hdp-autogen-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helixar_ai/hdp-autogen",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "HDP middleware for AutoGen — cryptographic audit trail for multi-agent delegation",
55
"type": "module",
66
"main": "dist/index.cjs",

packages/hdp-autogen/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hdp-autogen"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "HDP (Human Delegation Provenance) middleware for AutoGen — cryptographic audit trail for multi-agent delegation"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

packages/hdp-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hdp-validate",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "CLI validator for HDP (Human Delegation Provenance Protocol) tokens",
55
"type": "module",
66
"bin": {

packages/hdp-crewai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hdp-crewai"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "HDP (Human Delegation Provenance) middleware for CrewAI — cryptographic audit trail for multi-agent task delegation"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

packages/hdp-grok/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hdp-grok"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "HDP (Human Delegation Provenance) middleware for Grok / xAI API"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

packages/hdp-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hdp-langchain"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "HDP (Human Delegation Provenance) middleware for LangChain — cryptographic audit trail for multi-agent delegation"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

packages/hdp-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hdp-llamaindex"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "HDP (Human Delegation Provenance) integration for LlamaIndex — metapackage"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

packages/hdp-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helixar_ai/hdp-mcp",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "HDP middleware for MCP (Model Context Protocol) servers",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)