soql-parser-js
Advanced tools
Comparing version 4.7.0 to 4.7.1
# Changelog | ||
## 4.7.1 | ||
The repository was moved from `paustint` to `jetstreamapp`. No code changes. | ||
## 4.7.0 | ||
@@ -4,0 +8,0 @@ |
@@ -494,3 +494,3 @@ "use strict"; | ||
// GeolocationUnit is matched even when it is an actual string in a WHERE clause - treat as StringIdentifier | ||
// https://github.com/paustint/soql-parser-js/issues/188 | ||
// https://github.com/jetstreamapp/soql-parser-js/issues/188 | ||
{ GATE: () => !isArray, ALT: () => this.CONSUME(lexer.GeolocationUnit, { LABEL: 'StringIdentifier' }) }, | ||
@@ -497,0 +497,0 @@ { GATE: () => !isArray, ALT: () => this.CONSUME(lexer.StringIdentifier) }, |
{ | ||
"name": "soql-parser-js", | ||
"version": "4.7.0", | ||
"version": "4.7.1", | ||
"description": "Salesforce.com SOQL parser and composer", | ||
@@ -83,4 +83,4 @@ "main": "dist/index.js", | ||
"type": "git", | ||
"url": "https://github.com/paustint/soql-parser-js" | ||
"url": "https://github.com/jetstreamapp/soql-parser-js" | ||
} | ||
} |
<img src="./assets/soql-parser-js-logo.svg"> | ||
[![build](https://api.travis-ci.com/paustint/soql-parser-js.png?branch=master)](https://travis-ci.com/paustint/soql-parser-js) | ||
[![build](https://api.travis-ci.com/jetstreamapp/soql-parser-js.png?branch=master)](https://travis-ci.com/jetstreamapp/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) | ||
[![dependencies](https://david-dm.org/jetstreamapp/soql-parser-js.svg)](https://david-dm.org/jetstreamapp/soql-parser-js) | ||
@@ -422,3 +422,3 @@ ## Description | ||
This function is provided as a convenience and just calls parse and compose. | ||
[Check out the demo](https://paustint.github.io/soql-parser-js/) to see the outcome of the various format options. | ||
[Check out the demo](https://jetstreamapp.github.io/soql-parser-js/) to see the outcome of the various format options. | ||
@@ -942,2 +942,2 @@ ```typescript | ||
All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/paustint/soql-parser-js/blob/master/CONTRIBUTING.md). | ||
All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/jetstreamapp/soql-parser-js/blob/master/CONTRIBUTING.md). |
Sorry, the diff of this file is too big to display
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
1515396