@effect/tsgo 0.36.1 → 0.36.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.
@@ -197939,7 +197939,7 @@ var FileReadError = class extends TaggedError$1("FileReadError") {
197939
197939
  //#endregion
197940
197940
  //#region package.json
197941
197941
  var name = "@effect/tsgo";
197942
- var version = "0.36.1";
197942
+ var version = "0.36.2";
197943
197943
 
197944
197944
  //#endregion
197945
197945
  //#region src/cli/setup/consts.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/tsgo",
3
- "version": "0.36.1",
3
+ "version": "0.36.2",
4
4
  "type": "module",
5
5
  "description": "Effect Language Service for TypeScript-Go — Effect-specific diagnostics and hover features.",
6
6
  "license": "MIT",
@@ -41,13 +41,13 @@
41
41
  "schema.json"
42
42
  ],
43
43
  "optionalDependencies": {
44
- "@effect/tsgo-win32-x64": "0.36.1",
45
- "@effect/tsgo-win32-arm64": "0.36.1",
46
- "@effect/tsgo-linux-x64": "0.36.1",
47
- "@effect/tsgo-linux-arm64": "0.36.1",
48
- "@effect/tsgo-linux-arm": "0.36.1",
49
- "@effect/tsgo-darwin-x64": "0.36.1",
50
- "@effect/tsgo-darwin-arm64": "0.36.1"
44
+ "@effect/tsgo-win32-x64": "0.36.2",
45
+ "@effect/tsgo-win32-arm64": "0.36.2",
46
+ "@effect/tsgo-linux-x64": "0.36.2",
47
+ "@effect/tsgo-linux-arm64": "0.36.2",
48
+ "@effect/tsgo-linux-arm": "0.36.2",
49
+ "@effect/tsgo-darwin-x64": "0.36.2",
50
+ "@effect/tsgo-darwin-arm64": "0.36.2"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@effect/platform-node": "^4.0.0-beta.104",