@livestore/livestore 0.3.0-dev.41 → 0.3.0-dev.44
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.
@@ -123,16 +123,16 @@ export declare const tables: {
|
|
123
123
|
};
|
124
124
|
}>;
|
125
125
|
};
|
126
|
-
export declare const state: import("@livestore/
|
126
|
+
export declare const state: import("@livestore/livestore").InternalState;
|
127
127
|
export declare const schema: import("@livestore/livestore").FromInputSchema.DeriveSchema<{
|
128
|
-
state: import("@livestore/
|
128
|
+
state: import("@livestore/livestore").InternalState;
|
129
129
|
events: {};
|
130
130
|
}>;
|
131
131
|
export declare const makeTodoMvc: ({ otelTracer, otelContext, }?: {
|
132
132
|
otelTracer?: otel.Tracer;
|
133
133
|
otelContext?: otel.Context;
|
134
134
|
}) => Effect.Effect<import("@livestore/livestore").Store<import("@livestore/livestore").FromInputSchema.DeriveSchema<{
|
135
|
-
state: import("@livestore/
|
135
|
+
state: import("@livestore/livestore").InternalState;
|
136
136
|
events: {};
|
137
137
|
}>, {}>, import("@livestore/common").UnexpectedError, import("effect/Scope").Scope>;
|
138
138
|
//# sourceMappingURL=fixture.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"fixture.d.ts","sourceRoot":"","sources":["../../../src/utils/tests/fixture.ts"],"names":[],"mappings":"AAEA,OAAO,EAA2B,KAAK,EAAE,MAAM,sBAAsB,CAAA;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAA;AACxD,OAAO,KAAK,KAAK,IAAI,MAAM,oBAAoB,CAAA;AAE/C,MAAM,MAAM,IAAI,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAA;AAEnD,MAAM,MAAM,QAAQ,GAAG;IACrB,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;CACf,CAAA;AAED,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAOhB,CAAA;AAEF,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;EAOd,CAAA;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiB,CAAA;AAEpC,eAAO,MAAM,KAAK,
|
1
|
+
{"version":3,"file":"fixture.d.ts","sourceRoot":"","sources":["../../../src/utils/tests/fixture.ts"],"names":[],"mappings":"AAEA,OAAO,EAA2B,KAAK,EAAE,MAAM,sBAAsB,CAAA;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAA;AACxD,OAAO,KAAK,KAAK,IAAI,MAAM,oBAAoB,CAAA;AAE/C,MAAM,MAAM,IAAI,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAA;AAEnD,MAAM,MAAM,QAAQ,GAAG;IACrB,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;CACf,CAAA;AAED,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAOhB,CAAA;AAEF,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;EAOd,CAAA;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiB,CAAA;AAEpC,eAAO,MAAM,KAAK,8CAAwD,CAAA;AAC1E,eAAO,MAAM,MAAM;;;EAAoC,CAAA;AAEvD,eAAO,MAAM,WAAW,GAAI,+BAGzB;IACD,UAAU,CAAC,EAAE,IAAI,CAAC,MAAM,CAAA;IACxB,WAAW,CAAC,EAAE,IAAI,CAAC,OAAO,CAAA;CACtB;;;mFAU4E,CAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@livestore/livestore",
|
3
|
-
"version": "0.3.0-dev.
|
3
|
+
"version": "0.3.0-dev.44",
|
4
4
|
"type": "module",
|
5
5
|
"sideEffects": false,
|
6
6
|
"exports": {
|
@@ -37,17 +37,17 @@
|
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
39
|
"@opentelemetry/api": "1.9.0",
|
40
|
-
"@livestore/common": "0.3.0-dev.
|
41
|
-
"@livestore/utils": "0.3.0-dev.
|
40
|
+
"@livestore/common": "0.3.0-dev.44",
|
41
|
+
"@livestore/utils": "0.3.0-dev.44"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
44
|
"@opentelemetry/sdk-trace-base": "^2.0.0",
|
45
45
|
"jsdom": "^26.0.0",
|
46
46
|
"typescript": "^5.8.3",
|
47
|
-
"vite": "^6.
|
48
|
-
"vitest": "^3.1.
|
49
|
-
"@livestore/
|
50
|
-
"@livestore/
|
47
|
+
"vite": "^6.3.4",
|
48
|
+
"vitest": "^3.1.2",
|
49
|
+
"@livestore/adapter-web": "0.3.0-dev.44",
|
50
|
+
"@livestore/utils-dev": "0.3.0-dev.44"
|
51
51
|
},
|
52
52
|
"files": [
|
53
53
|
"package.json",
|