Skip to content

Commit

Permalink
Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrRogov committed Feb 3, 2020
1 parent 13cf466 commit eb21b4d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dist/dynamics-web-api-callbacks.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! dynamics-web-api-callbacks v1.6.0 (c) 2019 Aleksandr Rogov */
/*! dynamics-web-api-callbacks v1.6.1 (c) 2020 Aleksandr Rogov */
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
Expand Down Expand Up @@ -3214,7 +3214,7 @@ module.exports = function buildFunctionParameters(parameters) {
if (value === null)
continue;

if (typeof value === "string") {
if (typeof value === "string" && !value.startsWith("Microsoft.Dynamics.CRM")) {
value = "'" + value + "'";
}
//fix #45
Expand Down
4 changes: 2 additions & 2 deletions dist/dynamics-web-api-callbacks.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/dynamics-web-api.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! dynamics-web-api v1.6.0 (c) 2019 Aleksandr Rogov */
/*! dynamics-web-api v1.6.1 (c) 2020 Aleksandr Rogov */
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
Expand Down Expand Up @@ -3036,7 +3036,7 @@ module.exports = function buildFunctionParameters(parameters) {
if (value === null)
continue;

if (typeof value === "string") {
if (typeof value === "string" && !value.startsWith("Microsoft.Dynamics.CRM")) {
value = "'" + value + "'";
}
//fix #45
Expand Down
4 changes: 2 additions & 2 deletions dist/dynamics-web-api.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamics-web-api",
"version": "1.6.0",
"version": "1.6.1",
"description": "DynamicsWebApi is a Microsoft Dynamics CRM Web API helper library",
"keywords": [
"crm",
Expand Down

0 comments on commit eb21b4d

Please sign in to comment.