@steedos/service-pages 2.4.18-beta.2 → 2.4.18

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.
@@ -247,6 +247,7 @@
247
247
  app_id: data.appId,
248
248
  object_name: data.objectName,
249
249
  record_id: data.recordId,
250
+ formFactor: Steedos.isMobile() ? "SMALL" : "LARGE",
250
251
  context: {
251
252
  rootUrl: rootUrl.endsWith("/") ? rootUrl.substr(0, rootUrl.length-1) : rootUrl,
252
253
  tenantId: Creator.USER_CONTEXT.spaceId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-pages",
3
- "version": "2.4.18-beta.2",
3
+ "version": "2.4.18",
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": "7662554351c1ddd72f5bac1280a7a5bab1c7932c",
11
+ "gitHead": "98ae279a56e6ffaf6bebaebd83f8beaed4031492",
12
12
  "dependencies": {
13
13
  "ejs": "^3.1.8"
14
14
  }