Skip to content

Commit c7666af

Browse files
Release v1.4.4
1 parent 9f6f855 commit c7666af

7 files changed

+3081
-2867
lines changed

dist/dwa.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! dwa v1.4.3 (c) 2018 Aleksandr Rogov */
1+
/*! dwa v1.4.4 (c) 2018 Aleksandr Rogov */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();
@@ -17,9 +17,9 @@ return /******/ (function(modules) { // webpackBootstrap
1717
/******/ function __webpack_require__(moduleId) {
1818
/******/
1919
/******/ // Check if module is in cache
20-
/******/ if(installedModules[moduleId]) {
20+
/******/ if(installedModules[moduleId])
2121
/******/ return installedModules[moduleId].exports;
22-
/******/ }
22+
/******/
2323
/******/ // Create a new module (and put it into the cache)
2424
/******/ var module = installedModules[moduleId] = {
2525
/******/ i: moduleId,

dist/dynamics-web-api-callbacks.js

+1,437-1,325
Large diffs are not rendered by default.

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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dynamics-web-api.js

+1,635-1,533
Large diffs are not rendered by default.

dist/dynamics-web-api.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)