@tsrx/typescript-plugin 0.3.68 → 0.3.69

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 +2 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -3,8 +3,7 @@
3
3
  [![npm version](https://img.shields.io/npm/v/%40tsrx%2Ftypescript-plugin?logo=npm)](https://www.npmjs.com/package/@tsrx/typescript-plugin)
4
4
  [![npm downloads](https://img.shields.io/npm/dm/%40tsrx%2Ftypescript-plugin?logo=npm&label=downloads)](https://www.npmjs.com/package/@tsrx/typescript-plugin)
5
5
 
6
- TypeScript plugin for Ripple that provides language support for Ripple component
7
- files, with `.tsrx` as the default extension and continued `.tsrx` support.
6
+ TypeScript plugin for Ripple that provides language support for `.tsrx` files.
8
7
 
9
8
  ## Usage
10
9
 
@@ -36,7 +35,7 @@ Text, or command-line `tsc`), add this plugin to your `tsconfig.json`:
36
35
 
37
36
  This plugin:
38
37
 
39
- - Registers `.tsrx` and `.tsrx` files as recognized TypeScript languages
38
+ - Registers `.tsrx` files as recognized TypeScript languages
40
39
  - Transforms Ripple syntax to TypeScript for type checking
41
40
  - Integrates with Volar for virtual code generation and source mapping
42
41
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "TypeScript plugin for TSRX",
4
4
  "license": "MIT",
5
5
  "author": "Dominic Gannaway",
6
- "version": "0.3.68",
6
+ "version": "0.3.69",
7
7
  "main": "dist/index.js",
8
8
  "bin": {
9
9
  "tsrx-tsc": "./dist/tsc.js"
@@ -29,15 +29,15 @@
29
29
  "@types/estree": "^1.0.8",
30
30
  "@types/node": "^24.3.0",
31
31
  "tsdown": "^0.22.0",
32
- "@tsrx/core": "0.1.16"
32
+ "@tsrx/core": "0.1.17"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "typescript": "^5.9.3",
36
- "@tsrx/react": "0.2.16",
37
- "@tsrx/ripple": "0.1.16",
38
- "@tsrx/solid": "0.1.16",
39
- "@tsrx/preact": "0.1.16",
40
- "@tsrx/vue": "0.1.16"
36
+ "@tsrx/react": "0.2.17",
37
+ "@tsrx/ripple": "0.1.17",
38
+ "@tsrx/solid": "0.1.17",
39
+ "@tsrx/preact": "0.1.17",
40
+ "@tsrx/vue": "0.1.17"
41
41
  },
42
42
  "peerDependenciesMeta": {
43
43
  "@tsrx/react": {