@effect/tsgo 0.36.3 → 0.36.4
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
|
@@ -198188,7 +198188,7 @@ var FileReadError = class extends TaggedError$1("FileReadError") {
|
|
|
198188
198188
|
//#endregion
|
|
198189
198189
|
//#region package.json
|
|
198190
198190
|
var name = "@effect/tsgo";
|
|
198191
|
-
var version = "0.36.
|
|
198191
|
+
var version = "0.36.4";
|
|
198192
198192
|
|
|
198193
198193
|
//#endregion
|
|
198194
198194
|
//#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.4",
|
|
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.4",
|
|
45
|
+
"@effect/tsgo-win32-arm64": "0.36.4",
|
|
46
|
+
"@effect/tsgo-linux-x64": "0.36.4",
|
|
47
|
+
"@effect/tsgo-linux-arm64": "0.36.4",
|
|
48
|
+
"@effect/tsgo-linux-arm": "0.36.4",
|
|
49
|
+
"@effect/tsgo-darwin-x64": "0.36.4",
|
|
50
|
+
"@effect/tsgo-darwin-arm64": "0.36.4"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@effect/platform-node": "^4.0.0-beta.107",
|