@amplication/plugin-integrate-openai
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"extends": ["../../.eslintrc.json"], | ||
"ignorePatterns": ["!**/*"], | ||
"overrides": [ | ||
{ | ||
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"], | ||
"rules": {} | ||
}, | ||
{ | ||
"files": ["*.ts", "*.tsx"], | ||
"rules": {} | ||
}, | ||
{ | ||
"files": ["*.js", "*.jsx"], | ||
"rules": {} | ||
} | ||
] | ||
"ignorePatterns": ["!**/*"] | ||
} |
{ | ||
"name": "@amplication/plugin-integrate-openai", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Add a module and a service to use OpenAI API to Amplication generated code", | ||
@@ -10,4 +10,3 @@ "main": "dist/index.js", | ||
"build": "webpack", | ||
"prebuild": "rimraf dist", | ||
"format:write": "prettier --write \"**/*.{js,ts}\"" | ||
"prebuild": "rimraf dist" | ||
}, | ||
@@ -14,0 +13,0 @@ "author": "Yuval Hazaz", |
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
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
16036
334