medusa-telemetry
Advanced tools
Comparing version 0.0.13 to 0.0.14-alpha.0
# Change Log | ||
## 0.0.14-alpha.0 | ||
### Patch Changes | ||
- [#2574](https://github.com/medusajs/medusa/pull/2574) [`cfb24d72f`](https://github.com/medusajs/medusa/commit/cfb24d72fa303a6755e8579c46d3c7f36278b120) Thanks [@olivermrbl](https://github.com/olivermrbl)! - Fix incorrect import | ||
## 0.0.13 | ||
@@ -4,0 +10,0 @@ |
@@ -18,12 +18,12 @@ "use strict"; | ||
var _configstore = _interopRequireDefault(require("configstore")); | ||
var _path = _interopRequireDefault(require("path")); | ||
var _configstore = _interopRequireDefault(require("configstore")); | ||
var _inMemoryConfig = require("./util/in-memory-config"); | ||
var _inMemoryConfig = _interopRequireDefault(require("./util/in-memory-config")); | ||
var _isTruthy = _interopRequireDefault(require("./util/is-truthy")); | ||
var _outboxStore = _interopRequireDefault(require("./util/outbox-store")); | ||
var _isTruthy = _interopRequireDefault(require("./util/is-truthy")); | ||
var Store = /*#__PURE__*/function () { | ||
@@ -38,3 +38,3 @@ function Store() { | ||
} catch (e) { | ||
this.config_ = new _inMemoryConfig["default"](); | ||
this.config_ = new _inMemoryConfig.InMemoryConfigStore(); | ||
} | ||
@@ -41,0 +41,0 @@ |
{ | ||
"name": "medusa-telemetry", | ||
"version": "0.0.13", | ||
"version": "0.0.14-alpha.0", | ||
"description": "Telemetry for Medusa", | ||
@@ -22,6 +22,4 @@ "main": "dist/index.js", | ||
"cross-env": "^5.2.1", | ||
"eslint": "^6.8.0", | ||
"jest": "^25.5.2", | ||
"nodemon": "^2.0.1", | ||
"prettier": "^1.19.1" | ||
"nodemon": "^2.0.1" | ||
}, | ||
@@ -28,0 +26,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41781
7