@ctx-core/svg-ui-svelte
Advanced tools
Comparing version 1.0.6 to 1.0.7
# @ctx-core/svg-ui-svelte | ||
## 1.0.7 | ||
### Patch Changes | ||
- package.json: "types": "./src/index.ts": better editing experience | ||
- Updated dependencies | ||
- @ctx-core/array@23.0.39 | ||
- @ctx-core/object@22.0.6 | ||
## 1.0.6 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@ctx-core/svg-ui-svelte", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "ctx-core svg", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"type": "module", | ||
"types": "./dist/index.d.ts", | ||
"types": "./src/index.ts", | ||
"exports": { | ||
@@ -30,8 +30,8 @@ ".": { | ||
"dependencies": { | ||
"@ctx-core/array": "^23.0.38", | ||
"@ctx-core/object": "^22.0.5" | ||
"@ctx-core/array": "^23.0.39", | ||
"@ctx-core/object": "^22.0.6" | ||
}, | ||
"devDependencies": { | ||
"@ctx-core/ctx-core-package-tools": "^8.0.92", | ||
"@ctx-core/svg": "^16.0.5", | ||
"@ctx-core/ctx-core-package-tools": "^8.0.93", | ||
"@ctx-core/svg": "^16.0.6", | ||
"@sveltejs/adapter-auto": "next", | ||
@@ -38,0 +38,0 @@ "@sveltejs/kit": "next", |
5082
Updated@ctx-core/array@^23.0.39
Updated@ctx-core/object@^22.0.6