jazz-react-native 0.8.3 → 0.8.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,8 @@
1
+
2
+ > jazz-react-native@0.8.3 build /Users/anselm/jazz/jazz/packages/jazz-react-native
3
+ > npm run lint && rm -rf ./dist && tsc --sourceMap --outDir dist
4
+
5
+
6
+ > jazz-react-native@0.8.3 lint
7
+ > eslint . --ext ts,tsx
8
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # jazz-browser
2
2
 
3
+ ## 0.8.5
4
+
5
+ ### Patch Changes
6
+
7
+ - c3f4e6b: Fix order of exports fields in package.json
8
+ - Updated dependencies [c3f4e6b]
9
+ - Updated dependencies [d9152ed]
10
+ - jazz-tools@0.8.5
11
+ - cojson@0.8.5
12
+ - cojson-transport-ws@0.8.5
13
+
3
14
  ## 0.8.3
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-react-native",
3
- "version": "0.8.3",
3
+ "version": "0.8.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -9,17 +9,17 @@
9
9
  "exports": {
10
10
  ".": {
11
11
  "react-native": "./dist/index.js",
12
- "default": "./dist/index.js",
13
- "types": "./dist/index.d.ts"
12
+ "types": "./dist/index.d.ts",
13
+ "default": "./dist/index.js"
14
14
  }
15
15
  },
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
18
  "@scure/bip39": "^1.3.0",
19
19
  "typescript": "^5.3.3",
20
- "cojson": "0.8.3",
21
- "cojson-transport-ws": "0.8.3",
22
- "jazz-tools": "0.8.3"
20
+ "cojson": "0.8.5",
21
+ "cojson-transport-ws": "0.8.5",
22
+ "jazz-tools": "0.8.5"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@react-native-community/netinfo": "^11.4.1",