select-animation 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/index.js +1 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6,8 +6,7 @@
6
6
  * Copyright: ©2026 Housseyn Cheriet
7
7
  * License: MIT
8
8
  * ------------------------------------------------------------------------- */
9
- (function (global) {
10
- "use strict";
9
+
11
10
  (function (global) {
12
11
  "use strict"; // Enable strict mode for safer JavaScript execution
13
12
 
@@ -706,7 +705,6 @@
706
705
 
707
706
  // Additional helper functions can be added as needed...
708
707
 
709
- })(window);
710
708
  if (typeof module !== 'undefined' && module.exports) {
711
709
  module.exports = {
712
710
  animate: global.animate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "select-animation",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "High-performance JavaScript animation engine for organic & fluid motion",
5
5
  "main": "index.js",
6
6
  "scripts": {