wedia-vue 2022.3.0 → 2022.4.0-2

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.
@@ -478,3 +478,6 @@
478
478
  2022.2.1-6
479
479
  2022.3.0-1
480
480
  2022.3.0-2
481
+ 2022.3.1-0
482
+ 2022.4.0-1
483
+ 2022.4.0-2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * wedia-vue 2022.3.0
2
+ * wedia-vue 2022.4.0-2
3
3
  *
4
4
  * @link undefined
5
5
  * @copyright (c) 2018-2022 Wedia
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * wedia-vue 2022.3.0
2
+ * wedia-vue 2022.4.0-2
3
3
  *
4
4
  * @link undefined
5
5
  * @copyright (c) 2018-2022 Wedia
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wedia-vue",
3
- "version": "2022.3.0",
3
+ "version": "2022.4.0-2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-link": "rollup -c scripts/rollup.config.js --watch",
@@ -14,17 +14,11 @@
14
14
  "module": "dist-rollup/wedia-vue.esm.js",
15
15
  "jsnext:main": "dist-rollup/wedia-vue.esm.js",
16
16
  "source": "src/index.js",
17
- "dependencies": {
18
- "core-js": "^3.19.2",
17
+ "dependencies": {},
18
+ "peerDependencies": {
19
+ "axios": "^0.26.1",
19
20
  "deep-equal": "^1.1.0",
20
21
  "diacritics": "^1.3.0",
21
- "event-stream": "^4.0.1",
22
- "npm": "^6.9.0",
23
- "polyfill-object.fromentries": "^1.0.1",
24
- "save": "^2.3.2"
25
- },
26
- "peerDependencies": {
27
- "axios": "^0.18.0",
28
22
  "lodash": "^4.17.11",
29
23
  "vue": "^2.6.10"
30
24
  },