@atolis-hq/wake 0.3.66 → 0.3.67

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.
@@ -108,4 +108,4 @@ export function resolveWakeVersion(options = {}) {
108
108
  return `g${headHash.slice(0, 7)}`;
109
109
  return '0.1.0-dev';
110
110
  }
111
- export const wakeVersion = "gcfcc531";
111
+ export const wakeVersion = "g4f11fc5";
@@ -73,6 +73,7 @@ function limitGitHubSourceClient(client, requests) {
73
73
  }
74
74
  async function pollRepository(input) {
75
75
  const { client, config, adapter, signal, owner, repo } = input;
76
+ const queriedAt = input.now();
76
77
  const context = {
77
78
  client,
78
79
  config,
@@ -107,7 +108,7 @@ async function pollRepository(input) {
107
108
  ]);
108
109
  return {
109
110
  repository: context.repository,
110
- completedAt: input.now(),
111
+ completedAt: queriedAt,
111
112
  succeeded: isFulfilled(issuesResult) &&
112
113
  isFulfilled(pullRequestsResult) &&
113
114
  reviews.succeeded &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atolis-hq/wake",
3
- "version": "0.3.66",
3
+ "version": "0.3.67",
4
4
  "description": "Local autonomous agent control plane for software development",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {