@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.
- package/dist/effect-tsgo.cjs +1 -1
- package/package.json +8 -8
package/dist/effect-tsgo.cjs
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
45
|
-
"@effect/tsgo-win32-arm64": "0.36.
|
|
46
|
-
"@effect/tsgo-linux-x64": "0.36.
|
|
47
|
-
"@effect/tsgo-linux-arm64": "0.36.
|
|
48
|
-
"@effect/tsgo-linux-arm": "0.36.
|
|
49
|
-
"@effect/tsgo-darwin-x64": "0.36.
|
|
50
|
-
"@effect/tsgo-darwin-arm64": "0.36.
|
|
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",
|