@juit/pgproxy-types 1.1.15 → 1.1.17

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,18 +19,18 @@ 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
  PGCircle: () => import_geometric.PGCircle,
25
25
  PGInterval: () => import_interval.PGInterval,
26
26
  PGPoint: () => import_geometric.PGPoint,
27
27
  PGRange: () => import_range.PGRange
28
28
  });
29
- module.exports = __toCommonJS(src_exports);
30
- __reExport(src_exports, require("./oids.cjs"), module.exports);
31
- __reExport(src_exports, require("./parsers.cjs"), module.exports);
32
- __reExport(src_exports, require("./registry.cjs"), module.exports);
33
- __reExport(src_exports, require("./serializers.cjs"), module.exports);
29
+ module.exports = __toCommonJS(index_exports);
30
+ __reExport(index_exports, require("./oids.cjs"), module.exports);
31
+ __reExport(index_exports, require("./parsers.cjs"), module.exports);
32
+ __reExport(index_exports, require("./registry.cjs"), module.exports);
33
+ __reExport(index_exports, require("./serializers.cjs"), module.exports);
34
34
  var import_geometric = require("./parsers/geometric.cjs");
35
35
  var import_interval = require("./parsers/interval.cjs");
36
36
  var import_range = require("./parsers/range.cjs");
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/index.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,uBAAd;AACA,wBAAc,0BADd;AAEA,wBAAc,2BAFd;AAGA,wBAAc,8BAHd;AAQA,uBAAkC;AAClC,sBAA2B;AAC3B,mBAAwB;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAc,uBAAd;AACA,0BAAc,0BADd;AAEA,0BAAc,2BAFd;AAGA,0BAAc,8BAHd;AAQA,uBAAkC;AAClC,sBAA2B;AAC3B,mBAAwB;",
5
5
  "names": []
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juit/pgproxy-types",
3
- "version": "1.1.15",
3
+ "version": "1.1.17",
4
4
  "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",