@effect/tsgo 0.14.5 → 0.14.6
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.js +1 -1
- package/package.json +8 -8
package/dist/effect-tsgo.js
CHANGED
|
@@ -204437,7 +204437,7 @@ var FileReadError = class extends TaggedError("FileReadError") {
|
|
|
204437
204437
|
//#endregion
|
|
204438
204438
|
//#region package.json
|
|
204439
204439
|
var name = "@effect/tsgo";
|
|
204440
|
-
var version = "0.14.
|
|
204440
|
+
var version = "0.14.6";
|
|
204441
204441
|
|
|
204442
204442
|
//#endregion
|
|
204443
204443
|
//#region src/setup/consts.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect/tsgo",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.6",
|
|
4
4
|
"description": "Effect Language Service for TypeScript-Go — Effect-specific diagnostics and hover features.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"README.md"
|
|
23
23
|
],
|
|
24
24
|
"optionalDependencies": {
|
|
25
|
-
"@effect/tsgo-win32-x64": "0.14.
|
|
26
|
-
"@effect/tsgo-win32-arm64": "0.14.
|
|
27
|
-
"@effect/tsgo-linux-x64": "0.14.
|
|
28
|
-
"@effect/tsgo-linux-arm64": "0.14.
|
|
29
|
-
"@effect/tsgo-linux-arm": "0.14.
|
|
30
|
-
"@effect/tsgo-darwin-x64": "0.14.
|
|
31
|
-
"@effect/tsgo-darwin-arm64": "0.14.
|
|
25
|
+
"@effect/tsgo-win32-x64": "0.14.6",
|
|
26
|
+
"@effect/tsgo-win32-arm64": "0.14.6",
|
|
27
|
+
"@effect/tsgo-linux-x64": "0.14.6",
|
|
28
|
+
"@effect/tsgo-linux-arm64": "0.14.6",
|
|
29
|
+
"@effect/tsgo-linux-arm": "0.14.6",
|
|
30
|
+
"@effect/tsgo-darwin-x64": "0.14.6",
|
|
31
|
+
"@effect/tsgo-darwin-arm64": "0.14.6"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@effect/platform-node": "^4.0.0-beta.83",
|