@goatlab/fluent-loki 0.6.1 → 0.6.2

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LokiConnector = void 0;
4
4
  const LokiConnector_1 = require("./LokiConnector");
5
5
  Object.defineProperty(exports, "LokiConnector", { enumerable: true, get: function () { return LokiConnector_1.LokiConnector; } });
6
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goatlab/fluent-loki",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "scripts": {
5
5
  "prebuild": "rimraf dist",
6
6
  "prestart": "rimraf dist",
@@ -25,7 +25,7 @@
25
25
  "changelog-debug": "auto-changelog --template changelog-template.hbs -p --template json --output changelog-data.json"
26
26
  },
27
27
  "dependencies": {
28
- "@goatlab/fluent": "^0.6.1"
28
+ "@goatlab/fluent": "^0.6.14"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@commitlint/cli": "^16.2.3",