unika-components 1.2.6 → 1.2.7

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.
@@ -1395,7 +1395,6 @@ script$n.install = (app) => {
1395
1395
  app.component(script$n.name, script$n);
1396
1396
  };
1397
1397
 
1398
- // @ts-nocheck
1399
1398
  var script$m = defineComponent({
1400
1399
  name: 'uni-countdown',
1401
1400
  props: {
@@ -1402,7 +1402,6 @@
1402
1402
  app.component(script$n.name, script$n);
1403
1403
  };
1404
1404
 
1405
- // @ts-nocheck
1406
1405
  var script$m = vue.defineComponent({
1407
1406
  name: 'uni-countdown',
1408
1407
  props: {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "unika-components",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",
7
- "types": "dist/src/index.d.ts",
7
+ "types": "dist/index.d.ts",
8
8
  "description": "Unika Vue3 components library",
9
9
  "author": "Jim Yu",
10
10
  "license": "MIT",
@@ -18,8 +18,7 @@
18
18
  ],
19
19
  "scripts": {
20
20
  "serve": "vue-cli-service serve",
21
- "build": "npm run build:es && npm run build:umd && npm run build:assets",
22
- "build:assets": "mkdir -p dist/assets/css && cp src/assets/css/invite.css dist/assets/css/invite.css",
21
+ "build": "npm run build:es && npm run build:umd",
23
22
  "lint": "vue-cli-service lint",
24
23
  "build:es": "rollup --config build/rollup.esm.config.js",
25
24
  "build:umd": "rollup --config build/rollup.umd.config.js",