@saasquatch/component-environment 1.0.4-1 → 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.
package/dist/index.js CHANGED
@@ -87,12 +87,6 @@ function getEnvironmentSDK() {
87
87
  widgetIdent: window["widgetIdent"]
88
88
  };
89
89
  }
90
- if (window["SquatchIOS"]) {
91
- return {
92
- type: "SquatchIOS",
93
- widgetIdent: window["widgetIdent"]
94
- };
95
- }
96
90
  if (window["SquatchPortal"]) {
97
91
  return {
98
92
  type: "SquatchPortal",
package/dist/index.mjs CHANGED
@@ -38,12 +38,6 @@ function getEnvironmentSDK() {
38
38
  widgetIdent: window["widgetIdent"]
39
39
  };
40
40
  }
41
- if (window["SquatchIOS"]) {
42
- return {
43
- type: "SquatchIOS",
44
- widgetIdent: window["widgetIdent"]
45
- };
46
- }
47
41
  if (window["SquatchPortal"]) {
48
42
  return {
49
43
  type: "SquatchPortal",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasquatch/component-environment",
3
- "version": "1.0.4-1",
3
+ "version": "1.0.4",
4
4
  "description": "Environment and contexts for SaaSquatch components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",