@glint/tsserver-plugin 2.0.1-unstable.76a0759 → 2.0.1-unstable.ab0ac20

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
@@ -3,3 +3,4 @@
3
3
  The TypeScript server plugin that performs type-checking.
4
4
 
5
5
  Old Glint used the LanguageServer to perform type-checking; Glint 2 uses a TypeScript server plugin to follow suit with Volar.
6
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glint/tsserver-plugin",
3
- "version": "2.0.1-unstable.76a0759",
3
+ "version": "2.0.1-unstable.ab0ac20",
4
4
  "type": "commonjs",
5
5
  "repository": "typed-ember/glint",
6
6
  "description": "TypeScript Server Plugin for Glint",
@@ -21,7 +21,7 @@
21
21
  "prepack": "pnpm build"
22
22
  },
23
23
  "dependencies": {
24
- "@glint/core": "2.0.1-unstable.76a0759",
24
+ "@glint/core": "2.0.1-unstable.ab0ac20",
25
25
  "@volar/language-core": "2.4.12",
26
26
  "@volar/typescript": "2.4.12",
27
27
  "jiti": "~2.4.2",