@amplication/code-gen-types
Advanced tools
Comparing version 2.0.30 to 2.0.31
{ | ||
"name": "@amplication/code-gen-types", | ||
"version": "2.0.30", | ||
"version": "2.0.31", | ||
"description": "This library supplies all the contracts for Amplication Code Generation. The purpose is to make the contracts available for inclusion in plugins.", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -26,3 +26,3 @@ import type { Promisable } from "type-fest"; | ||
abort: boolean; | ||
importStaticFiles: (source: string, basePath: string) => Promise<FileMap<AstNode>>; | ||
importStaticFiles: (source: string, basePath: string) => Promise<FileMap<string>>; | ||
} | ||
@@ -29,0 +29,0 @@ export interface DsgContext extends DSGResourceData { |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
229825