kdutify 2.6.0 → 2.6.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "kdutify",
3
3
  "description": "Kdu Material Component Framework",
4
- "version": "2.6.0",
4
+ "version": "2.6.1",
5
5
  "author": "NKDuy",
6
6
  "license": "MIT",
7
7
  "homepage": "https://kdutifyjs.web.app",
@@ -52,6 +52,7 @@
52
52
  "devDependencies": {
53
53
  "@fortawesome/fontawesome-svg-core": "^1.2.30",
54
54
  "@fortawesome/free-solid-svg-icons": "^5.14.0",
55
+ "@kdutify/fork-ts-checker-webpack-plugin": "^1.6.0",
55
56
  "@types/jest": "^26.0.14",
56
57
  "@types/node": "^14.11.10",
57
58
  "autoprefixer": "^9.6.1",
@@ -65,7 +66,6 @@
65
66
  "dotenv": "^8.0.0",
66
67
  "eslint-plugin-jest": "^24.1.0",
67
68
  "file-loader": "^4.1.0",
68
- "fork-ts-checker-webpack-plugin": "^1.6.0",
69
69
  "friendly-errors-webpack-plugin": "^1.7.0",
70
70
  "happypack": "^5.0.1",
71
71
  "identity-obj-proxy": "^3.0.0",
@@ -94,5 +94,6 @@
94
94
  "tags": "dist/json/tags.json",
95
95
  "attributes": "dist/json/attributes.json"
96
96
  },
97
- "web-types": "dist/json/web-types.json"
97
+ "web-types": "dist/json/web-types.json",
98
+ "gitHead": "2219fa2d0acd24455f997bd3fe8b20f016cf5726"
98
99
  }
@@ -26,7 +26,9 @@ export default Kdu.extend({
26
26
  created () {
27
27
  // Work around unwanted re-renders
28
28
  // Make sure to use `attrs$` instead of `$attrs` (confusing right?)
29
+ // @ts-ignore
29
30
  this.$watch('$attrs', makeWatcher('attrs$'), { immediate: true })
31
+ // @ts-ignore
30
32
  this.$watch('$listeners', makeWatcher('listeners$'), { immediate: true })
31
33
  },
32
34
  })
@@ -0,0 +1,2 @@
1
+ # Ignore type tests
2
+ test