y-p-h-in 1.0.5 → 1.0.6

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
@@ -5682,7 +5682,7 @@ const ay = () => {
5682
5682
  } else
5683
5683
  Pl.set(l, t, { domain: ".inkai.info" });
5684
5684
  else
5685
- Pl.set(l, t);
5685
+ Pl.set(l, t, { domain: ".inkai.info" });
5686
5686
  }, Xl = (e) => {
5687
5687
  ay();
5688
5688
  var t = Qi + e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "y-p-h-in",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "main": "demo-ui.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"