@flow-js/garmin-connect 1.6.6 → 1.6.8

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.
@@ -16,7 +16,7 @@ const {
16
16
  NoTarget,
17
17
  StepType,
18
18
  WorkoutType
19
- } = require('garmin-connect');
19
+ } = require('@flow-js/garmin-connect`');
20
20
 
21
21
  (async function () {
22
22
  const GARMIN_USERNAME = process.env.GARMIN_USERNAME;
@@ -1,4 +1,4 @@
1
- const { GarminConnect } = require('garmin-connect');
1
+ const { GarminConnect } = require('@flow-js/garmin-connect`');
2
2
 
3
3
  // Has to be run in an async function to be able to use the await keyword
4
4
  const main = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flow-js/garmin-connect",
3
- "version": "1.6.6",
3
+ "version": "1.6.8",
4
4
  "description": "Makes it simple to interface with Garmin Connect to get or set any data point",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",