@vueuse/metadata 13.0.0-beta.2 → 13.0.0
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.
- package/index.json +2 -2
- package/index.mjs +2 -2
- package/package.json +3 -2
package/index.json
CHANGED
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
{
|
|
621
621
|
"name": "toRef",
|
|
622
622
|
"package": "shared",
|
|
623
|
-
"lastUpdated":
|
|
623
|
+
"lastUpdated": 1741577867000,
|
|
624
624
|
"docs": "https://vueuse.org/shared/toRef/",
|
|
625
625
|
"category": "Reactivity",
|
|
626
626
|
"description": "normalize value/ref/getter to `ref` or `computed`",
|
|
@@ -2497,7 +2497,7 @@
|
|
|
2497
2497
|
{
|
|
2498
2498
|
"name": "utils",
|
|
2499
2499
|
"package": "shared",
|
|
2500
|
-
"lastUpdated":
|
|
2500
|
+
"lastUpdated": 1741577867000,
|
|
2501
2501
|
"internal": true
|
|
2502
2502
|
},
|
|
2503
2503
|
{
|
package/index.mjs
CHANGED
|
@@ -619,7 +619,7 @@ var functions$1 = [
|
|
|
619
619
|
{
|
|
620
620
|
name: "toRef",
|
|
621
621
|
"package": "shared",
|
|
622
|
-
lastUpdated:
|
|
622
|
+
lastUpdated: 1741577867000,
|
|
623
623
|
docs: "https://vueuse.org/shared/toRef/",
|
|
624
624
|
category: "Reactivity",
|
|
625
625
|
description: "normalize value/ref/getter to `ref` or `computed`",
|
|
@@ -2496,7 +2496,7 @@ var functions$1 = [
|
|
|
2496
2496
|
{
|
|
2497
2497
|
name: "utils",
|
|
2498
2498
|
"package": "shared",
|
|
2499
|
-
lastUpdated:
|
|
2499
|
+
lastUpdated: 1741577867000,
|
|
2500
2500
|
internal: true
|
|
2501
2501
|
},
|
|
2502
2502
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueuse/metadata",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "13.0.0
|
|
4
|
+
"version": "13.0.0",
|
|
5
5
|
"description": "Metadata for VueUse functions",
|
|
6
6
|
"author": "Anthony Fu <https://github.com/antfu>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
],
|
|
36
36
|
"scripts": {
|
|
37
37
|
"update": "tsx scripts/update.ts",
|
|
38
|
-
"build": "rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild"
|
|
38
|
+
"build": "rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild",
|
|
39
|
+
"test:attw": "attw --pack --config-path ../../.attw.json ."
|
|
39
40
|
}
|
|
40
41
|
}
|