@golemio/core 1.20.14-dev.1974097237 → 1.20.14-dev.1977977450

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,2 +1 @@
1
- import * as amqplib from "amqplib";
2
- export = amqplib;
1
+ export * from "amqplib";
@@ -10,18 +10,9 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
10
10
  if (k2 === undefined) k2 = k;
11
11
  o[k2] = m[k];
12
12
  }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
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);
24
15
  };
25
- const amqplib = __importStar(require("amqplib"));
26
- module.exports = amqplib;
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("amqplib"), exports);
27
18
  //# sourceMappingURL=amqplib.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"amqplib.js","sourceRoot":"","sources":["../../src/shared/amqplib.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,iDAAmC;AACnC,iBAAS,OAAO,CAAC"}
1
+ {"version":3,"file":"amqplib.js","sourceRoot":"","sources":["../../src/shared/amqplib.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/core",
3
- "version": "1.20.14-dev.1974097237",
3
+ "version": "1.20.14-dev.1977977450",
4
4
  "description": "Golemio Core Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -31,7 +31,6 @@
31
31
  "@commitlint/cli": "^19.3.0",
32
32
  "@commitlint/config-conventional": "^16.2.1",
33
33
  "@golemio/eslint-config": "1.1.2",
34
- "@types/amqplib": "^0.10.7",
35
34
  "@types/chai": "4.2.3",
36
35
  "@types/chai-as-promised": "7.1.2",
37
36
  "@types/content-type": "^1.1.3",
@@ -84,6 +83,7 @@
84
83
  "@opentelemetry/resources": "^2.0.1",
85
84
  "@opentelemetry/sdk-trace-base": "^2.0.1",
86
85
  "@opentelemetry/sdk-trace-node": "^2.0.1",
86
+ "@types/amqplib": "^0.10.7",
87
87
  "@types/express": "^4.17.21",
88
88
  "@types/geojson": "^7946.0.10",
89
89
  "@types/luxon": "^2.3.1",