@effect/tsgo 0.24.1 → 0.24.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.
@@ -204851,7 +204851,7 @@ var FileReadError = class extends TaggedError("FileReadError") {
204851
204851
  //#endregion
204852
204852
  //#region package.json
204853
204853
  var name = "@effect/tsgo";
204854
- var version = "0.24.1";
204854
+ var version = "0.24.2";
204855
204855
 
204856
204856
  //#endregion
204857
204857
  //#region src/setup/consts.ts
@@ -207914,7 +207914,7 @@ const gatherTargetState = (assessment, context) => gen(function* () {
207914
207914
 
207915
207915
  //#endregion
207916
207916
  //#region upstream.json
207917
- var tsVersion = "7.1.0-dev.20260715.1";
207917
+ var tsVersion = "7.1.0-dev.20260719.1";
207918
207918
 
207919
207919
  //#endregion
207920
207920
  //#region src/setup/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/tsgo",
3
- "version": "0.24.1",
3
+ "version": "0.24.2",
4
4
  "description": "Effect Language Service for TypeScript-Go — Effect-specific diagnostics and hover features.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -23,13 +23,13 @@
23
23
  "schema.json"
24
24
  ],
25
25
  "optionalDependencies": {
26
- "@effect/tsgo-win32-x64": "0.24.1",
27
- "@effect/tsgo-win32-arm64": "0.24.1",
28
- "@effect/tsgo-linux-x64": "0.24.1",
29
- "@effect/tsgo-linux-arm64": "0.24.1",
30
- "@effect/tsgo-linux-arm": "0.24.1",
31
- "@effect/tsgo-darwin-x64": "0.24.1",
32
- "@effect/tsgo-darwin-arm64": "0.24.1"
26
+ "@effect/tsgo-win32-x64": "0.24.2",
27
+ "@effect/tsgo-win32-arm64": "0.24.2",
28
+ "@effect/tsgo-linux-x64": "0.24.2",
29
+ "@effect/tsgo-linux-arm64": "0.24.2",
30
+ "@effect/tsgo-linux-arm": "0.24.2",
31
+ "@effect/tsgo-darwin-x64": "0.24.2",
32
+ "@effect/tsgo-darwin-arm64": "0.24.2"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@effect/platform-node": "^4.0.0-beta.83",