tingly-box 0.2601.121700-preview → 0.2601.130800-preview

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/bin.js +1 -1
  2. package/package.json +2 -2
package/bin.js CHANGED
@@ -15,7 +15,7 @@ const LATEST_RELEASE_API_URL = "https://github.com/tingly-dev/tingly-box/release
15
15
 
16
16
  // Default branch to use when not specified via transport version
17
17
  // This will be replaced during the NPX build process
18
- const BINARY_RELEASE_BRANCH = 'v0.2601.121700-preview';
18
+ const BINARY_RELEASE_BRANCH = 'v0.2601.130800-preview';
19
19
 
20
20
  // Create proxy agent from environment variables (HTTP_PROXY, HTTPS_PROXY)
21
21
  // Only create ProxyAgent if proxy is configured, otherwise use undefined (direct connection)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tingly-box",
3
- "version": "0.2601.121700-preview",
3
+ "version": "0.2601.130800-preview",
4
4
  "description": "High-performance AI gateway CLI - connect to multiple AI providers through a single API",
5
5
  "keywords": [
6
6
  "ai",
@@ -16,7 +16,7 @@
16
16
  "type": "git",
17
17
  "url": "https://github.com/tingly-dev/tingly-box.git"
18
18
  },
19
- "license": "Apache-2.0",
19
+ "license": "MPL-2.0",
20
20
  "author": "Tingly Dev",
21
21
  "engines": {
22
22
  "node": ">=18.0.0"