typescript-svelte-plugin
Advanced tools
Comparing version 0.3.35 to 0.3.36
@@ -105,2 +105,3 @@ "use strict"; | ||
...entry, | ||
insertText: entry.insertText?.replace(componentPostfix, ''), | ||
name: entry.name.slice(0, -componentPostfix.length) | ||
@@ -107,0 +108,0 @@ }; |
{ | ||
"name": "typescript-svelte-plugin", | ||
"version": "0.3.35", | ||
"version": "0.3.36", | ||
"description": "A TypeScript Plugin providing Svelte intellisense", | ||
@@ -16,3 +16,3 @@ "main": "dist/src/index.js", | ||
"@types/node": "^16.0.0", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.2" | ||
}, | ||
@@ -19,0 +19,0 @@ "dependencies": { |
145475
3344