@evolu/common 2.2.0 → 2.2.1
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/dist/src/Protobuf.js +1 -1
- package/package.json +4 -4
- package/src/Protobuf.ts +1 -1
package/dist/src/Protobuf.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
// @generated by protobuf-ts 2.9.
|
|
2
|
+
// @generated by protobuf-ts 2.9.3 with parameter eslint_disable,optimize_code_size
|
|
3
3
|
// @generated from protobuf file "Protobuf.proto" (syntax proto3)
|
|
4
4
|
// tslint:disable
|
|
5
5
|
import { MessageType } from "@protobuf-ts/runtime";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evolu/common",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
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",
|
|
@@ -46,15 +46,15 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@noble/ciphers": "^0.4.0",
|
|
48
48
|
"@noble/hashes": "^1.3.2",
|
|
49
|
-
"@protobuf-ts/runtime": "2.9.
|
|
49
|
+
"@protobuf-ts/runtime": "^2.9.3",
|
|
50
50
|
"@scure/bip39": "^1.2.1",
|
|
51
51
|
"kysely": "^0.26.3",
|
|
52
52
|
"nanoid": "^5.0.4"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@effect/schema": "0.52.0",
|
|
56
|
-
"@protobuf-ts/plugin": "2.9.
|
|
57
|
-
"@protobuf-ts/protoc": "2.9.
|
|
56
|
+
"@protobuf-ts/plugin": "^2.9.3",
|
|
57
|
+
"@protobuf-ts/protoc": "^2.9.3",
|
|
58
58
|
"array-shuffle": "^3.0.0",
|
|
59
59
|
"effect": "2.0.0-next.59",
|
|
60
60
|
"eslint": "^8.54.0",
|
package/src/Protobuf.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
// @generated by protobuf-ts 2.9.
|
|
2
|
+
// @generated by protobuf-ts 2.9.3 with parameter eslint_disable,optimize_code_size
|
|
3
3
|
// @generated from protobuf file "Protobuf.proto" (syntax proto3)
|
|
4
4
|
// tslint:disable
|
|
5
5
|
import { MessageType } from "@protobuf-ts/runtime";
|