@ctx-core/svg-ui-svelte
Advanced tools
Comparing version 1.0.4 to 1.0.6
# @ctx-core/svg-ui-svelte | ||
## 1.0.6 | ||
### Patch Changes | ||
- fix: build | ||
- Updated dependencies | ||
- @ctx-core/array@23.0.38 | ||
- @ctx-core/object@22.0.5 | ||
## 1.0.5 | ||
### Patch Changes | ||
- \*.d.ts export | ||
- Updated dependencies | ||
- @ctx-core/array@23.0.37 | ||
- @ctx-core/object@22.0.4 | ||
## 1.0.4 | ||
@@ -4,0 +22,0 @@ |
{ | ||
"name": "@ctx-core/svg-ui-svelte", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"description": "ctx-core svg", | ||
@@ -20,7 +20,7 @@ "keywords": [ | ||
"type": "module", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"browser": "./dist/index.browser.js", | ||
"node": "./dist/index.js", | ||
"types": "./src/index.ts" | ||
"node": "./dist/index.js" | ||
}, | ||
@@ -30,8 +30,8 @@ "./package.json": "./package.json" | ||
"dependencies": { | ||
"@ctx-core/array": "^23.0.36", | ||
"@ctx-core/object": "^22.0.3" | ||
"@ctx-core/array": "^23.0.38", | ||
"@ctx-core/object": "^22.0.5" | ||
}, | ||
"devDependencies": { | ||
"@ctx-core/ctx-core-package-tools": "^8.0.90", | ||
"@ctx-core/svg": "^16.0.3", | ||
"@ctx-core/ctx-core-package-tools": "^8.0.92", | ||
"@ctx-core/svg": "^16.0.5", | ||
"@sveltejs/adapter-auto": "next", | ||
@@ -55,6 +55,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": "# svg-ui-svelte" | ||
} |
@@ -24,5 +24,4 @@ { | ||
], | ||
"rootDir": ".", | ||
"rootDir": "src", | ||
"outDir": "dist", | ||
"mapRoot": "", | ||
"declarationDir": "dist", | ||
@@ -29,0 +28,0 @@ "lib": ["dom", "ESNext"], |
4907
54
Updated@ctx-core/array@^23.0.38
Updated@ctx-core/object@^22.0.5