@evolu/react 8.0.2 → 8.1.0

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/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- export { parseMnemonic } from "@evolu/common-web";
2
1
  export * from "@evolu/common/public";
3
2
  export declare const
4
3
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,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,2NAC8D,CAAC;AAE5E,cAAc,qBAAqB,CAAC"}
package/dist/index.js CHANGED
@@ -3,7 +3,6 @@ import { EvoluFactoryWeb } from "@evolu/common-web";
3
3
  import * as Effect from "effect/Effect";
4
4
  import * as Layer from "effect/Layer";
5
5
  import { flushSync } from "react-dom";
6
- export { parseMnemonic } from "@evolu/common-web";
7
6
  export * from "@evolu/common/public";
8
7
  const EvoluFactoryWebReact = EvoluFactoryWeb.pipe(Layer.provide(Layer.succeed(FlushSync, flushSync)));
9
8
  // JSDoc doesn't support destructured parameters, so we must copy-paste
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evolu/react",
3
- "version": "8.0.2",
3
+ "version": "8.1.0",
4
4
  "description": "Evolu for React",
5
5
  "keywords": [
6
6
  "evolu",
@@ -34,16 +34,16 @@
34
34
  "react-dom": "^18.3.1",
35
35
  "typescript": "^5.4.5",
36
36
  "vitest": "^1.6.0",
37
- "@evolu/common": "5.1.1",
38
- "@evolu/common-react": "8.0.4",
39
- "@evolu/common-web": "8.0.2",
37
+ "@evolu/common": "5.2.0",
38
+ "@evolu/common-react": "8.0.5",
39
+ "@evolu/common-web": "8.1.0",
40
40
  "@evolu/tsconfig": "0.0.2",
41
41
  "eslint-config-evolu": "1.0.0"
42
42
  },
43
43
  "peerDependencies": {
44
- "@evolu/common": "^5.1.1",
45
- "@evolu/common-react": "^8.0.4",
46
- "@evolu/common-web": "^8.0.2",
44
+ "@evolu/common": "^5.2.0",
45
+ "@evolu/common-react": "^8.0.5",
46
+ "@evolu/common-web": "^8.1.0",
47
47
  "react-dom": "^18.2.0"
48
48
  },
49
49
  "publishConfig": {
package/src/index.ts CHANGED
@@ -4,7 +4,6 @@ import * as Effect from "effect/Effect";
4
4
  import * as Layer from "effect/Layer";
5
5
  import { flushSync } from "react-dom";
6
6
 
7
- export { parseMnemonic } from "@evolu/common-web";
8
7
  export * from "@evolu/common/public";
9
8
 
10
9
  const EvoluFactoryWebReact = EvoluFactoryWeb.pipe(