@dxtmisha/functional 1.9.1 → 1.10.2

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 (3) hide show
  1. package/dist/library.d.ts +170 -14
  2. package/dist/library.js +1175 -2486
  3. package/package.json +3 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dxtmisha/functional",
3
3
  "private": false,
4
- "version": "1.9.1",
4
+ "version": "1.10.2",
5
5
  "type": "module",
6
6
  "description": "A comprehensive library of utilities, base classes, and Vue 3 composables for reactive web development. Extends @dxtmisha/functional-basic with Composition API.",
7
7
  "keywords": [
@@ -80,5 +80,6 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "dependencies": {}
83
+ "dependencies": {},
84
+ "sideEffects": false
84
85
  }