detox-copilot
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -67,3 +67,3 @@ "use strict"; | ||
const json = Object.fromEntries(this.cache); | ||
fs.writeFileSync(this.cacheFilePath, JSON.stringify(json, null, 2), 'utf-8'); | ||
fs.writeFileSync(this.cacheFilePath, JSON.stringify(json, null, 2), { flag: 'w+' }); | ||
} | ||
@@ -70,0 +70,0 @@ catch (error) { |
{ | ||
"name": "detox-copilot", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A Detox-based plugin that leverages AI to seamlessly invoke UI testing framework operations", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
"author": "Asaf Korem <asaf.korem@gmail.com>", | ||
"homepage": "https://github.com/wix/Detox/detox-copilot", | ||
"homepage": "https://github.com/wix/Detox/tree/master/detox-copilot", | ||
"license": "MIT", | ||
@@ -14,0 +14,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
49378