@or-sdk/pgsql 0.25.3 → 0.25.4-beta.515.0

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.
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LIST_SCHEMAS_QUERY = exports.SERVICE_KEY = void 0;
3
+ exports.LIST_SCHEMAS_QUERY = exports.PGSQL_SERVICE_KEY = exports.SERVICE_KEY = void 0;
4
4
  exports.SERVICE_KEY = 'pgsql';
5
+ exports.PGSQL_SERVICE_KEY = exports.SERVICE_KEY;
5
6
  exports.LIST_SCHEMAS_QUERY = "SELECT schema_name FROM information_schema.schemata\n where schema_name not in ('pg_catalog', 'information_schema')";
6
7
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG,OAAO,CAAC;AAEtB,QAAA,kBAAkB,GAAG,4HACoC,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG,OAAO,CAAC;AACtB,QAAA,iBAAiB,GAAG,mBAAW,CAAC;AAEhC,QAAA,kBAAkB,GAAG,4HACoC,CAAC"}
package/dist/cjs/index.js CHANGED
@@ -18,4 +18,5 @@ exports.Pgsql = void 0;
18
18
  var Pgsql_1 = require("./Pgsql");
19
19
  Object.defineProperty(exports, "Pgsql", { enumerable: true, get: function () { return Pgsql_1.Pgsql; } });
20
20
  __exportStar(require("./types"), exports);
21
+ __exportStar(require("./constants"), exports);
21
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,iCAAgC;AAAvB,8FAAA,KAAK,OAAA;AACd,0CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,iCAAgC;AAAvB,8FAAA,KAAK,OAAA;AACd,0CAAwB;AACxB,8CAA4B"}
@@ -1,4 +1,5 @@
1
1
  export const SERVICE_KEY = 'pgsql';
2
+ export const PGSQL_SERVICE_KEY = SERVICE_KEY;
2
3
  export const LIST_SCHEMAS_QUERY = `SELECT schema_name FROM information_schema.schemata
3
4
  where schema_name not in ('pg_catalog', 'information_schema')`;
4
5
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC;AAEnC,MAAM,CAAC,MAAM,kBAAkB,GAAG;sEACoC,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC;AACnC,MAAM,CAAC,MAAM,iBAAiB,GAAG,WAAW,CAAC;AAE7C,MAAM,CAAC,MAAM,kBAAkB,GAAG;sEACoC,CAAC"}
package/dist/esm/index.js CHANGED
@@ -1,3 +1,4 @@
1
1
  export { Pgsql } from './Pgsql';
2
2
  export * from './types';
3
+ export * from './constants';
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC"}
@@ -1,3 +1,4 @@
1
1
  export declare const SERVICE_KEY = "pgsql";
2
+ export declare const PGSQL_SERVICE_KEY = "pgsql";
2
3
  export declare const LIST_SCHEMAS_QUERY = "SELECT schema_name FROM information_schema.schemata\n where schema_name not in ('pg_catalog', 'information_schema')";
3
4
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,UAAU,CAAC;AAEnC,eAAO,MAAM,kBAAkB,+HACuC,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,UAAU,CAAC;AACnC,eAAO,MAAM,iBAAiB,UAAc,CAAC;AAE7C,eAAO,MAAM,kBAAkB,+HACuC,CAAC"}
@@ -1,3 +1,4 @@
1
1
  export { Pgsql } from './Pgsql';
2
2
  export * from './types';
3
+ export * from './constants';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/pgsql",
3
- "version": "0.25.3",
3
+ "version": "0.25.4-beta.515.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -27,6 +27,5 @@
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
30
- },
31
- "gitHead": "5c878ba77826b01ae1b07e5c3941e30cf3567dff"
30
+ }
32
31
  }
package/src/constants.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export const SERVICE_KEY = 'pgsql';
2
+ export const PGSQL_SERVICE_KEY = SERVICE_KEY;
2
3
 
3
4
  export const LIST_SCHEMAS_QUERY = `SELECT schema_name FROM information_schema.schemata
4
5
  where schema_name not in ('pg_catalog', 'information_schema')`;
package/src/index.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export { Pgsql } from './Pgsql';
2
2
  export * from './types';
3
+ export * from './constants';