vue-is-defined 1.0.0 → 1.0.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/README.md +3 -1
  2. package/logo.svg +0 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,6 @@
12
12
  <a href="https://github.com/vuefrag/vue-is-defined/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/vue-is-defined.svg" alt="license" /></a>
13
13
  </p>
14
14
 
15
- > Extracted from [VueUse](https://vueuse.org/) for standalone use.
16
15
 
17
16
  ## Installation
18
17
 
@@ -37,6 +36,9 @@ if (isDefined(example))
37
36
  example // Ref<string>
38
37
  ```
39
38
 
39
+ > Extracted from [VueUse](https://vueuse.org/) for standalone use.
40
+
41
+
40
42
  ## License
41
43
 
42
44
  MIT
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="#3498db" 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-is-defined",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Vue 3 type guard checking if ref value is not null/undefined",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",