unika-components 1.2.7 → 1.2.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unika-components",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",
@@ -18,7 +18,8 @@
18
18
  ],
19
19
  "scripts": {
20
20
  "serve": "vue-cli-service serve",
21
- "build": "npm run build:es && npm run build:umd",
21
+ "build": "npm run build:es && npm run build:umd && npm run build:assets",
22
+ "build:assets": "cp src/assets/css/invite.css dist/invite.css",
22
23
  "lint": "vue-cli-service lint",
23
24
  "build:es": "rollup --config build/rollup.esm.config.js",
24
25
  "build:umd": "rollup --config build/rollup.umd.config.js",
@@ -40,6 +41,8 @@
40
41
  "swiper-animation": "^1.4.0",
41
42
  "vue-baberrage": "^3.2.4",
42
43
  "vue-particles": "^1.0.9",
44
+ "vue3-lottie": "^3.2.0",
45
+ "date-fns": "^2.30.0",
43
46
  "webpack": "^4.47.0"
44
47
  },
45
48
  "peerDependencies": {
@@ -77,7 +80,6 @@
77
80
  "babel-plugin-import": "^1.13.8",
78
81
  "cross-env": "^7.0.2",
79
82
  "css-loader": "^6.11.0",
80
- "date-fns": "^2.30.0",
81
83
  "eslint": "^6.7.2",
82
84
  "eslint-plugin-vue": "^7.0.0-0",
83
85
  "husky": "^4.3.0",
@@ -98,7 +100,6 @@
98
100
  "vue": "^3.4.38",
99
101
  "vue-jest": "^5.0.0-alpha.5",
100
102
  "vue-loader": "^17.3.1",
101
- "vue3-lottie": "^3.2.0",
102
103
  "vue3-swiper": "^1.0.0"
103
104
  }
104
105
  }