@ctx-core/ripple-effect-ui-svelte
Advanced tools
Comparing version 1.0.9 to 1.0.10
# @ctx-core/ripple-effect-ui-svelte | ||
## 1.0.10 | ||
### Patch Changes | ||
- fix: error TS6059: \* is not under 'rootDir': package.json: types: ./dist/index.d.ts | ||
## 1.0.9 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ctx-core/ripple-effect-ui-svelte", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "ctx-core ripple-effect", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"type": "module", | ||
"types": "./src/index.ts", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
@@ -29,3 +29,3 @@ ".": { | ||
"devDependencies": { | ||
"@ctx-core/ripple-effect": "^13.0.6", | ||
"@ctx-core/ripple-effect": "^13.0.7", | ||
"@sveltejs/adapter-auto": "next", | ||
@@ -32,0 +32,0 @@ "@sveltejs/kit": "next", |
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
5708