@steedos/service-pages 3.0.0-beta.30 → 3.0.0-beta.33

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.
@@ -322,12 +322,9 @@
322
322
  this.containerList = [];
323
323
  this.pageName = null;
324
324
  return this.autorun(function(computation) {
325
- // console.log('autorun=====>computation:', computation)
326
- // Session.get("record_id");
327
325
  var container, e, lastData, ref, ref1, ref2, regions, schema, updateProps, updatePropsData;
328
326
  if(self.data.regions){
329
327
  regions = self.data.regions();
330
- // console.log('regions====>', regions, this.lastRegions);
331
328
  updateProps = true;
332
329
  if (regions.objectName !== ((ref = this.lastRegions) != null ? ref.objectName : void 0)) {
333
330
  updateProps = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-pages",
3
- "version": "3.0.0-beta.30",
3
+ "version": "3.0.0-beta.33",
4
4
  "main": "package.service.js",
5
5
  "scripts": {},
6
6
  "license": "MIT",
@@ -8,7 +8,7 @@
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
- "gitHead": "179adc36b9bc560bad5673f0a068600f5af4848f",
11
+ "gitHead": "240a409b40d5e5e25cf2451b63e611ba7b8e4533",
12
12
  "dependencies": {
13
13
  "clone": "^2.1.2",
14
14
  "ejs": "^3.1.8"