Skip to content

Commit 4bb04e0

Browse files
upd: nock to latest version, rewrite tests to support latest version of node
1 parent e6c8423 commit 4bb04e0

File tree

8 files changed

+853
-815
lines changed

8 files changed

+853
-815
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- "lts/*"
3+
- "node"
44
after_success:
55
- npm run coveralls

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# DynamicsWebApi for Microsoft Dynamics CRM Web API
1+
# DynamicsWebApi for Microsoft Dynamics 365 CE (CRM) / Common Data Service Web API
22

33
[![Travis](https://img.shields.io/travis/AleksandrRogov/DynamicsWebApi.svg?style=flat-square)](https://travis-ci.org/AleksandrRogov/DynamicsWebApi)
44
[![Coveralls](https://img.shields.io/coveralls/AleksandrRogov/DynamicsWebApi.svg?style=flat-square)](https://coveralls.io/github/AleksandrRogov/DynamicsWebApi)
55

6-
DynamicsWebApi is a Microsoft Dynamics CRM Web API helper library written in JavaScript.
7-
It is compatible with: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online.
6+
DynamicsWebApi is a Microsoft Dynamics 365 CE (CRM) / Common Data Service Web API helper library written in JavaScript.
7+
It is compatible with: Common Data Service, Dynamics 365 CE (online), Dynamics 365 CE (on-premises), Dynamics CRM 2016, Dynamics CRM Online
88

99
Please check [DynamicsWebApi Wiki](../../wiki/) where you will find documentation to DynamicsWebApi API and more.
1010

@@ -19,6 +19,8 @@ even though [it should have done it by default](https://docs.npmjs.com/misc/deve
1919
`npm update dynamics-web-api` was not working properly. If you see an error during an update of the package,
2020
please go to `node_modules\dynamics-web-api` of your application and remove `.git` directory manually. This error has been fixed in `v.1.4.7`.
2121

22+
Please note, that "Dynamics 365" in this readme refers to Microsoft Dynamics 365 Customer Engagement / Common Data Service.
23+
2224
## Table of Contents
2325

2426
* [Getting Started](#getting-started)
@@ -2029,7 +2031,7 @@ Please use the following library that implements Callbacks : [DynamicsWebApi wit
20292031

20302032
## Contributions
20312033

2032-
First of all, I would like to thank you for using `DynamicsWebApi` library in your Dynamics 365 CE project, the fact that my project helps someone to achieve their development goals already makes me happy.
2034+
First of all, I would like to thank you for using `DynamicsWebApi` library in your Dynamics 365 CE / Common Data Service project, the fact that my project helps someone to achieve their development goals already makes me happy.
20332035

20342036
And if you would like to contribute to the project you may do it in multiple ways:
20352037
1. Submit an issue/bug if you have encountered one.

package-lock.json

Lines changed: 48 additions & 50 deletions
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
@@ -23,7 +23,7 @@
2323
"istanbul": "^0.4.5",
2424
"mocha": "^3.5.3",
2525
"mocha-lcov-reporter": "^1.3.0",
26-
"nock": "^9.6.1",
26+
"nock": "^11.4.0",
2727
"rimraf": "^2.6.2",
2828
"sinon": "^1.17.7",
2929
"webpack": "^2.7.0",

0 commit comments

Comments
 (0)