vue-flexmonster 2.9.47 → 2.9.49

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -15,9 +15,9 @@ This repository holds the source code for using [Flexmonster Pivot](https://www.
15
15
 
16
16
  ## <a name="usage"></a>Usage ##
17
17
 
18
- Refer to [Flexmonster Integration with Vue 2](https://www.flexmonster.com/doc/integration-with-vue-2) tutorial for details on the Flexmonster Vue module usage in Vue 2.
18
+ Refer to [Flexmonster Integration with Vue 3](https://www.flexmonster.com/doc/integration-with-vue-3) tutorial for details on the Flexmonster Vue module usage in Vue 3.
19
19
 
20
- To integrate with Vue 3, check this guide: [Integration with Vue 3](https://www.flexmonster.com/doc/integration-with-vue-3/).
20
+ To integrate with Vue 2, check this guide: [Integration with Vue 2](https://www.flexmonster.com/doc/integration-with-vue-2/).
21
21
 
22
22
  ## <a name="sample-project"></a>Sample Project ##
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-flexmonster",
3
- "version": "2.9.47",
3
+ "version": "2.9.49",
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.47"
29
+ "flexmonster": "2.9.49"
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.47"
54
+ "flexmonster": "2.9.49"
55
55
  },
56
56
  "engines": {
57
57
  "node": ">=12"