vue-computed-with-control 1.0.4 → 1.0.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.
Files changed (2) hide show
  1. package/logo.svg +0 -2
  2. package/package.json +1 -1
package/logo.svg CHANGED
@@ -9,8 +9,6 @@
9
9
  <!-- Background -->
10
10
  <rect width="96" height="96" rx="16" fill="url(#bg-grad)"/>
11
11
 
12
- <!-- Decorative corner accent -->
13
- <path d="M96 0v20c0-11.046-8.954-20-20-20H96z" fill="#42b883" opacity="0.12"/>
14
12
 
15
13
  <!-- Vue badge -->
16
14
  <g transform="translate(8, 8)">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-computed-with-control",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Vue 3 computed with manual trigger and dependency control",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",