y-p-h-in 1.0.22 → 1.0.24

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/demo-ui.js CHANGED
@@ -5683,13 +5683,13 @@ const rA = () => {
5683
5683
  }, Vl = (e) => {
5684
5684
  rA();
5685
5685
  var t = Ii + e;
5686
- if (window.location.href.indexOf("test") > -1 || window.location.href.indexOf("192") > -1) {
5686
+ if (window.location.origin.indexOf("test") > -1 || window.location.origin.indexOf("192") > -1) {
5687
5687
  var n = "test_" + t;
5688
5688
  return cl.get(n);
5689
5689
  } else
5690
5690
  return cl.get(t);
5691
5691
  }, W8 = (e) => {
5692
- if (window.location.href.indexOf("test") > -1 || window.location.href.indexOf("192") > -1) {
5692
+ if (window.location.origin.indexOf("test") > -1 || window.location.origin.indexOf("192") > -1) {
5693
5693
  var t = "test_" + e;
5694
5694
  return cl.get(t);
5695
5695
  } else
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "y-p-h-in",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
4
4
  "description": "",
5
5
  "main": "demo-ui.js",
6
6
  "scripts": {