@quiltt/react-native 3.7.4 → 3.8.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/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @quiltt/react-native
2
2
 
3
+ ## 3.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#298](https://github.com/quiltt/quiltt-js/pull/298) [`134b294`](https://github.com/quiltt/quiltt-js/commit/134b294019c3bdbccc1f4b5cf9af38d43ea5b3ac) Thanks [@zubairaziz](https://github.com/zubairaziz)! - - Update dependencies
8
+ - Update expo-react-native implementation
9
+ - Reorganize test files
10
+ - Fix security vulnerabilities
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`134b294`](https://github.com/quiltt/quiltt-js/commit/134b294019c3bdbccc1f4b5cf9af38d43ea5b3ac)]:
15
+ - @quiltt/react@3.8.0
16
+ - @quiltt/core@3.8.0
17
+
3
18
  ## 3.7.4
4
19
 
5
20
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -11,7 +11,7 @@ var reactNativeWebview = require('react-native-webview');
11
11
  var util = require('@honeybadger-io/core/build/src/util');
12
12
 
13
13
  // Generated by genversion.
14
- const version = '3.7.4';
14
+ const version = '3.8.0';
15
15
 
16
16
  const ErrorReporterConfig = {
17
17
  honeybadger_api_key: 'undefined'
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ import { WebView } from 'react-native-webview';
10
10
  import { generateStackTrace, makeBacktrace, getCauses } from '@honeybadger-io/core/build/src/util';
11
11
 
12
12
  // Generated by genversion.
13
- const version = '3.7.4';
13
+ const version = '3.8.0';
14
14
 
15
15
  const ErrorReporterConfig = {
16
16
  honeybadger_api_key: 'undefined'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltt/react-native",
3
- "version": "3.7.4",
3
+ "version": "3.8.0",
4
4
  "description": "React Native components for Quiltt Connector",
5
5
  "homepage": "https://github.com/quiltt/quiltt-js/tree/main/packages/react-native#readme",
6
6
  "repository": {
@@ -18,7 +18,8 @@
18
18
  "default": "./dist/index.cjs"
19
19
  }
20
20
  },
21
- "main": "./dist/index.js",
21
+ "main": "./dist/index.cjs",
22
+ "module": "./dist/index.js",
22
23
  "types": "./dist/index.d.ts",
23
24
  "files": [
24
25
  "dist/**",
@@ -27,29 +28,29 @@
27
28
  ],
28
29
  "dependencies": {
29
30
  "@honeybadger-io/core": "6.6.0",
30
- "base-64": "1.0.0",
31
- "react-native-url-polyfill": "2.0.0",
32
- "react-native-webview": "13.10.7",
33
- "@quiltt/core": "3.7.4",
34
- "@quiltt/react": "3.7.4"
31
+ "@quiltt/core": "3.8.0",
32
+ "@quiltt/react": "3.8.0"
35
33
  },
36
34
  "devDependencies": {
37
- "@apollo/client": "3.9.11",
38
- "@biomejs/biome": "1.8.3",
35
+ "@biomejs/biome": "1.9.4",
39
36
  "@types/base-64": "1.0.2",
40
- "@types/node": "22.4.1",
41
- "@types/react": "18.3.3",
37
+ "@types/node": "22.9.0",
38
+ "@types/react": "18.3.12",
39
+ "base-64": "1.0.0",
42
40
  "bunchee": "5.3.2",
43
41
  "react": "18.3.1",
42
+ "react-native": "0.76.1",
43
+ "react-native-url-polyfill": "2.0.0",
44
+ "react-native-webview": "13.12.3",
44
45
  "rimraf": "6.0.1",
45
- "typescript": "5.5.4"
46
+ "typescript": "5.6.3"
46
47
  },
47
48
  "peerDependencies": {
48
- "base-64": "*",
49
- "react": "^18.2.0",
50
- "react-native": "^0.72.5",
51
- "react-native-url-polyfill": "*",
52
- "react-native-webview": "^13.0.0"
49
+ "base-64": "^1.0.0",
50
+ "react": ">=18.2.0",
51
+ "react-native": ">=0.72.0",
52
+ "react-native-url-polyfill": "^2.0.0",
53
+ "react-native-webview": ">=13.0.0"
53
54
  },
54
55
  "publishConfig": {
55
56
  "access": "public"
@@ -60,7 +61,7 @@
60
61
  "build": "pnpm run addApiKey && pnpm run addVersion && bunchee",
61
62
  "clean": "rimraf .turbo dist",
62
63
  "dev": "bunchee --watch",
63
- "lint": "TIMING=1 biome check src/ --fix",
64
+ "lint": "TIMING=1 biome check src/ tests/ --fix",
64
65
  "typecheck": "tsc --project tsconfig.json --noEmit"
65
66
  }
66
67
  }
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '3.7.4'
2
+ export const version = '3.8.0'