@aphro/schema-api
Advanced tools
Comparing version 0.0.6 to 0.0.7
# @aphro/schema-api | ||
## 0.0.7 | ||
### Patch Changes | ||
- enable running in the browser, implement reactive queries | ||
## 0.0.6 | ||
@@ -4,0 +10,0 @@ |
@@ -6,3 +6,3 @@ export declare type ValidationError = { | ||
}; | ||
export declare type StorageEngine = 'postgres' | 'mysql' | 'sqlite'; | ||
export declare type StorageEngine = 'sqlite'; | ||
export declare type StorageType = 'sql'; | ||
@@ -9,0 +9,0 @@ export declare type SchemaFileAst = { |
{ | ||
"name": "@aphro/schema-api", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "lib/index.js", | ||
"type": "module", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tantaman/aphrodite.git", | ||
"directory": "packages/schema-api" | ||
}, | ||
"devDependencies": { | ||
@@ -17,4 +22,5 @@ "typescript": "^4.6.4" | ||
"build": "tsc --build", | ||
"watch": "tsc --build -w" | ||
"watch": "tsc --build -w", | ||
"deep-clean": "rm -rf ./lib && rm tsconfig.tsbuildinfo" | ||
} | ||
} |
@@ -14,3 +14,3 @@ export type ValidationError = { | ||
export type StorageEngine = 'postgres' | 'mysql' | 'sqlite'; // | maria | neo4j | redis ... | ||
export type StorageEngine = 'sqlite'; //'postgres' | 'mysql' | 'sqlite'; // | maria | neo4j | redis ... | ||
export type StorageType = 'sql'; // opencypher | ||
@@ -17,0 +17,0 @@ |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
37462
15
0