@rubytech/taskmaster 1.0.3 → 1.0.4

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.3",
3
- "commit": "f5ee9266aae9d8aa35a658d4cc7d946a75ddf524",
4
- "builtAt": "2026-02-14T19:48:12.948Z"
2
+ "version": "1.0.4",
3
+ "commit": "a317fdb599ad59d1366f5d5352244c8dff8f44a8",
4
+ "builtAt": "2026-02-14T19:55:48.406Z"
5
5
  }
@@ -214,7 +214,7 @@ export async function fetchNpmTagVersion(params) {
214
214
  const timeoutMs = params?.timeoutMs ?? 3500;
215
215
  const tag = params.tag;
216
216
  try {
217
- const res = await fetchWithTimeout(`https://registry.npmjs.org/taskmaster/${encodeURIComponent(tag)}`, timeoutMs);
217
+ const res = await fetchWithTimeout(`https://registry.npmjs.org/@rubytech%2Ftaskmaster/${encodeURIComponent(tag)}`, timeoutMs);
218
218
  if (!res.ok) {
219
219
  return { tag, version: null, error: `HTTP ${res.status}` };
220
220
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "AI-powered business assistant for small businesses",
5
5
  "publishConfig": {
6
6
  "access": "public"