@livestore/adapter-web 0.0.0-snapshot-4d696e2b3c63f4d9b117aa57102f887ded2eb6e5 → 0.0.0-snapshot-270572d11b5bcd2ab992fbd4f99bf47fc385df00
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/LICENSE +201 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/web-worker/common/worker-schema.d.ts +1 -1
- package/package.json +7 -6
|
@@ -209,7 +209,7 @@ export declare namespace SharedWorker {
|
|
|
209
209
|
readonly _tag: Schema.tag<"InitialMessage">;
|
|
210
210
|
} & {
|
|
211
211
|
payload: Schema.Union<[typeof InitialMessagePayloadFromClientSession, Schema.TaggedStruct<"FromWebBridge", {}>]>;
|
|
212
|
-
liveStoreVersion: Schema.Literal<["0.3.0
|
|
212
|
+
liveStoreVersion: Schema.Literal<["0.3.0"]>;
|
|
213
213
|
}, typeof Schema.Void, typeof UnexpectedError>;
|
|
214
214
|
export class InitialMessage extends InitialMessage_base_2 {
|
|
215
215
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/adapter-web",
|
|
3
|
-
"version": "0.0.0-snapshot-
|
|
3
|
+
"version": "0.0.0-snapshot-270572d11b5bcd2ab992fbd4f99bf47fc385df00",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@opentelemetry/api": "1.9.0",
|
|
54
|
-
"@livestore/common": "0.0.0-snapshot-
|
|
55
|
-
"@livestore/devtools-web-common": "0.0.0-snapshot-
|
|
56
|
-
"@livestore/sqlite-wasm": "0.0.0-snapshot-
|
|
57
|
-
"@livestore/utils": "0.0.0-snapshot-
|
|
58
|
-
"@livestore/webmesh": "0.0.0-snapshot-
|
|
54
|
+
"@livestore/common": "0.0.0-snapshot-270572d11b5bcd2ab992fbd4f99bf47fc385df00",
|
|
55
|
+
"@livestore/devtools-web-common": "0.0.0-snapshot-270572d11b5bcd2ab992fbd4f99bf47fc385df00",
|
|
56
|
+
"@livestore/sqlite-wasm": "0.0.0-snapshot-270572d11b5bcd2ab992fbd4f99bf47fc385df00",
|
|
57
|
+
"@livestore/utils": "0.0.0-snapshot-270572d11b5bcd2ab992fbd4f99bf47fc385df00",
|
|
58
|
+
"@livestore/webmesh": "0.0.0-snapshot-270572d11b5bcd2ab992fbd4f99bf47fc385df00"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/chrome": "^0.0.304",
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"src",
|
|
68
68
|
"dist"
|
|
69
69
|
],
|
|
70
|
+
"license": "Apache-2.0",
|
|
70
71
|
"publishConfig": {
|
|
71
72
|
"access": "public"
|
|
72
73
|
},
|