@juit/pgproxy-persister 1.1.14 → 1.1.16

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.cjs CHANGED
@@ -19,14 +19,14 @@ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "defau
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  SQL: () => import_pgproxy_client.SQL
25
25
  });
26
- module.exports = __toCommonJS(src_exports);
26
+ module.exports = __toCommonJS(index_exports);
27
27
  var import_pgproxy_client = require("@juit/pgproxy-client");
28
- __reExport(src_exports, require("./model.cjs"), module.exports);
29
- __reExport(src_exports, require("./persister.cjs"), module.exports);
28
+ __reExport(index_exports, require("./model.cjs"), module.exports);
29
+ __reExport(index_exports, require("./persister.cjs"), module.exports);
30
30
  // Annotate the CommonJS export names for ESM import in node:
31
31
  0 && (module.exports = {
32
32
  SQL,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/index.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,4BAAoB;AACpB,wBAAc,wBAFd;AAGA,wBAAc,4BAHd;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,4BAAoB;AACpB,0BAAc,wBAFd;AAGA,0BAAc,4BAHd;",
5
5
  "names": []
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juit/pgproxy-persister",
3
- "version": "1.1.14",
3
+ "version": "1.1.16",
4
4
  "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -53,7 +53,7 @@
53
53
  "src/"
54
54
  ],
55
55
  "dependencies": {
56
- "@juit/pgproxy-client": "1.1.14",
57
- "@juit/pgproxy-types": "1.1.14"
56
+ "@juit/pgproxy-client": "1.1.16",
57
+ "@juit/pgproxy-types": "1.1.16"
58
58
  }
59
59
  }