@aphro/codegen-api
Advanced tools
Comparing version 0.0.8 to 0.0.9
# @aphro/codegen-api | ||
## 0.0.9 | ||
### Patch Changes | ||
- graphql support, 'create table if not exists' for easier bootstrapping, @databases connection support | ||
- Updated dependencies | ||
- @aphro/schema-api@0.0.9 | ||
## 0.0.8 | ||
@@ -4,0 +12,0 @@ |
@@ -9,2 +9,6 @@ export * from './CodegenFile.js'; | ||
}; | ||
export declare type GlobalStep = { | ||
new (nodes: Node[], edges: Edge[], schemaFileName: string): CodegenStep; | ||
accepts: (nodes: Node[], edges: Edge[]) => boolean; | ||
}; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@aphro/codegen-api", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"main": "lib/index.js", | ||
@@ -12,3 +12,3 @@ "type": "module", | ||
"dependencies": { | ||
"@aphro/schema-api": "0.0.8" | ||
"@aphro/schema-api": "0.0.9" | ||
}, | ||
@@ -15,0 +15,0 @@ "devDependencies": { |
export * from './CodegenFile.js'; | ||
export { default as CodegenStep } from './CodegenStep.js'; | ||
import CodegenStep from './CodegenStep.js'; | ||
import { Node, Edge } from '@aphro/schema-api'; | ||
import { Node, Edge, SchemaFile } from '@aphro/schema-api'; | ||
@@ -10,1 +10,6 @@ export type Step = { | ||
}; | ||
export type GlobalStep = { | ||
new (nodes: Node[], edges: Edge[], schemaFileName: string): CodegenStep; | ||
accepts: (nodes: Node[], edges: Edge[]) => boolean; | ||
}; |
Sorry, the diff of this file is not supported yet
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
23090
115
+ Added@aphro/schema-api@0.0.9(transitive)
- Removed@aphro/schema-api@0.0.8(transitive)
Updated@aphro/schema-api@0.0.9