@pip-it-up/core 0.1.4 → 0.1.5

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
@@ -520,7 +520,6 @@ var createPip = (options = {}) => {
520
520
  listeners2.clear();
521
521
  }
522
522
  };
523
- console.log("[createPip] Creating instance with setDefaultElements:", typeof instance.setDefaultElements);
524
523
  return instance;
525
524
  };
526
525
 
package/dist/index.mjs CHANGED
@@ -489,7 +489,6 @@ var createPip = (options = {}) => {
489
489
  listeners2.clear();
490
490
  }
491
491
  };
492
- console.log("[createPip] Creating instance with setDefaultElements:", typeof instance.setDefaultElements);
493
492
  return instance;
494
493
  };
495
494
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pip-it-up/core",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Vanilla JS engine for the Document Picture-in-Picture API — move, clone, or portal any DOM element into a floating PiP window",
5
5
  "keywords": [
6
6
  "picture-in-picture",
@@ -38,7 +38,9 @@
38
38
  "access": "public",
39
39
  "provenance": true
40
40
  },
41
- "sideEffects": false,
41
+ "sideEffects": [
42
+ "src/global.d.ts"
43
+ ],
42
44
  "files": [
43
45
  "dist"
44
46
  ],