@revojs/vue 0.1.47 → 0.1.48
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/dist/client/index.d.mts +2 -2
- package/package.json +4 -4
package/dist/client/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as revojs from "revojs";
|
|
1
|
+
import * as _$revojs from "revojs";
|
|
2
2
|
import { Scope } from "revojs";
|
|
3
3
|
import { MaybeRefOrGetter, Ref } from "vue";
|
|
4
4
|
|
|
@@ -21,6 +21,6 @@ declare function useFetch<T, TError = Error>(scope: Scope, input: MaybeRefOrGett
|
|
|
21
21
|
}>;
|
|
22
22
|
declare function refreshAsync(scope: Scope, input?: string | Array<string>): Promise<void[] | undefined>;
|
|
23
23
|
declare const isServerSideRendering: boolean;
|
|
24
|
-
declare const REFRESH_ASYNC_HOOK: revojs.Descriptor<(names?: Array<string>) => Promise<void>>;
|
|
24
|
+
declare const REFRESH_ASYNC_HOOK: _$revojs.Descriptor<(names?: Array<string>) => Promise<void>>;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { AsyncOptions, REFRESH_ASYNC_HOOK, isServerSideRendering, refreshAsync, useAsync, useFetch, useScope, useState };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revojs/vue",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.48",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "tellua/revojs",
|
|
6
6
|
"files": [
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
33
33
|
"revojs": "*",
|
|
34
|
-
"vue": "^3.5.
|
|
35
|
-
"vue-router": "^5.0.
|
|
34
|
+
"vue": "^3.5.31",
|
|
35
|
+
"vue-router": "^5.0.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@revojs/tsconfig": "*",
|
|
39
|
-
"tsdown": "^0.21.
|
|
39
|
+
"tsdown": "^0.21.7"
|
|
40
40
|
}
|
|
41
41
|
}
|