ngx-flexmonster 2.9.112 → 2.9.114-1

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/LICENSE +17 -0
  2. package/package.json +14 -6
package/LICENSE ADDED
@@ -0,0 +1,17 @@
1
+ This repository and its contents are an essential part of Flexmonster Software,
2
+ which is distributed under the terms and conditions
3
+ of the Flexmonster Software License Agreement: https://www.flexmonster.com/software-license-agreement/ ("Agreement").
4
+
5
+ By cloning, forking, downloading, or otherwise using this repository and its contents,
6
+ you acknowledge that you have read, understood, and agreed to be bound by the terms
7
+ and conditions of the above-mentioned Agreement. Your use of this repository and its contents
8
+ is conditioned upon your acceptance of the terms of the above-mentioned Agreement.
9
+ If you do not agree with the terms or do not have legal capacity or authority to enter
10
+ into the above-mentioned Agreement, you are not permitted to use this repository and its contents
11
+ in whole or in part.
12
+
13
+ Flexmonster offers a 30-day free trial so you can evaluate our product. Pricing for commercial license models
14
+ can be found on the Flexmonster pricing page (https://www.flexmonster.com/pivot-table-editions-and-pricing/).
15
+
16
+ If you need any help with your license, fill out our Contact form (https://www.flexmonster.com/contact-our-team/),
17
+ and we will get in touch with you.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "ngx-flexmonster",
3
- "version": "2.9.112",
4
- "description": "Angular 12+ Module for Flexmonster Pivot Table & Charts",
5
- "license": "MIT",
3
+ "version": "2.9.114-1",
4
+ "description": "Angular wrapper for Flexmonster Pivot Table and Charts",
5
+ "license": "https://www.flexmonster.com/software-license-agreement/",
6
6
  "keywords": [
7
7
  "pivot",
8
8
  "html5",
@@ -13,17 +13,25 @@
13
13
  "pivotchart",
14
14
  "angular"
15
15
  ],
16
- "private": false,
16
+ "author": {
17
+ "name": "Flexmonster",
18
+ "email": "help@flexmonster.com"
19
+ },
17
20
  "repository": {
18
21
  "type": "git",
19
- "url": "https://github.com/flexmonster/ngx-flexmonster.git"
22
+ "url": "https://github.com/flexmonster/ngx-flexmonster"
20
23
  },
24
+ "homepage": "https://flexmonster.com",
25
+ "bugs": {
26
+ "url": "https://flexmonster.com/technical-support/"
27
+ },
28
+ "private": false,
21
29
  "peerDependencies": {
22
30
  "@angular/common": ">=12.0.0",
23
31
  "@angular/core": ">=12.0.0"
24
32
  },
25
33
  "dependencies": {
26
- "flexmonster": "2.9.112",
34
+ "flexmonster": "2.9.114-1",
27
35
  "tslib": "^2.3.0"
28
36
  },
29
37
  "sideEffects": false,