soql-parser-js
Advanced tools
Comparing version 0.3.2 to 0.3.3-beta.0
@@ -1,2 +0,3 @@ | ||
export { parseQuery } from './SoqlParser'; | ||
export { composeQuery } from './SoqlComposer'; | ||
export * from './SoqlParser'; | ||
export * from './SoqlComposer'; | ||
export * from './models/SoqlQuery.model'; |
{ | ||
"name": "soql-parser-js", | ||
"version": "0.3.2", | ||
"version": "0.3.3-beta.0", | ||
"description": "Salesforce.com SOQL parser.", | ||
@@ -22,3 +22,4 @@ "main": "dist/index.js", | ||
"release": "release-it", | ||
"update-docs": "cd docs && npm run update" | ||
"update-docs": "cd docs && npm run update", | ||
"update-docs:no-git": "cd docs && npm run deploy" | ||
}, | ||
@@ -25,0 +26,0 @@ "author": "Austin Turner <paustint@gmail.com>", |
# SOQL Parser JS | ||
[![build](https://api.travis-ci.com/paustint/soql-parser-js.png?branch=master)](https://travis-ci.com/paustint/soql-parser-js) | ||
[![npm version](https://badge.fury.io/js/soql-parser-js.svg)](https://badge.fury.io/js/soql-parser-js) | ||
[![dependencies](https://david-dm.org/paustint/soql-parser-js.svg)](https://david-dm.org/paustint/soql-parser-js) | ||
## Description | ||
@@ -4,0 +8,0 @@ SOQL Parser JS will parse a SOQL query string into an object that is easy to work with and has the query broken down into usable parts. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
4009951
36
41386
265