@relayfx/sdk 0.0.34 → 0.0.36

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/index.js CHANGED
@@ -15607,10 +15607,7 @@ __export(exports_database, {
15607
15607
  layerFromPgClient: () => layerFromPgClient2,
15608
15608
  dialect: () => dialect2,
15609
15609
  check: () => check3,
15610
- SqliteClientLive: () => SqliteClientLive2,
15611
15610
  Service: () => Service52,
15612
- PgClientLive: () => PgClientLive2,
15613
- MysqlClientLive: () => MysqlClientLive2,
15614
15611
  Dialect: () => Dialect2
15615
15612
  });
15616
15613
  var Service52 = exports_database_service.Service;
@@ -15620,9 +15617,6 @@ var check3 = exports_database_service.check;
15620
15617
  var pgTypeParsers2 = exports_database_service.pgTypeParsers;
15621
15618
  var Dialect2 = exports_database_service.Dialect;
15622
15619
  var dialect2 = exports_database_service.dialect;
15623
- var PgClientLive2 = exports_database_service.PgClientLive;
15624
- var MysqlClientLive2 = exports_database_service.MysqlClientLive;
15625
- var SqliteClientLive2 = exports_database_service.SqliteClientLive;
15626
15620
  // src/operation.ts
15627
15621
  var exports_operation = {};
15628
15622
  __export(exports_operation, {
@@ -12,6 +12,3 @@ export declare const pgTypeParsers: {
12
12
  };
13
13
  export declare const Dialect: import("effect/Schema").Literals<readonly ["pg", "mysql", "sqlite"]>;
14
14
  export declare const dialect: import("effect/Effect").Effect<"pg" | "mysql" | "sqlite", never, import("effect/unstable/sql/SqlClient").SqlClient>;
15
- export declare const PgClientLive: import("effect/Layer").Layer<import("@effect/sql-pg/PgClient").PgClient | import("effect/unstable/sql/SqlClient").SqlClient, import("effect/unstable/sql/SqlError").SqlError | import("effect/Config").ConfigError, never>;
16
- export declare const MysqlClientLive: import("effect/Layer").Layer<import("effect/unstable/sql/SqlClient").SqlClient | import("@effect/sql-mysql2/MysqlClient").MysqlClient, import("effect/unstable/sql/SqlError").SqlError | import("effect/Config").ConfigError, never>;
17
- export declare const SqliteClientLive: import("effect/Layer").Layer<import("effect/unstable/sql/SqlClient").SqlClient | import("@effect/sql-sqlite-bun/SqliteClient").SqliteClient, import("effect/Config").ConfigError, never>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@relayfx/sdk",
4
- "version": "0.0.34",
4
+ "version": "0.0.36",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {