@arcote.tech/arc-adapter-db-postgres 0.7.5 → 0.7.7

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.
Files changed (2) hide show
  1. package/dist/index.js +12 -12
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4737,11 +4737,11 @@ class TokenCache {
4737
4737
  }
4738
4738
  }
4739
4739
 
4740
- // ../../../../node_modules/.bun/postgres@3.4.8/node_modules/postgres/src/index.js
4740
+ // ../../../../node_modules/.bun/postgres@3.4.9/node_modules/postgres/src/index.js
4741
4741
  import os from "os";
4742
4742
  import fs from "fs";
4743
4743
 
4744
- // ../../../../node_modules/.bun/postgres@3.4.8/node_modules/postgres/src/query.js
4744
+ // ../../../../node_modules/.bun/postgres@3.4.9/node_modules/postgres/src/query.js
4745
4745
  var originCache = new Map;
4746
4746
  var originStackCache = new Map;
4747
4747
  var originError = Symbol("OriginError");
@@ -4879,7 +4879,7 @@ function cachedError(xs) {
4879
4879
  return originCache.get(xs);
4880
4880
  }
4881
4881
 
4882
- // ../../../../node_modules/.bun/postgres@3.4.8/node_modules/postgres/src/errors.js
4882
+ // ../../../../node_modules/.bun/postgres@3.4.9/node_modules/postgres/src/errors.js
4883
4883
  class PostgresError extends Error {
4884
4884
  constructor(x) {
4885
4885
  super(x.message);
@@ -4922,7 +4922,7 @@ function notSupported(x) {
4922
4922
  return error;
4923
4923
  }
4924
4924
 
4925
- // ../../../../node_modules/.bun/postgres@3.4.8/node_modules/postgres/src/types.js
4925
+ // ../../../../node_modules/.bun/postgres@3.4.9/node_modules/postgres/src/types.js
4926
4926
  var types = {
4927
4927
  string: {
4928
4928
  to: 25,
@@ -5203,14 +5203,14 @@ fromKebab.column = { to: fromKebab };
5203
5203
  var kebab = { ...toKebab };
5204
5204
  kebab.column.to = fromKebab;
5205
5205
 
5206
- // ../../../../node_modules/.bun/postgres@3.4.8/node_modules/postgres/src/connection.js
5206
+ // ../../../../node_modules/.bun/postgres@3.4.9/node_modules/postgres/src/connection.js
5207
5207
  import net from "net";
5208
5208
  import tls from "tls";
5209
5209
  import crypto from "crypto";
5210
5210
  import Stream from "stream";
5211
5211
  import { performance } from "perf_hooks";
5212
5212
 
5213
- // ../../../../node_modules/.bun/postgres@3.4.8/node_modules/postgres/src/result.js
5213
+ // ../../../../node_modules/.bun/postgres@3.4.9/node_modules/postgres/src/result.js
5214
5214
  class Result extends Array {
5215
5215
  constructor() {
5216
5216
  super();
@@ -5227,7 +5227,7 @@ class Result extends Array {
5227
5227
  }
5228
5228
  }
5229
5229
 
5230
- // ../../../../node_modules/.bun/postgres@3.4.8/node_modules/postgres/src/queue.js
5230
+ // ../../../../node_modules/.bun/postgres@3.4.9/node_modules/postgres/src/queue.js
5231
5231
  var queue_default = Queue;
5232
5232
  function Queue(initial = []) {
5233
5233
  let xs = initial.slice();
@@ -5254,7 +5254,7 @@ function Queue(initial = []) {
5254
5254
  };
5255
5255
  }
5256
5256
 
5257
- // ../../../../node_modules/.bun/postgres@3.4.8/node_modules/postgres/src/bytes.js
5257
+ // ../../../../node_modules/.bun/postgres@3.4.9/node_modules/postgres/src/bytes.js
5258
5258
  var size = 256;
5259
5259
  var buffer = Buffer.allocUnsafe(size);
5260
5260
  var messages = "BCcDdEFfHPpQSX".split("").reduce((acc, x) => {
@@ -5327,7 +5327,7 @@ function reset() {
5327
5327
  return b;
5328
5328
  }
5329
5329
 
5330
- // ../../../../node_modules/.bun/postgres@3.4.8/node_modules/postgres/src/connection.js
5330
+ // ../../../../node_modules/.bun/postgres@3.4.9/node_modules/postgres/src/connection.js
5331
5331
  var connection_default = Connection;
5332
5332
  var uid = 1;
5333
5333
  var Sync = bytes_default().S().end();
@@ -6050,7 +6050,7 @@ function timer(fn, seconds) {
6050
6050
  }
6051
6051
  }
6052
6052
 
6053
- // ../../../../node_modules/.bun/postgres@3.4.8/node_modules/postgres/src/subscribe.js
6053
+ // ../../../../node_modules/.bun/postgres@3.4.9/node_modules/postgres/src/subscribe.js
6054
6054
  var noop2 = () => {};
6055
6055
  function Subscribe(postgres2, options) {
6056
6056
  const subscribers = new Map, slot = "postgresjs_" + Math.random().toString(36).slice(2), state = {};
@@ -6246,7 +6246,7 @@ function parseEvent(x) {
6246
6246
  return (command || "*") + (path ? ":" + (path.indexOf(".") === -1 ? "public." + path : path) : "") + (key ? "=" + key : "");
6247
6247
  }
6248
6248
 
6249
- // ../../../../node_modules/.bun/postgres@3.4.8/node_modules/postgres/src/large.js
6249
+ // ../../../../node_modules/.bun/postgres@3.4.9/node_modules/postgres/src/large.js
6250
6250
  import Stream2 from "stream";
6251
6251
  function largeObject(sql, oid, mode = 131072 | 262144) {
6252
6252
  return new Promise(async (resolve, reject) => {
@@ -6312,7 +6312,7 @@ function largeObject(sql, oid, mode = 131072 | 262144) {
6312
6312
  });
6313
6313
  }
6314
6314
 
6315
- // ../../../../node_modules/.bun/postgres@3.4.8/node_modules/postgres/src/index.js
6315
+ // ../../../../node_modules/.bun/postgres@3.4.9/node_modules/postgres/src/index.js
6316
6316
  Object.assign(Postgres, {
6317
6317
  PostgresError,
6318
6318
  toPascal,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcote.tech/arc-adapter-db-postgres",
3
- "version": "0.7.5",
3
+ "version": "0.7.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "postgres": "^3.4.4"
24
24
  },
25
25
  "peerDependencies": {
26
- "@arcote.tech/arc": "^0.7.5"
26
+ "@arcote.tech/arc": "^0.7.7"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/pg": "^8.11.0",