@ctx-core/svg-ui-svelte
Advanced tools
Comparing version 1.0.1 to 1.0.2
# @ctx-core/svg-ui-svelte | ||
## 1.0.2 | ||
### Patch Changes | ||
- package.json: svelte: ./dist/index.js | ||
- Updated dependencies | ||
- @ctx-core/array@23.0.34 | ||
- @ctx-core/object@22.0.1 | ||
## 1.0.1 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@ctx-core/svg-ui-svelte", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "ctx-core svg", | ||
@@ -33,8 +33,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@ctx-core/array": "^23.0.33", | ||
"@ctx-core/object": "^22.0.0" | ||
"@ctx-core/array": "^23.0.34", | ||
"@ctx-core/object": "^22.0.1" | ||
}, | ||
"devDependencies": { | ||
"@ctx-core/ctx-core-package-tools": "^8.0.86", | ||
"@ctx-core/svg": "^16.0.0", | ||
"@ctx-core/ctx-core-package-tools": "^8.0.88", | ||
"@ctx-core/svg": "^16.0.1", | ||
"@sveltejs/adapter-auto": "next", | ||
@@ -44,2 +44,3 @@ "@sveltejs/kit": "next", | ||
"@swc/core": "^1.2.120", | ||
"rimraf": "^3.0.2", | ||
"svelte": "^3.44.3", | ||
@@ -55,5 +56,6 @@ "svelte-preprocess": "^4.10.0", | ||
}, | ||
"svelte": "./dist/index.js", | ||
"scripts": { | ||
"build": "npm run compile", | ||
"clean": "rm -rf dist", | ||
"clean": "rimraf dist", | ||
"compile": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc", | ||
@@ -60,0 +62,0 @@ "exec": "$@" |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1
1
4079
12
8
55
Updated@ctx-core/array@^23.0.34
Updated@ctx-core/object@^22.0.1