@opencode-ai/util 0.0.0-next-16234 → 0.0.0-next-16273

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/dist/fs-util.d.ts CHANGED
@@ -35,7 +35,7 @@ export declare namespace FSUtil {
35
35
  readonly scan: (pattern: string, options?: Glob.Options) => Effect.Effect<string[], Error>;
36
36
  readonly globMatch: (pattern: string, filepath: string) => boolean;
37
37
  }
38
- const Service_base: Context.ServiceClass<Service, "@opencode/FileSystem", Interface>;
38
+ const Service_base: Context.ServiceClass<Service, "@opencode/FSUtil", Interface>;
39
39
  export class Service extends Service_base {
40
40
  }
41
41
  export const use: {
package/dist/fs-util.js CHANGED
@@ -20,7 +20,7 @@ export var FSUtil;
20
20
  }
21
21
  }
22
22
  FSUtil.FileSystemError = FileSystemError;
23
- class Service extends Context.Service()("@opencode/FileSystem") {
23
+ class Service extends Context.Service()("@opencode/FSUtil") {
24
24
  }
25
25
  FSUtil.Service = Service;
26
26
  FSUtil.use = serviceUse(Service);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/util",
4
- "version": "0.0.0-next-16234",
4
+ "version": "0.0.0-next-16273",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -37,16 +37,17 @@
37
37
  "typecheck": "tsgo --noEmit"
38
38
  },
39
39
  "dependencies": {
40
- "@effect/opentelemetry": "4.0.0-beta.98",
41
- "@effect/platform-node": "4.0.0-beta.98",
40
+ "@effect/opentelemetry": "4.0.0-beta.101",
41
+ "@effect/platform-node": "4.0.0-beta.101",
42
42
  "@npmcli/arborist": "9.4.0",
43
43
  "@npmcli/config": "10.8.1",
44
44
  "@opentelemetry/api": "1.9.0",
45
45
  "@opentelemetry/context-async-hooks": "2.6.1",
46
46
  "@opentelemetry/exporter-trace-otlp-http": "0.214.0",
47
47
  "@opentelemetry/sdk-trace-base": "2.6.1",
48
+ "@opentelemetry/sdk-trace-node": "2.6.1",
48
49
  "cross-spawn": "7.0.6",
49
- "effect": "4.0.0-beta.98",
50
+ "effect": "4.0.0-beta.101",
50
51
  "glob": "13.0.5",
51
52
  "mime-types": "3.0.2",
52
53
  "minimatch": "10.2.5",