@citruslime/vue-utils 2.0.2-beta.0 → 2.0.2-beta.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.
@@ -1,5 +1,5 @@
1
1
  import { replacePlaceholders as Y } from "@citruslime/utils";
2
- import { toRef as ae, readonly as J, customRef as ue, ref as H, getCurrentScope as le, onScopeDispose as se, unref as ce, watch as W, nextTick as Z, isRef as ne, shallowRef as q, computed as fe } from "vue";
2
+ import { ref as H, readonly as J, toRef as ae, customRef as ue, getCurrentScope as le, onScopeDispose as se, unref as ce, watch as W, nextTick as Z, isRef as ne, shallowRef as q, computed as fe } from "vue";
3
3
  const Ee = [
4
4
  "GET",
5
5
  "POST",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citruslime/vue-utils",
3
- "version": "2.0.2-beta.0",
3
+ "version": "2.0.2-beta.2",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Citrus-Lime Ltd",
@@ -28,9 +28,9 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@citruslime/utils": "2.0.4-beta.1",
31
+ "@citruslime/utils": "2.0.5-beta.0",
32
32
  "@vueuse/core": "^12.0.0",
33
- "vue": "^3.4.21"
33
+ "vue": "^3.5.13"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "run-p build-source build-types",