@amplication/plugin-integrate-openai
Advanced tools
Comparing version 2.0.4-beta.pr-354.31d30ce to 2.0.4
@@ -92,3 +92,3 @@ /******/ (() => { // webpackBootstrap | ||
const staticPath = (0, path_1.resolve)(__dirname, "./static"); | ||
const staticsFiles = await context.utils.importStaticModules(staticPath, context.serverDirectories.baseDirectory); | ||
const staticsFiles = await context.utils.importStaticModules(staticPath, context.serverDirectories.srcDirectory); | ||
await modules.merge(staticsFiles); | ||
@@ -95,0 +95,0 @@ return modules; |
{ | ||
"name": "@amplication/plugin-integrate-openai", | ||
"version": "2.0.4-beta.pr-354.31d30ce", | ||
"version": "2.0.4", | ||
"description": "Add a module and a service to use OpenAI API to Amplication generated code", | ||
@@ -38,7 +38,3 @@ "main": "dist/index.js", | ||
"passWithNoTests": true, | ||
"moduleFileExtensions": [ | ||
"js", | ||
"json", | ||
"ts" | ||
], | ||
"moduleFileExtensions": ["js", "json", "ts"], | ||
"rootDir": "src/tests", | ||
@@ -49,7 +45,5 @@ "testRegex": ".*\\.spec\\.ts$", | ||
}, | ||
"collectCoverageFrom": [ | ||
"**/*.(t|j)s" | ||
], | ||
"collectCoverageFrom": ["**/*.(t|j)s"], | ||
"testEnvironment": "node" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16391
15
326
1