@pronto-tools-and-more/files 3.6.0 → 3.8.0

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.
@@ -1,3 +1,4 @@
1
+ globalThis.FUSE_PLATFORM ||= "ios";
1
2
  (function () {
2
3
  (function () {
3
4
  var ut = {
@@ -12968,10 +12969,7 @@ this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names`
12968
12969
  locale: this.config.locale,
12969
12970
  smallestScreenWidthDp: this.config.smallestScreenWidthDp,
12970
12971
  deviceOs: this.config.deviceOs,
12971
- platform:
12972
- (n = this.config.platform) !== null && n !== void 0
12973
- ? n
12974
- : "web",
12972
+ platform: globalThis.FUSE_PLATFORM,
12975
12973
  };
12976
12974
  }),
12977
12975
  (q.prototype.getCatalogApiDeviceInfo = function () {
@@ -14147,11 +14145,7 @@ this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names`
14147
14145
  locale: this.config.locale,
14148
14146
  smallestScreenWidthDp: this.config.smallestScreenWidthDp,
14149
14147
  deviceOs: this.config.deviceOs,
14150
- platform: ((P = this.config.platform) !== null &&
14151
- P !== void 0
14152
- ? P
14153
- : "web"
14154
- ).toUpperCase(),
14148
+ platform: globalThis.FUSE_PLATFORM,
14155
14149
  };
14156
14150
  }),
14157
14151
  (m.prototype.getLoginState = function () {
@@ -19290,10 +19284,10 @@ query CatalogSearchQuery(
19290
19284
  contentUrl: window._editorAppInfo.contentUrl,
19291
19285
  bundleId: "",
19292
19286
  deviceId: "editor-preview",
19293
- deviceModel: "ios",
19294
- deviceOs: "ios",
19287
+ deviceModel: globalThis.FUSE_PLATFORM,
19288
+ deviceOs: globalThis.FUSE_PLATFORM,
19295
19289
  locale: "de_DE",
19296
- platform: "ios",
19290
+ platform: globalThis.FUSE_PLATFORM,
19297
19291
  preview: !0,
19298
19292
  onGraphQLError: (ut) => console.error("gql", ut),
19299
19293
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/files",
3
- "version": "3.6.0",
3
+ "version": "3.8.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},