@xtalpi/agentic-lab-skills 0.0.6 → 0.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xtalpi/agentic-lab-skills",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Agentic Lab Skills",
5
5
  "license": "MIT",
6
6
  "author": "TheoXiong",
@@ -339,7 +339,7 @@ export function useSuperTableBitableLifecycle (
339
339
  }
340
340
 
341
341
  await x.updateSubBitable([bitable], { isMerge: true, name: DEMO_SUB_TABLE_NAME })
342
- if (typeof x.delay === 'function') await x.delay(80)
342
+ if (typeof x.delay === 'function') await x.delay(300)
343
343
  }
344
344
 
345
345
  async function ensureBitableStructure (): Promise<void> {