@effect/tsgo 0.0.7 → 0.0.9

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.
@@ -195732,7 +195732,7 @@ var FileReadError = class extends TaggedError("FileReadError") {
195732
195732
  //#endregion
195733
195733
  //#region package.json
195734
195734
  var name = "@effect/tsgo";
195735
- var version = "0.0.7";
195735
+ var version = "0.0.9";
195736
195736
 
195737
195737
  //#endregion
195738
195738
  //#region src/setup/consts.ts
@@ -196527,7 +196527,6 @@ const setupCommand = make("setup").pipe(withDescription("Setup @effect/tsgo for
196527
196527
  }
196528
196528
  yield* log("Changes applied successfully!");
196529
196529
  yield* log("");
196530
- for (const message of result.messages) yield* log(message);
196531
196530
  })));
196532
196531
 
196533
196532
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/tsgo",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "Effect Language Service for TypeScript-Go — Effect-specific diagnostics and hover features.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -21,13 +21,13 @@
21
21
  "bin/"
22
22
  ],
23
23
  "optionalDependencies": {
24
- "@effect/tsgo-win32-x64": "0.0.7",
25
- "@effect/tsgo-win32-arm64": "0.0.7",
26
- "@effect/tsgo-linux-x64": "0.0.7",
27
- "@effect/tsgo-linux-arm64": "0.0.7",
28
- "@effect/tsgo-linux-arm": "0.0.7",
29
- "@effect/tsgo-darwin-x64": "0.0.7",
30
- "@effect/tsgo-darwin-arm64": "0.0.7"
24
+ "@effect/tsgo-win32-x64": "0.0.9",
25
+ "@effect/tsgo-win32-arm64": "0.0.9",
26
+ "@effect/tsgo-linux-x64": "0.0.9",
27
+ "@effect/tsgo-linux-arm64": "0.0.9",
28
+ "@effect/tsgo-linux-arm": "0.0.9",
29
+ "@effect/tsgo-darwin-x64": "0.0.9",
30
+ "@effect/tsgo-darwin-arm64": "0.0.9"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@effect/platform-node": "4.0.0-beta.11",