detox-copilot
Advanced tools
Comparing version 0.0.33 to 0.0.34
@@ -113,3 +113,5 @@ "use strict"; | ||
if (goalAchieved) { | ||
logger_1.default.info(`🛬 Pilot reached goal: "${goal}"! 🎉 Summary:`, { | ||
logger_1.default.info( | ||
`🛬 Pilot reached goal: "${goal}"! 🎉 Summarizing:\n`, | ||
{ | ||
message: `${summary}`, | ||
@@ -116,0 +118,0 @@ isBold: true, |
{ | ||
"name": "detox-copilot", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"description": "A flexible plugin that drives your tests with human-written commands, enhanced by the power of large language models (LLMs)", | ||
@@ -28,2 +28,4 @@ "keywords": [ | ||
"test": "jest", | ||
"test:examples:puppeteer": "cd examples/puppeteer && jest", | ||
"test:examples:playwright": "cd examples/playwright && jest", | ||
"bump-version": "npm version patch && git push && git push --tags", | ||
@@ -33,4 +35,3 @@ "release": "npm run test && npm run bump-version && npm run build && npm publish", | ||
"lint:fix": "eslint . --ext .ts --fix", | ||
"type-check": "tsc --noEmit", | ||
"prepare": "husky" | ||
"type-check": "tsc --noEmit" | ||
}, | ||
@@ -41,11 +42,14 @@ "bugs": { | ||
"devDependencies": { | ||
"@playwright/test": "^1.50.0", | ||
"@types/jest": "^29.5.12", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"axios": "^1.7.9", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"husky": "^9.1.7", | ||
"jest": "^29.7.0", | ||
"playwright": "^1.50.0", | ||
"prettier": "^3.2.5", | ||
"puppeteer": "^20.8.0", | ||
"ts-jest": "^29.2.4", | ||
@@ -52,0 +56,0 @@ "tsc-alias": "^1.8.10", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
429520
187
9657
15
16
3