@ttsc/unplugin 0.13.1 → 0.14.0-dev.20260528.1

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 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -186,7 +186,7 @@ export default {
186
186
  plugins: [
187
187
  {
188
188
  transform: "@ttsc/lint",
189
- rules: { "no-var": "error" },
189
+ rules: { noVar: "error" },
190
190
  },
191
191
  {
192
192
  transform: "typia/lib/transform",
@@ -212,7 +212,7 @@ export default {
212
212
  plugins: [
213
213
  ttsc({
214
214
  plugins: [
215
- { transform: "@ttsc/lint", rules: { "no-var": "error" } },
215
+ { transform: "@ttsc/lint", rules: { noVar: "error" } },
216
216
  { transform: "typia/lib/transform" },
217
217
  ],
218
218
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttsc/unplugin",
3
- "version": "0.13.1",
3
+ "version": "0.14.0-dev.20260528.1",
4
4
  "description": "Bundler adapters for ttsc plugins.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",
@@ -89,7 +89,7 @@
89
89
  "@rollup/plugin-node-resolve": "^16.0.3",
90
90
  "@rollup/plugin-typescript": "^12.3.0",
91
91
  "@types/node": "^25.3.0",
92
- "@typescript/native-preview": "7.0.0-dev.20260522.1",
92
+ "@typescript/native-preview": "7.0.0-dev.20260527.2",
93
93
  "esbuild": "^0.25.12",
94
94
  "rimraf": "^6.1.2",
95
95
  "rollup": "^4.60.3",
@@ -99,7 +99,7 @@
99
99
  "tslib": "^2.8.1",
100
100
  "typescript": "^6.0.3",
101
101
  "vite": "^7.1.12",
102
- "ttsc": "0.13.1"
102
+ "ttsc": "0.14.0-dev.20260528.1"
103
103
  },
104
104
  "repository": {
105
105
  "type": "git",