flexmonster-mongo-connector 2.9.54 → 2.9.55

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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Flexmonster Connector for MongoDB
2
2
 
3
- [![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/landing.png)](https://www.flexmonster.com)
4
- Website: [www.flexmonster.com](https://www.flexmonster.com)
3
+ [![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/landing.png)](https://www.flexmonster.com?r=mongo_connect)
4
+ Website: [www.flexmonster.com](https://www.flexmonster.com?r=mongo_connect)
5
5
 
6
6
  ## Flexmonster Pivot Table & Charts
7
7
 
@@ -9,7 +9,7 @@ Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. I
9
9
 
10
10
  This package is a Flexmonster Connector for [MongoDB](https://www.mongodb.com/) applications.
11
11
 
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.
12
+ [Flexmonster MongoDB Connector](https://www.flexmonster.com/doc/introduction-to-the-flexmonster-mongodb-connector?r=mongo_connect) 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
14
  Table of contents:
15
15
 
@@ -20,9 +20,9 @@ Table of contents:
20
20
 
21
21
  ## Usage
22
22
 
23
- Refer to [our documentation](https://www.flexmonster.com/doc/mongodb-connector/) for details on Flexmonster MongoDB Connector usage.
23
+ Refer to [our documentation](https://www.flexmonster.com/doc/mongodb-connector?r=mongo_connect) for details on Flexmonster MongoDB Connector usage.
24
24
 
25
- To learn about the Connector API, have a look at the following section: [MongoDB Connector API](https://www.flexmonster.com/api/all-methods/).
25
+ To learn about the Connector API, have a look at the following section: [MongoDB Connector API](https://www.flexmonster.com/api/all-methods?r=mongo_connect).
26
26
 
27
27
  ## <a name="sample-project"></a>Sample project ##
28
28
 
@@ -30,10 +30,10 @@ See our [sample project with the MongoDB Connector](https://github.com/flexmonst
30
30
 
31
31
  ## License
32
32
 
33
- Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/). We have a free 30-day trial!
33
+ Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=mongo_connect). We have a 30-day free trial!
34
34
 
35
35
  Flexmonster MongoDB Connector is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
36
36
 
37
37
  ## Support and feedback
38
38
 
39
- Please share your feedback or ask questions via [Flexmonster Help Center](https://www.flexmonster.com/help-center/).
39
+ Please share your feedback or ask questions via [Flexmonster Help Center](https://www.flexmonster.com/help-center?r=mongo_connect).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexmonster-mongo-connector",
3
- "version": "2.9.54",
3
+ "version": "2.9.55",
4
4
  "description": "Custom data source API implementation for MongoDB",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",