vue-flexmonster 2.9.54 → 2.9.56
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ See our [sample Vue project with Flexmonster](https://github.com/flexmonster/piv
|
|
|
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_vue). We have a
|
|
30
|
+
Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=wrap_vue). We have a 30-day free trial!
|
|
31
31
|
|
|
32
32
|
Flexmonster Vue 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": "vue-flexmonster",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.56",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Vue 2 and Vue 3 Module for Flexmonster Pivot Table & Charts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"build:vue2:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup2.config.js --format iife"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"flexmonster": "2.9.
|
|
29
|
+
"flexmonster": "2.9.56"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/core": "^7.14.6",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"vue-template-compiler": "^2.6.14"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"flexmonster": "2.9.
|
|
54
|
+
"flexmonster": "2.9.56"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
57
57
|
"node": ">=12"
|