@effect/language-service 0.74.0 → 0.75.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/README.md CHANGED
@@ -88,7 +88,7 @@ And you're done! You'll now be able to use a set of refactors and diagnostics th
88
88
 
89
89
  ### Completions
90
90
 
91
- - Autocomplete 'Self' in `Effect.Service`, `Context.Tag`, `Schema.TaggedClass`, `Schema.TaggedRequest`, `Model.Class` and family
91
+ - Autocomplete 'Self' in `Effect.Service`, `Context.Tag`, `Schema.TaggedClass`, `Schema.TaggedRequest`, `ServiceMap.Service`, `Model.Class` and family
92
92
  - Autocomplete `Effect.gen` with `function*(){}`
93
93
  - Autocomplete `Effect.fn` with the span name given by the exported member
94
94
  - Completions for DurationInput string millis/seconds/etc...
package/cli.js CHANGED
@@ -30214,7 +30214,7 @@ var runMain3 = runMain2;
30214
30214
  // package.json
30215
30215
  var package_default = {
30216
30216
  name: "@effect/language-service",
30217
- version: "0.74.0",
30217
+ version: "0.75.0",
30218
30218
  publishConfig: {
30219
30219
  access: "public",
30220
30220
  directory: "dist"