@amplication/plugin-integrate-openai
Advanced tools
Comparing version 1.0.0 to 1.0.1-beta.pr-297.80f0b66
{ | ||
"name": "@amplication/plugin-integrate-openai", | ||
"version": "1.0.0", | ||
"version": "1.0.1-beta.pr-297.80f0b66", | ||
"description": "Add a module and a service to use OpenAI API to Amplication generated code", | ||
"main": "dist/index.js", | ||
"nx": {}, | ||
"scripts": { | ||
@@ -15,4 +16,4 @@ "dev": "webpack --watch", | ||
"devDependencies": { | ||
"@amplication/code-gen-types": "^2.0.1", | ||
"@amplication/code-gen-utils": "^0.0.4", | ||
"@amplication/code-gen-types": "^2.0.17", | ||
"@amplication/code-gen-utils": "^0.0.7", | ||
"@babel/parser": "^7.18.11", | ||
@@ -19,0 +20,0 @@ "@babel/types": "^7.18.10", |
export enum EnumAuthProviderType { | ||
Http = "Http", | ||
Jwt = "Jwt", | ||
Auth0 = "Auth0", | ||
} |
{ | ||
"extends": "../../tsconfig.base.json", | ||
"include": [ | ||
"src/index.ts" | ||
] | ||
} | ||
"include": ["src/index.ts"] | ||
} |
@@ -22,3 +22,5 @@ const path = require("path"); | ||
new CopyWebpackPlugin({ | ||
patterns: [{ from: "src/templates", to: "templates", noErrorOnMissing: true }], | ||
patterns: [ | ||
{ from: "src/templates", to: "templates", noErrorOnMissing: true }, | ||
], | ||
}), | ||
@@ -25,0 +27,0 @@ ], |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
16346
15
348
2