Skip to content

Commit eb21b4d

Browse files
Release v1.6.1
1 parent 13cf466 commit eb21b4d

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

dist/dynamics-web-api-callbacks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! dynamics-web-api-callbacks v1.6.0 (c) 2019 Aleksandr Rogov */
1+
/*! dynamics-web-api-callbacks v1.6.1 (c) 2020 Aleksandr Rogov */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();
@@ -3214,7 +3214,7 @@ module.exports = function buildFunctionParameters(parameters) {
32143214
if (value === null)
32153215
continue;
32163216

3217-
if (typeof value === "string") {
3217+
if (typeof value === "string" && !value.startsWith("Microsoft.Dynamics.CRM")) {
32183218
value = "'" + value + "'";
32193219
}
32203220
//fix #45

dist/dynamics-web-api-callbacks.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dynamics-web-api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! dynamics-web-api v1.6.0 (c) 2019 Aleksandr Rogov */
1+
/*! dynamics-web-api v1.6.1 (c) 2020 Aleksandr Rogov */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();
@@ -3036,7 +3036,7 @@ module.exports = function buildFunctionParameters(parameters) {
30363036
if (value === null)
30373037
continue;
30383038

3039-
if (typeof value === "string") {
3039+
if (typeof value === "string" && !value.startsWith("Microsoft.Dynamics.CRM")) {
30403040
value = "'" + value + "'";
30413041
}
30423042
//fix #45

dist/dynamics-web-api.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamics-web-api",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "DynamicsWebApi is a Microsoft Dynamics CRM Web API helper library",
55
"keywords": [
66
"crm",

0 commit comments

Comments
 (0)