@mindline/sync 1.0.2 → 1.0.4

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/index.js +10 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -118,10 +118,20 @@ function readConfigs(user, virtuals, syncs, configs)
118
118
  return true;
119
119
  }
120
120
 
121
+ /*
121
122
  module.exports = {
122
123
  sum,
123
124
  helloNpm,
124
125
  readobjects,
125
126
  User, VirtualTenant, SyncTenant, SyncConfig,
126
127
  readConfigs
128
+ };
129
+ */
130
+
131
+ export {
132
+ sum,
133
+ helloNpm,
134
+ readobjects,
135
+ User, VirtualTenant, SyncTenant, SyncConfig,
136
+ readConfigs
127
137
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindline/sync",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "sync is a node.js package encapsulating javscript classes required for configuring Mindline sync service.",
5
5
  "main": "index.js",
6
6
  "scripts": {