@livestore/utils 0.0.48 → 0.0.50

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.
Files changed (1) hide show
  1. package/package.json +41 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livestore/utils",
3
- "version": "0.0.48",
3
+ "version": "0.0.50",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -32,21 +32,53 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
+ "date-fns": "^3.6.0",
36
+ "otel-websocket-exporter": "^0.0.29",
37
+ "pretty-bytes": "^6.1.1",
38
+ "effect-db-schema": "0.0.50"
39
+ },
40
+ "peerDependencies": {
35
41
  "@effect/experimental": "^0.16.24",
36
42
  "@effect/opentelemetry": "^0.34.17",
43
+ "@effect/platform": "^0.57.0",
44
+ "@effect/platform-browser": "^0.36.0",
45
+ "@effect/schema": "^0.67.22",
46
+ "@opentelemetry/api": "^1.9.0",
47
+ "effect": "^3.3.1"
48
+ },
49
+ "peerDependenciesMeta": {
50
+ "@effect/experimental": {
51
+ "optional": true
52
+ },
53
+ "@effect/opentelemetry": {
54
+ "optional": true
55
+ },
56
+ "@effect/platform": {
57
+ "optional": true
58
+ },
59
+ "@effect/platform-browser": {
60
+ "optional": true
61
+ },
62
+ "@effect/schema": {
63
+ "optional": true
64
+ },
65
+ "@opentelemetry/api": {
66
+ "optional": true
67
+ },
68
+ "effect": {
69
+ "optional": true
70
+ }
71
+ },
72
+ "devDependencies": {
73
+ "@effect/experimental": "0.16.25",
74
+ "@effect/opentelemetry": "0.34.18",
37
75
  "@effect/platform": "0.57.0",
38
76
  "@effect/platform-browser": "0.36.0",
39
77
  "@effect/schema": "0.67.22",
40
78
  "@opentelemetry/api": "^1.9.0",
41
- "date-fns": "^3.6.0",
42
- "effect": "3.3.1",
43
- "otel-websocket-exporter": "^0.0.29",
44
- "pretty-bytes": "^6.1.1",
45
- "effect-db-schema": "0.0.48"
46
- },
47
- "devDependencies": {
48
79
  "@types/node": "^20.12.11",
49
- "@types/web": "^0.0.148"
80
+ "@types/web": "^0.0.148",
81
+ "effect": "3.3.1"
50
82
  },
51
83
  "publishConfig": {
52
84
  "access": "public"