@effect/tsgo 0.24.0 → 0.24.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.
@@ -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.0";
204854
+ var version = "0.24.1";
204855
204855
 
204856
204856
  //#endregion
204857
204857
  //#region src/setup/consts.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/tsgo",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
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.0",
27
- "@effect/tsgo-win32-arm64": "0.24.0",
28
- "@effect/tsgo-linux-x64": "0.24.0",
29
- "@effect/tsgo-linux-arm64": "0.24.0",
30
- "@effect/tsgo-linux-arm": "0.24.0",
31
- "@effect/tsgo-darwin-x64": "0.24.0",
32
- "@effect/tsgo-darwin-arm64": "0.24.0"
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"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@effect/platform-node": "^4.0.0-beta.83",