ng-flexmonster 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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -27,7 +27,7 @@ See our [sample Angular project with Flexmonster](https://github.com/flexmonster
27
27
 
28
28
  ## <a name="license"></a>License ##
29
29
 
30
- Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=wrap_ng). We have a free 30-day trial!
30
+ Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=wrap_ng). We have a 30-day free trial!
31
31
 
32
32
  Flexmonster Angular wrapper is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-flexmonster",
3
- "version": "2.9.54",
3
+ "version": "2.9.55",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "@angular/common": ">=4.0.0"
24
24
  },
25
25
  "dependencies": {
26
- "flexmonster": "2.9.54",
26
+ "flexmonster": "2.9.55",
27
27
  "tslib": "^1.9.0"
28
28
  },
29
29
  "main": "bundles/ng-flexmonster.umd.js",