@evolu/react 8.1.0 → 8.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/README.md CHANGED
@@ -12,4 +12,4 @@ The Evolu community is on [GitHub Discussions](https://github.com/evoluhq/evolu/
12
12
 
13
13
  To chat with other community members, you can join the [Evolu Discord](https://discord.gg/2J8yyyyxtZ).
14
14
 
15
- [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/evoluhq.svg?style=social&label=Follow%20%40evoluhq)](https://twitter.com/evoluhq)
15
+ [![Twitter URL](https://img.shields.io/twitter/url/https/x.com/evoluhq.svg?style=social&label=Follow%20%40evoluhq)](https://x.com/evoluhq)
package/dist/index.d.ts CHANGED
@@ -29,6 +29,6 @@ export declare const
29
29
  *
30
30
  * const evolu = E.createEvolu(Database);
31
31
  */
32
- createEvolu: <T extends import("@evolu/common").EvoluSchema, I>(schema: import("@effect/schema/Schema").Schema<T, I, never>, config?: Partial<import("@evolu/common").EvoluConfig<T>> | undefined) => import("@evolu/common").Evolu<T>;
32
+ createEvolu: <T extends import("@evolu/common").EvoluSchema, I>(schema: import("@effect/schema/Schema").Schema<T, I>, config?: Partial<import("@evolu/common").EvoluConfig<T>>) => import("@evolu/common").Evolu<T>;
33
33
  export * from "@evolu/common-react";
34
34
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAMA,cAAc,sBAAsB,CAAC;AASrC,eAAO;AACL;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,WAAW,2NAC8D,CAAC;AAE5E,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAMA,cAAc,sBAAsB,CAAC;AASrC,eAAO;AACL;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,WAAW,wMAC8D,CAAC;AAE5E,cAAc,qBAAqB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evolu/react",
3
- "version": "8.1.0",
3
+ "version": "8.2.1",
4
4
  "description": "Evolu for React",
5
5
  "keywords": [
6
6
  "evolu",
@@ -33,24 +33,24 @@
33
33
  "eslint": "^8.57.0",
34
34
  "react-dom": "^18.3.1",
35
35
  "typescript": "^5.4.5",
36
- "vitest": "^1.6.0",
37
- "@evolu/common": "5.2.0",
38
- "@evolu/common-react": "8.0.5",
39
- "@evolu/common-web": "8.1.0",
36
+ "vitest": "^2.0.0",
37
+ "@evolu/common": "5.4.5",
38
+ "@evolu/common-react": "8.1.1",
39
+ "@evolu/common-web": "8.2.2",
40
40
  "@evolu/tsconfig": "0.0.2",
41
41
  "eslint-config-evolu": "1.0.0"
42
42
  },
43
43
  "peerDependencies": {
44
- "@evolu/common": "^5.2.0",
45
- "@evolu/common-react": "^8.0.5",
46
- "@evolu/common-web": "^8.1.0",
44
+ "@evolu/common": "^5.4.5",
45
+ "@evolu/common-react": "^8.1.1",
46
+ "@evolu/common-web": "^8.2.2",
47
47
  "react-dom": "^18.2.0"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
52
  "engines": {
53
- "node": ">=18.16"
53
+ "node": ">=20.0.0"
54
54
  },
55
55
  "sideEffects": [],
56
56
  "scripts": {