Compare commits

..

1 Commits

Author SHA1 Message Date
paoloricciuti
5fcd02a4ec fix: import ts files directly 2026-04-10 16:53:15 +02:00
3 changed files with 6 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
---
'@sveltejs/opencode': patch
---
fix: import `ts` files directly

View File

@@ -1,11 +1,5 @@
# @sveltejs/opencode
## 0.1.7
### Patch Changes
- fix: import `ts` files directly ([#190](https://github.com/sveltejs/ai-tools/pull/190))
## 0.1.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@sveltejs/opencode",
"version": "0.1.7",
"version": "0.1.6",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/sveltejs/ai-tools#readme",