Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions faucet-app/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ apiVersion: v2
description: Faucet App Helm chart
name: faucet-app
version: 1.0.0
appVersion: "1.3.0"
1 change: 1 addition & 0 deletions nitronode/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ apiVersion: v2
description: Nitronode Helm chart
name: nitronode
version: 1.0.0
appVersion: "1.3.0"
1 change: 1 addition & 0 deletions playground/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ apiVersion: v2
description: Nitrolite Playground Helm chart
name: playground
version: 1.0.0
appVersion: "1.3.0"
4 changes: 2 additions & 2 deletions sdk/mcp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yellow-org/sdk-mcp",
"version": "1.2.2",
"version": "1.3.0",
"description": "Unified MCP server for Yellow SDK and Nitrolite protocol context for AI agents and IDEs",
"type": "module",
"mcpName": "io.github.layer-3/yellow-sdk-mcp",
Expand Down
4 changes: 2 additions & 2 deletions sdk/mcp/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.layer-3/yellow-sdk-mcp",
"description": "MCP server exposing Yellow SDK and Nitrolite protocol reference material to AI agents and IDEs.",
"version": "1.2.2",
"version": "1.3.0",
"repository": {
"url": "https://github.com/layer-3/nitrolite",
"source": "github"
Expand All @@ -11,7 +11,7 @@
{
"registryType": "npm",
"identifier": "@yellow-org/sdk-mcp",
"version": "1.2.2",
"version": "1.3.0",
"transport": {
"type": "stdio"
}
Expand Down
13 changes: 7 additions & 6 deletions sdk/ts-compat/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/ts-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yellow-org/sdk-compat",
"version": "1.2.2",
"version": "1.3.0",
"description": "Curated migration layer preserving selected Nitrolite SDK v0.5.3 app-facing APIs over the v1 runtime.",
"type": "module",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions sdk/ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yellow-org/sdk",
"version": "1.2.2",
"version": "1.3.0",
"description": "The Yellow SDK empowers developers to build high-performance, scalable web3 applications using state channels. It's designed to provide near-instant transactions and significantly improved user experiences by minimizing direct blockchain interactions.",
"type": "module",
"main": "dist/index.js",
Expand Down
Loading