@effect/tsgo 0.27.1 → 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.27.1";
206984
+ var version = "0.28.0";
206985
206985
 
206986
206986
  //#endregion
206987
206987
  //#region src/cli/setup/consts.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/tsgo",
3
- "version": "0.27.1",
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.27.1",
36
- "@effect/tsgo-win32-arm64": "0.27.1",
37
- "@effect/tsgo-linux-x64": "0.27.1",
38
- "@effect/tsgo-linux-arm64": "0.27.1",
39
- "@effect/tsgo-linux-arm": "0.27.1",
40
- "@effect/tsgo-darwin-x64": "0.27.1",
41
- "@effect/tsgo-darwin-arm64": "0.27.1"
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",