@effect/tsgo 0.26.7 → 0.28.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.
@@ -206981,7 +206981,7 @@ var FileReadError = class extends TaggedError("FileReadError") {
206981
206981
  //#endregion
206982
206982
  //#region package.json
206983
206983
  var name = "@effect/tsgo";
206984
- var version = "0.26.7";
206984
+ var version = "0.28.0";
206985
206985
 
206986
206986
  //#endregion
206987
206987
  //#region src/cli/setup/consts.ts
@@ -210001,7 +210001,7 @@ var profiles = [
210001
210001
  "kind": "ts",
210002
210002
  "name": "next",
210003
210003
  "ts": {
210004
- "npmVersion": "7.1.0-dev.20260801.1",
210004
+ "npmVersion": "7.1.0-dev.20260803.1",
210005
210005
  "gitHead": "5b1047d10d32e7d5b446be4de56b126ff42f82bb"
210006
210006
  },
210007
210007
  "binName": "tsc-next"
@@ -210027,8 +210027,8 @@ var profiles = [
210027
210027
  "gitHead": "482dcf70bffce7ea56f63128c74beb67dec658a2"
210028
210028
  },
210029
210029
  "oxlint": {
210030
- "npmVersion": "1.76.0",
210031
- "gitHead": "65fe65d8429e1d1bdf86c517ff08bd119ee87660"
210030
+ "npmVersion": "1.77.0",
210031
+ "gitHead": "9a423f2f485b79c2353c49442c0c7f60f900261d"
210032
210032
  }
210033
210033
  }
210034
210034
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/tsgo",
3
- "version": "0.26.7",
3
+ "version": "0.28.0",
4
4
  "type": "module",
5
5
  "description": "Effect Language Service for TypeScript-Go — Effect-specific diagnostics and hover features.",
6
6
  "license": "MIT",
@@ -32,13 +32,13 @@
32
32
  "schema.json"
33
33
  ],
34
34
  "optionalDependencies": {
35
- "@effect/tsgo-win32-x64": "0.26.7",
36
- "@effect/tsgo-win32-arm64": "0.26.7",
37
- "@effect/tsgo-linux-x64": "0.26.7",
38
- "@effect/tsgo-linux-arm64": "0.26.7",
39
- "@effect/tsgo-linux-arm": "0.26.7",
40
- "@effect/tsgo-darwin-x64": "0.26.7",
41
- "@effect/tsgo-darwin-arm64": "0.26.7"
35
+ "@effect/tsgo-win32-x64": "0.28.0",
36
+ "@effect/tsgo-win32-arm64": "0.28.0",
37
+ "@effect/tsgo-linux-x64": "0.28.0",
38
+ "@effect/tsgo-linux-arm64": "0.28.0",
39
+ "@effect/tsgo-linux-arm": "0.28.0",
40
+ "@effect/tsgo-darwin-x64": "0.28.0",
41
+ "@effect/tsgo-darwin-arm64": "0.28.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@effect/platform-node": "^4.0.0-beta.101",