@glint/tsserver-plugin 2.4.0 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # @glint/tsserver-plugin
2
2
 
3
+
3
4
  The TypeScript server plugin that performs type-checking. Uses Volar.
4
5
 
5
6
  ## Setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glint/tsserver-plugin",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "type": "commonjs",
5
5
  "repository": "typed-ember/glint",
6
6
  "description": "TypeScript Server Plugin for Glint",
@@ -18,7 +18,7 @@
18
18
  "@volar/typescript": "~2.4.28",
19
19
  "jiti": "~2.6.1",
20
20
  "typescript": "^5.9.3",
21
- "@glint/ember-tsc": "1.5.0"
21
+ "@glint/ember-tsc": "1.6.1"
22
22
  },
23
23
  "publishConfig": {
24
24
  "access": "public"