@dbpath/dal
Advanced tools
Comparing version 0.2.11 to 0.2.13
@@ -43,3 +43,3 @@ import { NameAnd } from "@dbpath/utils"; | ||
} | ||
interface DalColMeta { | ||
export interface DalColMeta { | ||
name: string; | ||
@@ -63,2 +63,1 @@ } | ||
export declare function useDal<T>(dal: Dal, fn: (d: Dal) => T): T; | ||
export {}; |
{ | ||
"name": "@dbpath/dal", | ||
"description": "", | ||
"version": "0.2.11", | ||
"version": "0.2.13", | ||
"main": "dist/index", | ||
@@ -20,4 +20,4 @@ "types": "dist/index", | ||
"dependencies": { | ||
"@dbpath/config": "0.2.11", | ||
"@dbpath/fixtures": "0.2.11" | ||
"@dbpath/config": "0.2.13", | ||
"@dbpath/fixtures": "0.2.13" | ||
}, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
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
17126
317
+ Added@dbpath/config@0.2.13(transitive)
+ Added@dbpath/fixtures@0.2.13(transitive)
+ Added@dbpath/types@0.2.13(transitive)
+ Added@dbpath/utils@0.2.13(transitive)
- Removed@dbpath/config@0.2.11(transitive)
- Removed@dbpath/fixtures@0.2.11(transitive)
- Removed@dbpath/types@0.2.11(transitive)
- Removed@dbpath/utils@0.2.11(transitive)
Updated@dbpath/config@0.2.13
Updated@dbpath/fixtures@0.2.13