@effect/tsgo 0.34.0 → 0.35.0
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 +2 -2
- 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.
|
|
197942
|
+
var version = "0.35.0";
|
|
197943
197943
|
|
|
197944
197944
|
//#endregion
|
|
197945
197945
|
//#region src/cli/setup/consts.ts
|
|
@@ -199940,7 +199940,7 @@ const gatherTargetOptions = (assessment) => gen(function* () {
|
|
|
199940
199940
|
var tags = {
|
|
199941
199941
|
"typescript": {
|
|
199942
199942
|
"latest": "7.0.2",
|
|
199943
|
-
"next": "7.1.0-dev.
|
|
199943
|
+
"next": "7.1.0-dev.20260806.1"
|
|
199944
199944
|
},
|
|
199945
199945
|
"oxlint": { "latest": "1.77.0" },
|
|
199946
199946
|
"oxlint-tsgolint": { "latest": "7.0.2001" }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect/tsgo",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Effect Language Service for TypeScript-Go — Effect-specific diagnostics and hover features.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"schema.json"
|
|
34
34
|
],
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@effect/tsgo-win32-x64": "0.
|
|
37
|
-
"@effect/tsgo-win32-arm64": "0.
|
|
38
|
-
"@effect/tsgo-linux-x64": "0.
|
|
39
|
-
"@effect/tsgo-linux-arm64": "0.
|
|
40
|
-
"@effect/tsgo-linux-arm": "0.
|
|
41
|
-
"@effect/tsgo-darwin-x64": "0.
|
|
42
|
-
"@effect/tsgo-darwin-arm64": "0.
|
|
36
|
+
"@effect/tsgo-win32-x64": "0.35.0",
|
|
37
|
+
"@effect/tsgo-win32-arm64": "0.35.0",
|
|
38
|
+
"@effect/tsgo-linux-x64": "0.35.0",
|
|
39
|
+
"@effect/tsgo-linux-arm64": "0.35.0",
|
|
40
|
+
"@effect/tsgo-linux-arm": "0.35.0",
|
|
41
|
+
"@effect/tsgo-darwin-x64": "0.35.0",
|
|
42
|
+
"@effect/tsgo-darwin-arm64": "0.35.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@effect/platform-node": "^4.0.0-beta.104",
|