@ttsc/unplugin 0.17.3 → 0.18.0

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 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -13,7 +13,7 @@ Use it when Vite, Rollup, esbuild, Webpack, Rspack, Next.js, Farm, or Bun owns t
13
13
  Install `ttsc` and TypeScript-Go first. Then install the bundler adapter:
14
14
 
15
15
  ```bash
16
- npm install -D ttsc typescript@rc
16
+ npm install -D ttsc typescript
17
17
  npm install -D @ttsc/unplugin
18
18
  ```
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttsc/unplugin",
3
- "version": "0.17.3",
3
+ "version": "0.18.0",
4
4
  "description": "Bundler adapters for ttsc plugins.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",
@@ -105,9 +105,9 @@
105
105
  "rollup-plugin-node-externals": "^9.0.1",
106
106
  "tinyglobby": "^0.2.16",
107
107
  "tslib": "^2.8.1",
108
- "typescript": "7.0.1-rc",
108
+ "typescript": "^7.0.2",
109
109
  "vite": "^7.1.12",
110
- "ttsc": "0.17.3"
110
+ "ttsc": "0.18.0"
111
111
  },
112
112
  "repository": {
113
113
  "type": "git",