flexmonster-mongo-connector 2.9.53 → 2.9.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,22 +1,22 @@
1
1
  # Flexmonster Connector for MongoDB
2
2
 
3
- [![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/landing.png)](https://flexmonster.com)
4
- Website: www.flexmonster.com
3
+ [![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/landing.png)](https://www.flexmonster.com)
4
+ Website: [www.flexmonster.com](https://www.flexmonster.com)
5
5
 
6
6
  ## Flexmonster Pivot Table & Charts
7
7
 
8
8
  Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.
9
9
 
10
- This repository holds the source code of Flexmonster Connector for [MongoDB](https://www.mongodb.com/) applications.
10
+ This package is a Flexmonster Connector for [MongoDB](https://www.mongodb.com/) applications.
11
11
 
12
12
  [Flexmonster MongoDB Connector](https://www.flexmonster.com/doc/introduction-to-the-flexmonster-mongodb-connector/) is a special server-side tool intended to help you retrieve the data from a MongoDB database to Flexmonster Pivot. It has to be embedded into a server that accepts requests for the data from Flexmonster and passes them to the Connector.
13
13
 
14
- The table of contents:
14
+ Table of contents:
15
15
 
16
16
  - [Usage](#usage)
17
17
  - [Sample project](#sample-project)
18
18
  - [License](#license)
19
- - [Support & feedback](#support--feedback)
19
+ - [Support and feedback](#support-and-feedback)
20
20
 
21
21
  ## Usage
22
22
 
@@ -24,16 +24,16 @@ Refer to [our documentation](https://www.flexmonster.com/doc/mongodb-connector/)
24
24
 
25
25
  To learn about the Connector API, have a look at the following section: [MongoDB Connector API](https://www.flexmonster.com/api/all-methods/).
26
26
 
27
- ## <a name="sample-project"></a>Sample Project ##
27
+ ## <a name="sample-project"></a>Sample project ##
28
28
 
29
- See the [sample project with the MongoDB Connector](https://github.com/flexmonster/pivot-mongo).
29
+ See our [sample project with the MongoDB Connector](https://github.com/flexmonster/pivot-mongo).
30
30
 
31
31
  ## License
32
32
 
33
- Here is [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/). We have free 30 day trial!
33
+ Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/). We have a free 30-day trial!
34
34
 
35
- Flexmonster Connector for MongoDB module is released as a MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
35
+ Flexmonster MongoDB Connector is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
36
36
 
37
- ## Support & feedback
37
+ ## Support and feedback
38
38
 
39
39
  Please share your feedback or ask questions via [Flexmonster Help Center](https://www.flexmonster.com/help-center/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexmonster-mongo-connector",
3
- "version": "2.9.53",
3
+ "version": "2.9.54",
4
4
  "description": "Custom data source API implementation for MongoDB",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",