@effect-app/cli 1.26.4 → 1.27.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/test.gists.yaml CHANGED
@@ -1,16 +1,24 @@
1
1
  gists:
2
- "cli-config":
2
+ # "cli-config-banana":
3
+ # company: "banana" # acts like a namespace
4
+ # description: "Package configuration and main source for Effect-App CLI"
5
+ # public: false
6
+ # files:
7
+ # - "package.json"
8
+ # # - "packages/cli/src/index.ts"
9
+
10
+ "cli-config-mela":
11
+ company: "mela" # acts like a namespace
3
12
  description: "Package configuration and main source for Effect-App CLI"
4
13
  public: false
5
14
  files:
6
15
  - "package.json"
7
- - "packages/cli/src/index.ts"
8
16
 
9
- "test-files":
10
- description: "Test YAML files for gist functionality"
11
- public: false
12
- files:
13
- - "gists.yaml"
17
+ # "test-files":
18
+ # description: "Test YAML files for gist functionality"
19
+ # public: false
20
+ # files:
21
+ # - "gists.yaml"
14
22
 
15
23
  settings:
16
24
  # GitHub token environment variable name
package/tsconfig.json CHANGED
@@ -35,7 +35,6 @@
35
35
  },
36
36
  {
37
37
  "name": "@effect/language-service",
38
- "transform": "@effect/language-service/transform",
39
38
  "diagnosticSeverity": {
40
39
  "missingEffectServiceDependency": "error"
41
40
  }