@featherds/progress
Advanced tools
Comparing version 0.10.2 to 0.10.3
{ | ||
"name": "@featherds/progress", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"publishConfig": { | ||
@@ -12,3 +12,3 @@ "access": "public" | ||
"dependencies": { | ||
"@featherds/styles": "^0.10.2", | ||
"@featherds/styles": "^0.10.3", | ||
"vue": "^3.1.0-0" | ||
@@ -21,3 +21,3 @@ }, | ||
"types": "./src/index.d.ts", | ||
"gitHead": "962dcee415575770eb0bc2781bfd29288873176e" | ||
"gitHead": "52cfa2d3253a4db3ec6c1b66bb77dc5b1faff3c2" | ||
} |
@@ -1,5 +0,2 @@ | ||
declare module "@featherds/progress" { | ||
import { defineComponent } from "vue"; | ||
const FeatherSpinner: ReturnType<typeof defineComponent>; | ||
export { FeatherSpinner } | ||
} | ||
import { DefineComponent } from "vue"; | ||
export const FeatherSpinner: DefineComponent; |
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
15126
77
Updated@featherds/styles@^0.10.3