@mindline/sync 1.0.3 → 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 +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -118,6 +118,7 @@ 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,
@@ -125,6 +126,7 @@ module.exports = {
125
126
  User, VirtualTenant, SyncTenant, SyncConfig,
126
127
  readConfigs
127
128
  };
129
+ */
128
130
 
129
131
  export {
130
132
  sum,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindline/sync",
3
- "version": "1.0.3",
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": {