@effect/tsgo 0.13.0 → 0.13.1

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.
@@ -199259,7 +199259,7 @@ var FileReadError = class extends TaggedError("FileReadError") {
199259
199259
  //#endregion
199260
199260
  //#region package.json
199261
199261
  var name = "@effect/tsgo";
199262
- var version = "0.13.0";
199262
+ var version = "0.13.1";
199263
199263
 
199264
199264
  //#endregion
199265
199265
  //#region src/setup/consts.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/tsgo",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
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.13.0",
26
- "@effect/tsgo-win32-arm64": "0.13.0",
27
- "@effect/tsgo-linux-x64": "0.13.0",
28
- "@effect/tsgo-linux-arm64": "0.13.0",
29
- "@effect/tsgo-linux-arm": "0.13.0",
30
- "@effect/tsgo-darwin-x64": "0.13.0",
31
- "@effect/tsgo-darwin-arm64": "0.13.0"
25
+ "@effect/tsgo-win32-x64": "0.13.1",
26
+ "@effect/tsgo-win32-arm64": "0.13.1",
27
+ "@effect/tsgo-linux-x64": "0.13.1",
28
+ "@effect/tsgo-linux-arm64": "0.13.1",
29
+ "@effect/tsgo-linux-arm": "0.13.1",
30
+ "@effect/tsgo-darwin-x64": "0.13.1",
31
+ "@effect/tsgo-darwin-arm64": "0.13.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@effect/platform-node": "^4.0.0-beta.66",