@effect/language-service 0.24.1 → 0.24.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/language-service",
3
- "version": "0.24.1",
3
+ "version": "0.24.2",
4
4
  "description": "A Language-Service Plugin to Refactor and Diagnostic effect-ts projects",
5
5
  "main": "index.cjs",
6
6
  "bin": {
package/transform.js CHANGED
@@ -3252,7 +3252,7 @@ var scopeInLayerEffect = createDiagnostic({
3252
3252
  () => report({
3253
3253
  node,
3254
3254
  messageText: `Seems like you are constructing a layer with a scope in the requirements.
3255
- Consider using "scoped" instead to get ride of the scope in the requirements.`,
3255
+ Consider using "scoped" instead to get rid of the scope in the requirements.`,
3256
3256
  fixes: methodIdentifier ? [{
3257
3257
  fixName: "scopeInLayerEffect_scoped",
3258
3258
  description: "Use scoped for Layer creation",