@featherds/list
Advanced tools
Comparing version 0.9.2 to 0.9.3
@@ -27,6 +27,7 @@ var __defProp = Object.defineProperty; | ||
var _export_sfc = (sfc, props) => { | ||
const target = sfc.__vccOpts || sfc; | ||
for (const [key, val] of props) { | ||
sfc[key] = val; | ||
target[key] = val; | ||
} | ||
return sfc; | ||
return target; | ||
}; | ||
@@ -33,0 +34,0 @@ const _sfc_main$4 = { |
{ | ||
"name": "@featherds/list", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"publishConfig": { | ||
@@ -12,6 +12,6 @@ "access": "public" | ||
"dependencies": { | ||
"@featherds/ripple": "^0.9.2", | ||
"@featherds/styles": "^0.9.2", | ||
"@featherds/switch": "^0.9.2", | ||
"@featherds/utils": "^0.9.2", | ||
"@featherds/ripple": "^0.9.3", | ||
"@featherds/styles": "^0.9.3", | ||
"@featherds/switch": "^0.9.3", | ||
"@featherds/utils": "^0.9.3", | ||
"vue": "^3.1.0-0" | ||
@@ -24,3 +24,3 @@ }, | ||
"types": "./src/index.d.ts", | ||
"gitHead": "c5b9a591688579921f59e070325aa141c23315f7" | ||
"gitHead": "aebb5c7fe38504ab6719aff7007fe42ba940c63e" | ||
} |
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
37256
407
Updated@featherds/ripple@^0.9.3
Updated@featherds/styles@^0.9.3
Updated@featherds/switch@^0.9.3
Updated@featherds/utils@^0.9.3