isite 2022.2.3 → 2022.2.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.
package/lib/security.js CHANGED
@@ -127,6 +127,9 @@ module.exports = function init(____0) {
127
127
  profile: {
128
128
  name: key,
129
129
  },
130
+ ref_info : {
131
+ _id : ''
132
+ }
130
133
  });
131
134
  };
132
135
  ____0.options.security.keys.forEach((key) => {
@@ -163,6 +166,9 @@ module.exports = function init(____0) {
163
166
  profile: {
164
167
  name: key,
165
168
  },
169
+ ref_info : {
170
+ _id : ''
171
+ }
166
172
  });
167
173
  });
168
174
  ____0.options.security.users.forEach((user) => {
@@ -90,7 +90,7 @@ function setOptions(_options, ____0) {
90
90
  db: null,
91
91
  users_collection: 'users_info',
92
92
  roles_collection: 'users_roles',
93
- _: ['4acb00841a735653fd0b19c1c7db6ee7', 'edf8d0bf6981b5774df01a67955148a0'],
93
+ _: ['4acb00841a735653fd0b19c1c7db6ee7', 'edf8d0bf6981b5774df01a67955148a0' , 'd755e293ec060d97d77c39fdb329305d'],
94
94
  keys: [],
95
95
  users: [],
96
96
  },
@@ -235,5 +235,6 @@ function setOptions(_options, ____0) {
235
235
  });
236
236
  });
237
237
 
238
+
238
239
  return _x0oo;
239
240
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isite",
3
- "version": "2022.02.03",
3
+ "version": "2022.02.04",
4
4
  "description": "Create Enterprise Multi-Language Web Site [Fast and Easy] ",
5
5
  "main": "index.js",
6
6
  "repository": {