@pristine-ts/opensearch 0.0.217 → 0.0.218

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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@pristine-ts/opensearch",
3
- "version": "0.0.217",
3
+ "version": "0.0.218",
4
4
  "description": "",
5
- "module": "dist/lib/esm/opensearch.module.js",
6
- "main": "dist/lib/cjs/opensearch.module.js",
7
- "types": "dist/types/opensearch.module.d.ts",
5
+ "module": "dist/lib/esm/open-search.module.js",
6
+ "main": "dist/lib/cjs/open-search.module.js",
7
+ "types": "dist/types/open-search.module.d.ts",
8
8
  "scripts": {
9
9
  "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
10
10
  "prepublish": "npm run build",
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@opensearch-project/opensearch": "^2.1.0",
24
- "@pristine-ts/aws": "^0.0.217",
25
- "@pristine-ts/common": "^0.0.217",
26
- "@pristine-ts/core": "^0.0.217"
24
+ "@pristine-ts/aws": "^0.0.218",
25
+ "@pristine-ts/common": "^0.0.218",
26
+ "@pristine-ts/core": "^0.0.218"
27
27
  },
28
28
  "jest": {
29
29
  "transform": {
@@ -59,5 +59,5 @@
59
59
  "src/*.{js,ts}"
60
60
  ]
61
61
  },
62
- "gitHead": "09d75c294b086344ec20d8226436aaee06cf2caa"
62
+ "gitHead": "fb2135bf609dafdebdf328136b3a67de41e976a4"
63
63
  }
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.ElasticSearchModule = void 0;
18
- const core_1 = require("@pristine-ts/core");
19
- const http_1 = require("@pristine-ts/http");
20
- const elastic_search_module_keyname_1 = require("./elastic-search.module.keyname");
21
- // Mappers
22
- __exportStar(require("./elastic-search.module.keyname"), exports);
23
- exports.ElasticSearchModule = {
24
- keyname: elastic_search_module_keyname_1.ElasticSearchModuleKeyname,
25
- importModules: [
26
- core_1.CoreModule,
27
- http_1.HttpModule,
28
- ]
29
- };
30
- //# sourceMappingURL=elastic-search.module.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"elastic-search.module.js","sourceRoot":"","sources":["../../../src/elastic-search.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,4CAA6C;AAE7C,4CAA6C;AAC7C,mFAA2E;AAE3E,UAAU;AAEV,kEAAgD;AAEnC,QAAA,mBAAmB,GAAoB;IAChD,OAAO,EAAE,0DAA0B;IACnC,aAAa,EAAE;QACX,iBAAU;QACV,iBAAU;KACb;CACJ,CAAA"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ElasticSearchModuleKeyname = void 0;
4
- exports.ElasticSearchModuleKeyname = "pristine.elasticsearch";
5
- //# sourceMappingURL=elastic-search.module.keyname.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"elastic-search.module.keyname.js","sourceRoot":"","sources":["../../../src/elastic-search.module.keyname.ts"],"names":[],"mappings":";;;AAAa,QAAA,0BAA0B,GAAW,wBAAwB,CAAC"}