hyperion-autologging
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -1,2 +0,2 @@ | ||
const baseConfig = require('@hyperion/hyperion-devtools/babel.config'); | ||
const baseConfig = require('hyperion-devtools/babel.config'); | ||
module.exports = baseConfig; |
@@ -1,2 +0,2 @@ | ||
const baseConfig = require('@hyperion/hyperion-devtools/jest.config'); | ||
const baseConfig = require('hyperion-devtools/jest.config'); | ||
/* | ||
@@ -3,0 +3,0 @@ * For a detailed explanation regarding each configuration property and type check, visit: |
{ | ||
"name": "hyperion-autologging", | ||
"description": "Automatically track features and their usage in a web or react application", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -10,3 +10,3 @@ /** | ||
import { Flowlet } from "hyperion-flowlet/src/Flowlet"; | ||
import performanceAbsoluteNow from '@hyperion/hyperion-util/src/performanceAbsoluteNow'; | ||
import performanceAbsoluteNow from 'hyperion-util/src/performanceAbsoluteNow'; | ||
import * as ALHeartbeat from "../src/ALHeartbeat"; | ||
@@ -13,0 +13,0 @@ import * as ALUIEventPublisher from "../src/ALUIEventPublisher"; |
457653
73
7997