@astrojs/ts-plugin 1.0.1 → 1.0.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.
@@ -1,5 +1,5 @@
1
- @astrojs/ts-plugin:build: cache hit, replaying output c680a37154ff98ce
1
+ @astrojs/ts-plugin:build: cache hit, replaying output fc8623dff5f41743
2
2
  @astrojs/ts-plugin:build:
3
- @astrojs/ts-plugin:build: > @astrojs/ts-plugin@1.0.1 build /home/runner/work/language-tools/language-tools/packages/ts-plugin
3
+ @astrojs/ts-plugin:build: > @astrojs/ts-plugin@1.0.2 build /home/runner/work/language-tools/language-tools/packages/ts-plugin
4
4
  @astrojs/ts-plugin:build: > astro-scripts build "src/**/*.ts"
5
5
  @astrojs/ts-plugin:build:
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @astrojs/ts-plugin
2
2
 
3
- ## 1.0.1
3
+ ## 1.0.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - a36a97f: Improve stability related to converting files to TSX
7
+ - 4c1534b: Improve stability related to converting files to TSX
8
8
 
9
9
  ## 1.0.0
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrojs/ts-plugin",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A TypeScript Plugin providing Astro intellisense",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",