@brokkai/brokk-town-linux-x64 0.4.8 → 0.4.9
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/BUILD.json +1 -1
- package/README.md +1 -1
- package/bin/bt +0 -0
- package/package.json +1 -1
package/BUILD.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"commit": "
|
|
1
|
+
{"commit": "310d6a3c7029ab237c01f2097a74c5d048808ea2", "tag": "v0.4.9", "target": "linux-amd64"}
|
package/README.md
CHANGED
|
@@ -160,7 +160,7 @@ npm's stable tag, and **Use VERSION** stages that exact version for the Mayor to
|
|
|
160
160
|
save. The pin changes only for that town and takes effect on the bot's next run;
|
|
161
161
|
capability and reported-version checks still run before any repository work.
|
|
162
162
|
|
|
163
|
-
Town also checks npm's stable tags on its own, at start and every
|
|
163
|
+
Town also checks npm's stable tags on its own, at start and every fifteen minutes.
|
|
164
164
|
When a bot has a newer stable release than a town's pin, the town receives a
|
|
165
165
|
Mayoral decision at Town Hall: **Upgrade now** pins the new version for the
|
|
166
166
|
bot's next run, **Delay a day** asks again after 24 hours, and **Decline** keeps
|
package/bin/bt
CHANGED
|
Binary file
|
package/package.json
CHANGED