@evolu/common 1.0.5 → 1.0.7
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/README.md +0 -14
- package/package.json +6 -6
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
|
[](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.
|
|
3
|
+
"version": "1.0.7",
|
|
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,20 +42,20 @@
|
|
|
42
42
|
"nanoid": "^5.0.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@effect/schema": "^0.
|
|
45
|
+
"@effect/schema": "^0.42.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.
|
|
50
|
-
"eslint": "^8.
|
|
49
|
+
"effect": "2.0.0-next.47",
|
|
50
|
+
"eslint": "^8.51.0",
|
|
51
51
|
"typescript": "^5.2.2",
|
|
52
52
|
"vitest": "^0.34.6",
|
|
53
53
|
"@evolu/tsconfig": "0.0.2",
|
|
54
54
|
"eslint-config-evolu": "0.0.2"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@effect/schema": "^0.
|
|
58
|
-
"effect": "2.0.0-next.
|
|
57
|
+
"@effect/schema": "^0.42.0",
|
|
58
|
+
"effect": "2.0.0-next.47"
|
|
59
59
|
},
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|