@animxyz/vue
Advanced tools
Comparing version 0.0.4 to 0.0.5
/** | ||
* VueAnimXyz v0.0.3 | ||
* VueAnimXyz v0.0.4 | ||
* Copyright (c) 2020-present Ingram Projects | ||
@@ -4,0 +4,0 @@ * https://animxyz.com |
/** | ||
* VueAnimXyz v0.0.3 | ||
* VueAnimXyz v0.0.4 | ||
* Copyright (c) 2020-present Ingram Projects | ||
@@ -4,0 +4,0 @@ * https://animxyz.com |
/** | ||
* VueAnimXyz v0.0.3 | ||
* VueAnimXyz v0.0.4 | ||
* Copyright (c) 2020-present Ingram Projects | ||
@@ -4,0 +4,0 @@ * https://animxyz.com |
{ | ||
"name": "@animxyz/vue", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"publishConfig": { | ||
@@ -43,6 +43,10 @@ "access": "public" | ||
"scripts": { | ||
"build": "bili" | ||
"build": "run-s build:clean build:main", | ||
"build:clean": "rimraf dist", | ||
"build:main": "bili", | ||
"lint": "vue-cli-service lint", | ||
"precommit": "lint-staged" | ||
}, | ||
"dependencies": { | ||
"@animxyz/core": "^0.0.4", | ||
"@animxyz/core": "^0.0.5", | ||
"lodash": "^4.17.15" | ||
@@ -64,3 +68,5 @@ }, | ||
"lint-staged": "^10.2.2", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.0.5", | ||
"rimraf": "^3.0.2", | ||
"sass": "^1.26.5", | ||
@@ -70,12 +76,9 @@ "sass-loader": "^8.0.2", | ||
}, | ||
"gitHooks": { | ||
"pre-commit": "lint-staged" | ||
}, | ||
"lint-staged": { | ||
"*.{js,jsx,vue}": [ | ||
"vue-cli-service lint", | ||
"yarn run lint", | ||
"git add" | ||
] | ||
}, | ||
"gitHead": "f07885431ed0361146fb5c38be22b8bee40f92e7" | ||
"gitHead": "3082c7c109191124a98c67c1c2c6508092f0c15b" | ||
} |
@@ -18,3 +18,3 @@ import { xyzTransitionProps, getXyzAttrs } from './xyzTransitionUtils' | ||
if (Object.keys(xyzAttrs).length) { | ||
context.children.forEach(child => { | ||
context.children.forEach((child) => { | ||
defaultsDeep(child, { | ||
@@ -21,0 +21,0 @@ data: { |
@@ -7,6 +7,6 @@ import XyzTransition from './components/XyzTransition' | ||
const VueAnimXyz = { | ||
install (Vue) { | ||
install(Vue) { | ||
Vue.component('xyz-transition', XyzTransition) | ||
Vue.component('xyz-transition-group', XyzTransitionGroup) | ||
} | ||
}, | ||
} | ||
@@ -13,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
236144
8951
0
16
+ Added@animxyz/core@0.0.5(transitive)
- Removed@animxyz/core@0.0.4(transitive)
Updated@animxyz/core@^0.0.5