@imatic/pgqb
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@imatic/pgqb", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Functional PostgreSQL query builder", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -32,3 +32,3 @@ [![Build Status](https://secure.travis-ci.org/nenadalm/Warehouse.png?branch=master)](http://travis-ci.org/imatic/pgqb) | ||
```javascript | ||
import * as qb from 'pgqb'; | ||
import * as qb from '@imatic/pgqb'; | ||
@@ -51,3 +51,3 @@ const sqlMap = qb.merge( | ||
```javascript | ||
import * as qb from 'pgqb'; | ||
import * as qb from '@imatic/pgqb'; | ||
@@ -54,0 +54,0 @@ const sqlMap = qb.merge( |
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
66250