@effect/tsgo 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. package/bin/effect-tsgo.js +1 -1
  2. package/package.json +10 -9
@@ -195732,7 +195732,7 @@ var FileReadError = class extends TaggedError("FileReadError") {
195732
195732
  //#endregion
195733
195733
  //#region package.json
195734
195734
  var name = "@effect/tsgo";
195735
- var version = "0.0.1";
195735
+ var version = "0.0.2";
195736
195736
 
195737
195737
  //#endregion
195738
195738
  //#region src/setup/consts.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/tsgo",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Effect Language Service for TypeScript-Go — Effect-specific diagnostics and hover features.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -11,7 +11,8 @@
11
11
  "bugs": "https://github.com/Effect-TS/tsgo/issues",
12
12
  "homepage": "https://github.com/Effect-TS/tsgo#readme",
13
13
  "publishConfig": {
14
- "access": "public"
14
+ "access": "public",
15
+ "provenance": true
15
16
  },
16
17
  "bin": {
17
18
  "effect-tsgo": "./bin/effect-tsgo.js"
@@ -20,13 +21,13 @@
20
21
  "bin/"
21
22
  ],
22
23
  "optionalDependencies": {
23
- "@effect/tsgo-linux-x64": "0.0.1",
24
- "@effect/tsgo-win32-x64": "0.0.1",
25
- "@effect/tsgo-linux-arm": "0.0.1",
26
- "@effect/tsgo-win32-arm64": "0.0.1",
27
- "@effect/tsgo-darwin-x64": "0.0.1",
28
- "@effect/tsgo-linux-arm64": "0.0.1",
29
- "@effect/tsgo-darwin-arm64": "0.0.1"
24
+ "@effect/tsgo-win32-x64": "0.0.2",
25
+ "@effect/tsgo-win32-arm64": "0.0.2",
26
+ "@effect/tsgo-linux-x64": "0.0.2",
27
+ "@effect/tsgo-linux-arm64": "0.0.2",
28
+ "@effect/tsgo-linux-arm": "0.0.2",
29
+ "@effect/tsgo-darwin-x64": "0.0.2",
30
+ "@effect/tsgo-darwin-arm64": "0.0.2"
30
31
  },
31
32
  "devDependencies": {
32
33
  "@effect/platform-node": "4.0.0-beta.11",