@evolu/common 1.0.4 → 1.0.6

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 (2) hide show
  1. package/README.md +0 -14
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -156,20 +156,6 @@ To chat with other community members, you can join the [Evolu Discord](https://d
156
156
 
157
157
  [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/evoluhq.svg?style=social&label=Follow%20%40evoluhq)](https://twitter.com/evoluhq)
158
158
 
159
- ## FAQ
160
-
161
- ### Is Evolu ready for production?
162
-
163
- Yes. Evolu is stable.
164
-
165
- ### What is the SQLite database size limit?
166
-
167
- [Storage quotas and eviction criteria](https://developer.mozilla.org/en-US/docs/Web/API/Storage_API/Storage_quotas_and_eviction_criteria)
168
-
169
- ### How can I check the current database filesize?
170
-
171
- Use OPFS Explorer Chrome DevTools extension.
172
-
173
159
  ## Contributing
174
160
 
175
161
  Evolu monorepo uses [pnpm](https://pnpm.io).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evolu/common",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Local-first platform designed for privacy, ease of use, and no vendor lock-in to sync and backup people's lifetime data",
5
5
  "keywords": [
6
6
  "evolu",
@@ -42,11 +42,11 @@
42
42
  "nanoid": "^5.0.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@effect/schema": "^0.39.2",
45
+ "@effect/schema": "^0.41.0",
46
46
  "@protobuf-ts/plugin": "^2.9.1",
47
47
  "@protobuf-ts/protoc": "^2.9.1",
48
48
  "array-shuffle": "^3.0.0",
49
- "effect": "2.0.0-next.42",
49
+ "effect": "^2.0.0-next.46",
50
50
  "eslint": "^8.50.0",
51
51
  "typescript": "^5.2.2",
52
52
  "vitest": "^0.34.6",
@@ -54,8 +54,8 @@
54
54
  "eslint-config-evolu": "0.0.2"
55
55
  },
56
56
  "peerDependencies": {
57
- "@effect/schema": "^0.39.2",
58
- "effect": "2.0.0-next.42"
57
+ "@effect/schema": "^0.41.0",
58
+ "effect": "^2.0.0-next.46"
59
59
  },
60
60
  "publishConfig": {
61
61
  "access": "public"