@stackfactor/client-api 1.0.58 → 1.0.59

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/exports.js +1 -3
  2. package/package.json +1 -1
package/exports.js CHANGED
@@ -34,7 +34,7 @@ import trainingPlan from "./lib/trainingPlans.js";
34
34
  import userInformation from "./lib/userInformation.js";
35
35
  import users from "./lib/users.js";
36
36
 
37
- const exports = {
37
+ export {
38
38
  actionNotifications,
39
39
  address,
40
40
  client,
@@ -67,5 +67,3 @@ const exports = {
67
67
  userInformation,
68
68
  users,
69
69
  };
70
-
71
- export default exports;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackfactor/client-api",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "description": "Node.js library for the StackFactor API",
5
5
  "main": "index.js",
6
6
  "exports": {