@ttsc/strip 0.5.0-dev.20260429-5 → 0.6.0-dev.20250430

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 (3) hide show
  1. package/README.md +1 -1
  2. package/go.mod +1 -1
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -52,7 +52,7 @@ Call patterns match statement-level calls such as `console.log("debug")` or `ass
52
52
  "compilerOptions": {
53
53
  "plugins": [
54
54
  // Keep lint first.
55
- { "transform": "@ttsc/lint", "rules": { "no-var": "error" } },
55
+ { "transform": "@ttsc/lint", "config": { "no-var": "error" } },
56
56
 
57
57
  // Output plugins run after emit, in order.
58
58
  { "transform": "@ttsc/banner", "banner": "/*! @license MIT */" },
package/go.mod CHANGED
@@ -11,7 +11,7 @@ require (
11
11
  require (
12
12
  github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect
13
13
  github.com/klauspost/cpuid/v2 v2.2.10 // indirect
14
- github.com/microsoft/typescript-go v0.0.0-20260428010401-3499951dbc49 // indirect
14
+ github.com/microsoft/typescript-go v0.0.0-20260429010842-56ab4af42157 // indirect
15
15
  github.com/zeebo/xxh3 v1.1.0 // indirect
16
16
  golang.org/x/sync v0.20.0 // indirect
17
17
  golang.org/x/sys v0.42.0 // indirect
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttsc/strip",
3
- "version": "0.5.0-dev.20260429-5",
3
+ "version": "0.6.0-dev.20250430",
4
4
  "description": "First-party ttsc plugin that removes configured calls and statements from emitted JavaScript.",
5
5
  "main": "src/index.cjs",
6
6
  "exports": {
@@ -21,7 +21,7 @@
21
21
  "plugin"
22
22
  ],
23
23
  "peerDependencies": {
24
- "ttsc": "^0.5.0-dev.20260429"
24
+ "ttsc": "^0.5.0"
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",