@dbpath/tables
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -0,7 +1,7 @@ | ||
export * from './src/clean'; | ||
export * from './src/tables'; | ||
export * from './src/query'; | ||
export * from './src/sql'; | ||
export * from './src/clean'; | ||
export * from './src/prettyprint'; | ||
export * from './src/query.fixture'; | ||
export * from './src/queryParams'; |
@@ -17,9 +17,8 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//Often this will be just a series of exports like | ||
__exportStar(require("./src/clean"), exports); | ||
__exportStar(require("./src/tables"), exports); | ||
__exportStar(require("./src/query"), exports); | ||
__exportStar(require("./src/sql"), exports); | ||
__exportStar(require("./src/clean"), exports); | ||
__exportStar(require("./src/prettyprint"), exports); | ||
__exportStar(require("./src/query.fixture"), exports); | ||
__exportStar(require("./src/queryParams"), exports); |
{ | ||
"name": "@dbpath/tables", | ||
"description": "", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"main": "dist/index", | ||
@@ -20,3 +20,4 @@ "types": "dist/index", | ||
"dependencies": { | ||
"@dbpath/utils": "0.2.1" | ||
"@dbpath/utils": "0.2.2", | ||
"@dbpath/types": "0.2.2" | ||
}, | ||
@@ -23,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
36516
31
743
2
+ Added@dbpath/types@0.2.2
+ Added@dbpath/types@0.2.2(transitive)
+ Added@dbpath/utils@0.2.2(transitive)
- Removed@dbpath/utils@0.2.1(transitive)
Updated@dbpath/utils@0.2.2