@ctx-core/ripple-effect-ui-svelte
Advanced tools
Comparing version 1.0.4 to 1.0.6
# @ctx-core/ripple-effect-ui-svelte | ||
## 1.0.6 | ||
### Patch Changes | ||
- fix: build | ||
## 1.0.5 | ||
### Patch Changes | ||
- \*.d.ts export | ||
## 1.0.4 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@ctx-core/ripple-effect-ui-svelte", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"description": "ctx-core ripple-effect", | ||
@@ -20,6 +20,6 @@ "keywords": [ | ||
"type": "module", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"types": "./src/index.ts" | ||
"import": "./dist/index.js" | ||
}, | ||
@@ -29,3 +29,3 @@ "./package.json": "./package.json" | ||
"devDependencies": { | ||
"@ctx-core/ripple-effect": "^13.0.2", | ||
"@ctx-core/ripple-effect": "^13.0.4", | ||
"@sveltejs/adapter-auto": "next", | ||
@@ -49,6 +49,10 @@ "@sveltejs/kit": "next", | ||
"build": "npm run compile", | ||
"clean": "rimraf dist", | ||
"compile": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc", | ||
"clean": "rimraf dist && npm run clean_tsbuildinfo", | ||
"clean_tsbuildinfo": "rm -f tsconfig.tsbuildinfo && rm -f dist/**/*.d.ts", | ||
"compile": "npm run compile_source && npm run compile_declaration", | ||
"compile_source": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc", | ||
"compile_declaration": "npm run clean_tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir dist", | ||
"exec": "$@" | ||
} | ||
}, | ||
"readme": "# ripple-effect-ui-svelte" | ||
} |
@@ -24,5 +24,4 @@ { | ||
], | ||
"rootDir": ".", | ||
"rootDir": "src", | ||
"outDir": "dist", | ||
"mapRoot": "", | ||
"declarationDir": "dist", | ||
@@ -29,0 +28,0 @@ "lib": ["dom", "ESNext"], |
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
4070
55