Commit 2d9631d
committed
update release.yaml
Upgrade Effect dependencies and configure npm authentication
Updates multiple Effect ecosystem packages to their latest versions, including cli, cluster, platform, platform-node, rpc, and sql. These updates bring bug fixes, performance improvements, and new features from the Effect ecosystem.
Adds NODE_AUTH_TOKEN environment variable to the release workflow to ensure proper npm authentication during package publishing. This addresses potential authentication issues by providing the npm token in the format expected by npm's authentication mechanism.
Also adds kubernetes-types as a new transitive dependency introduced by the cluster package upgrade.
Claude-Session: https://gist.github.com/clayroach/28a0e60c66471961722a48255a21daec1 parent 2449ba6 commit 2d9631d
3 files changed
+58
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments