@vueuse/integrations 7.5.5 → 7.6.0

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 (1) hide show
  1. package/package.json +50 -19
package/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "@vueuse/integrations",
3
- "version": "7.5.5",
3
+ "version": "7.6.0",
4
4
  "description": "Integration wrappers for utility libraries",
5
5
  "keywords": [
6
6
  "vue",
7
7
  "vue-use",
8
8
  "utils"
9
9
  ],
10
+ "homepage": "https://github.com/vueuse/vueuse/tree/main/packages/integrations#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/vueuse/vueuse/issues"
13
+ },
10
14
  "license": "MIT",
11
15
  "repository": {
12
16
  "type": "git",
@@ -15,6 +19,7 @@
15
19
  },
16
20
  "funding": "https://github.com/sponsors/antfu",
17
21
  "author": "Anthony Fu <https://github.com/antfu>",
22
+ "sideEffects": false,
18
23
  "exports": {
19
24
  ".": {
20
25
  "import": "./index.mjs",
@@ -69,33 +74,59 @@
69
74
  }
70
75
  },
71
76
  "main": "./index.cjs",
72
- "types": "./index.d.ts",
77
+ "jsdelivr": "./index.iife.min.js",
73
78
  "module": "./index.mjs",
74
79
  "unpkg": "./index.iife.min.js",
75
- "jsdelivr": "./index.iife.min.js",
76
- "sideEffects": false,
77
- "bugs": {
78
- "url": "https://github.com/vueuse/vueuse/issues"
80
+ "types": "./index.d.ts",
81
+ "peerDependencies": {
82
+ "axios": "*",
83
+ "drauu": "*",
84
+ "focus-trap": "*",
85
+ "fuse.js": "*",
86
+ "jwt-decode": "*",
87
+ "nprogress": "*",
88
+ "qrcode": "*",
89
+ "universal-cookie": "*"
90
+ },
91
+ "peerDependenciesMeta": {
92
+ "axios": {
93
+ "optional": true
94
+ },
95
+ "drauu": {
96
+ "optional": true
97
+ },
98
+ "focus-trap": {
99
+ "optional": true
100
+ },
101
+ "fuse.js": {
102
+ "optional": true
103
+ },
104
+ "jwt-decode": {
105
+ "optional": true
106
+ },
107
+ "nprogress": {
108
+ "optional": true
109
+ },
110
+ "qrcode": {
111
+ "optional": true
112
+ },
113
+ "universal-cookie": {
114
+ "optional": true
115
+ }
79
116
  },
80
- "homepage": "https://github.com/vueuse/vueuse/tree/main/packages/integrations#readme",
81
117
  "dependencies": {
82
- "@vueuse/core": "7.5.5",
83
- "@vueuse/shared": "7.5.5",
118
+ "@vueuse/core": "7.6.0",
119
+ "@vueuse/shared": "7.6.0",
84
120
  "vue-demi": "*"
85
121
  },
86
- "optionalDependencies": {
87
- "axios": "^0.24.0",
88
- "drauu": "^0.2.1",
89
- "focus-trap": "^6.7.1",
90
- "fuse.js": "^6.5.3",
91
- "jwt-decode": "^3.1.2",
92
- "nprogress": "^0.2.0",
93
- "qrcode": "^1.5.0",
94
- "universal-cookie": "^4.0.4"
95
- },
96
122
  "devDependencies": {
97
123
  "@types/nprogress": "^0.2.0",
98
124
  "@types/qrcode": "^1.4.2",
125
+ "axios": "^0.25.0",
126
+ "drauu": "^0.2.1",
127
+ "focus-trap": "^6.7.2",
128
+ "fuse.js": "^6.5.3",
129
+ "jwt-decode": "^3.1.2",
99
130
  "nprogress": "^0.2.0",
100
131
  "qrcode": "^1.5.0",
101
132
  "universal-cookie": "^4.0.4"