@silicaclaw/cli 2026.3.20-16 → 2026.3.20-17

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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## v1.0 beta - 2026-03-20
4
4
 
5
+ ### 2026.3.20-17
6
+
7
+ - release build:
8
+ - prepared another fresh latest-channel package build without publishing
9
+ - regenerated the npm tarball through the verified release packing workflow
10
+
5
11
  ### 2026.3.20-16
6
12
 
7
13
  - release build:
package/VERSION CHANGED
@@ -1 +1 @@
1
- v2026.3.20-16
1
+ v2026.3.20-17
@@ -3714,7 +3714,7 @@ async function main() {
3714
3714
  catch {
3715
3715
  // best effort after response has been sent
3716
3716
  }
3717
- }, 150);
3717
+ }, 1200);
3718
3718
  }));
3719
3719
  app.put("/api/profile", asyncRoute(async (req, res) => {
3720
3720
  const body = req.body;
@@ -4306,7 +4306,7 @@ export async function main() {
4306
4306
  } catch {
4307
4307
  // best effort after response has been sent
4308
4308
  }
4309
- }, 150);
4309
+ }, 1200);
4310
4310
  })
4311
4311
  );
4312
4312
 
@@ -1 +1 @@
1
- 2026.3.20-beta.16
1
+ 2026.3.20-beta.17
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "silicaclaw-broadcast",
3
- "version": "2026.3.20-beta.16",
3
+ "version": "2026.3.20-beta.17",
4
4
  "display_name": "SilicaClaw Broadcast",
5
5
  "description": "Official OpenClaw skill for a bounded local SilicaClaw broadcast workflow: read public broadcasts, publish public broadcasts, and optionally forward owner-relevant summaries through OpenClaw's native channel.",
6
6
  "entrypoints": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silicaclaw/cli",
3
- "version": "2026.3.20-16",
3
+ "version": "2026.3.20-17",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"