@ctx-core/svg-ui-svelte
Advanced tools
Comparing version 1.2.1 to 1.2.2
# @ctx-core/svg-ui-svelte | ||
## 1.2.2 | ||
### Patch Changes | ||
- @ctx-core/array: ^26.6.0 -> ^26.7.0 | ||
- Updated dependencies | ||
- @ctx-core/array@26.7.1 | ||
## 1.2.1 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@ctx-core/svg-ui-svelte", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "ctx-core svg", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ctx-core/array": "^26.6.0", | ||
"@ctx-core/array": "^26.7.1", | ||
"@ctx-core/error": "^11.5.0", | ||
@@ -41,3 +41,3 @@ "@ctx-core/object": "^22.2.1", | ||
"devDependencies": { | ||
"@ctx-core/svg": "^18.1.3", | ||
"@ctx-core/svg": "^18.1.5", | ||
"@sveltejs/adapter-auto": "next", | ||
@@ -44,0 +44,0 @@ "@sveltejs/kit": "next", |
@@ -17,3 +17,3 @@ # @ctx-core/svg-ui-svelte | ||
// rollup.config.js | ||
import { proprocess_ } from '@ctx-core/svelte' | ||
import { proprocess_ } from '@ctx-core/svelte/node/node' | ||
import { svg_preprocess_ } from '@ctx-core/svg-ui-svelte' | ||
@@ -20,0 +20,0 @@ const svg_preprocess = svg_preprocess_() |
18469
Updated@ctx-core/array@^26.7.1