@t3x-dev/local 0.4.1 → 0.5.0

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.
package/README.md CHANGED
@@ -14,11 +14,13 @@ without making every workspace package part of the public release surface.
14
14
 
15
15
  ## Release status
16
16
 
17
- `@t3x-dev/local@0.4.1` is part of the restricted T3X alpha release surface.
18
- Package visibility may be limited to accounts with alpha access.
17
+ `@t3x-dev/local@0.5.0` is part of the public T3X alpha release surface.
18
+ Package visibility is public on npm.
19
19
 
20
20
  ## Install
21
21
 
22
+ This command uses the public npm package.
23
+
22
24
  ```bash
23
25
  npx -p @t3x-dev/local t3x-local start
24
26
  ```
@@ -32,11 +34,13 @@ npx -p @t3x-dev/local t3x-local start
32
34
  On package install, `postinstall` downloads the platform runtime asset from
33
35
  `runtime-manifest.json`.
34
36
 
35
- For private GitHub releases, set `T3X_LOCAL_GITHUB_TOKEN`, `GH_TOKEN`, or
36
- `GITHUB_TOKEN` to a token with access to the runtime release.
37
+ For private mirrors or local testing, set `T3X_LOCAL_GITHUB_TOKEN`, `GH_TOKEN`,
38
+ or `GITHUB_TOKEN` to a token with access to the runtime release.
37
39
 
38
40
  ## Sample
39
41
 
42
+ Public npm install:
43
+
40
44
  ```bash
41
45
  npx -p @t3x-dev/local t3x-local start
42
46
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t3x-dev/local",
3
- "version": "0.4.1",
3
+ "version": "0.5.0",
4
4
  "description": "T3X local entry package",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  "runtime-manifest.json"
18
18
  ],
19
19
  "publishConfig": {
20
- "access": "restricted"
20
+ "access": "public"
21
21
  },
22
22
  "repository": {
23
23
  "type": "git",
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "manifestVersion": 1,
3
- "packageVersion": "0.4.1",
4
- "fixedVersion": "0.4.1",
5
- "generatedAt": "2026-06-09T06:56:40.603Z",
3
+ "packageVersion": "0.5.0",
4
+ "fixedVersion": "0.5.0",
5
+ "generatedAt": "2026-06-11T06:07:30.443Z",
6
6
  "dependencies": {
7
- "@t3x-dev/yops": "0.4.1",
8
- "@t3x-dev/yschema": "0.4.1",
9
- "@t3x-dev/core": "0.4.1",
10
- "@t3x-dev/storage": "0.4.1",
11
- "@t3x-dev/api": "0.4.1",
12
- "@t3x-dev/api-client": "0.4.1",
13
- "@t3x-dev/cli": "0.4.1",
14
- "@t3x-dev/mcp": "0.4.1",
15
- "@t3x-dev/local": "0.4.1",
7
+ "@t3x-dev/yops": "0.5.0",
8
+ "@t3x-dev/yschema": "0.5.0",
9
+ "@t3x-dev/core": "0.5.0",
10
+ "@t3x-dev/storage": "0.5.0",
11
+ "@t3x-dev/api": "0.5.0",
12
+ "@t3x-dev/api-client": "0.5.0",
13
+ "@t3x-dev/cli": "0.5.0",
14
+ "@t3x-dev/mcp": "0.5.0",
15
+ "@t3x-dev/local": "0.5.0",
16
16
  "web": "0.1.0"
17
17
  },
18
18
  "platforms": {
19
19
  "darwin-arm64": {
20
- "fileName": "t3x-local-runtime-0.4.1-darwin-arm64.tar.gz",
21
- "url": "https://github.com/t3x-dev/t3x-core/releases/download/t3x-local-v0.4.1/t3x-local-runtime-0.4.1-darwin-arm64.tar.gz",
22
- "sha256": "853e9e9d9ac5ca48052a6461abcce7f1b4ad42350aa5afe33a04009d33c00643",
23
- "size": 17925047
20
+ "fileName": "t3x-local-runtime-0.5.0-darwin-arm64.tar.gz",
21
+ "url": "https://github.com/t3x-dev/t3x-core/releases/download/t3x-local-v0.5.0/t3x-local-runtime-0.5.0-darwin-arm64.tar.gz",
22
+ "sha256": "2e9a1c8b7369da81be7d1b51d1a47321884bec51ff27020cda026fd9d82cb046",
23
+ "size": 17953010
24
24
  }
25
25
  }
26
26
  }