@lunora/vue 1.0.0-alpha.77 → 1.0.0-alpha.78
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/package.json +3 -7
- package/dist/worker.d.mts +0 -1
- package/dist/worker.d.ts +0 -1
- package/dist/worker.mjs +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunora/vue",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.78",
|
|
4
4
|
"description": "Vue adapter for Lunora — live composables, optimistic mutations, and reactive loaders",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -44,10 +44,6 @@
|
|
|
44
44
|
"types": "./dist/server.d.ts",
|
|
45
45
|
"import": "./dist/server.mjs"
|
|
46
46
|
},
|
|
47
|
-
"./worker": {
|
|
48
|
-
"types": "./dist/worker.d.ts",
|
|
49
|
-
"import": "./dist/worker.mjs"
|
|
50
|
-
},
|
|
51
47
|
"./upload": {
|
|
52
48
|
"types": "./dist/upload.d.ts",
|
|
53
49
|
"import": "./dist/upload.mjs"
|
|
@@ -58,10 +54,10 @@
|
|
|
58
54
|
"access": "public"
|
|
59
55
|
},
|
|
60
56
|
"dependencies": {
|
|
61
|
-
"@lunora/client": "1.0.0-alpha.
|
|
57
|
+
"@lunora/client": "1.0.0-alpha.49",
|
|
62
58
|
"@lunora/errors": "1.0.0-alpha.21",
|
|
63
59
|
"@lunora/ratelimit": "1.0.0-alpha.22",
|
|
64
|
-
"@lunora/runtime": "1.0.0-alpha.
|
|
60
|
+
"@lunora/runtime": "1.0.0-alpha.62",
|
|
65
61
|
"@visulima/storage-client": "1.0.0"
|
|
66
62
|
},
|
|
67
63
|
"peerDependencies": {
|
package/dist/worker.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { type LunoraWorker as ComposedWorker, type ExecutionContextLike, type FrameworkWorkerOptionsInput, type FrameworkHostHandler as NitroCloudflareHandler, type ScheduledControllerLike, type FrameworkWorkerOptions as WithLunoraOptions, withFrameworkWorker as withLunora } from '@lunora/runtime';
|
package/dist/worker.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { type LunoraWorker as ComposedWorker, type ExecutionContextLike, type FrameworkWorkerOptionsInput, type FrameworkHostHandler as NitroCloudflareHandler, type ScheduledControllerLike, type FrameworkWorkerOptions as WithLunoraOptions, withFrameworkWorker as withLunora } from '@lunora/runtime';
|
package/dist/worker.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{withFrameworkWorker as a}from"@lunora/runtime";export{a as withLunora};
|