@duffel/react-native-components-assistant 0.6.0 → 1.0.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
@@ -1,6 +1,6 @@
1
1
  # @duffel/react-native-components-assistant
2
2
 
3
- UI component for getting travel support in your react native app with the Duffel Assistant.
3
+ UI component for getting travel support in your React Native app with the Duffel Assistant.
4
4
 
5
5
  ## Installation
6
6
 
@@ -79,7 +79,7 @@ const styles = StyleSheet.create({
79
79
  paddingTop: 50
80
80
  },
81
81
  webView: {
82
- paddingBottom: 7
82
+ paddingBottom: 34
83
83
  }
84
84
  });
85
85
  //# sourceMappingURL=DuffelAssistantForiOS.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duffel/react-native-components-assistant",
3
- "version": "0.6.0",
3
+ "version": "1.0.1",
4
4
  "description": "Duffel Assistant component in React Native",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
@@ -32,7 +32,6 @@
32
32
  "!**/.*"
33
33
  ],
34
34
  "scripts": {
35
- "example": "yarn workspace duffel-react-native-components-assistant-example",
36
35
  "test": "jest --passWithNoTests",
37
36
  "typecheck": "tsc",
38
37
  "lint": "eslint \"**/*.{js,ts,tsx}\"",
@@ -62,16 +61,16 @@
62
61
  "@commitlint/config-conventional": "20.4.4",
63
62
  "@eslint/compat": "1.2.7",
64
63
  "@eslint/eslintrc": "3.3.0",
65
- "@eslint/js": "9.22.0",
64
+ "@eslint/js": "9.39.4",
66
65
  "@evilmartians/lefthook": "1.5.0",
67
66
  "@react-native/babel-preset": "0.78.2",
68
67
  "@react-native/eslint-config": "0.78.0",
69
- "@release-it/conventional-changelog": "10.0.6",
68
+ "@release-it/conventional-changelog": "11.0.0",
70
69
  "@types/jest": "29.5.14",
71
70
  "@types/react": "19.1.10",
72
71
  "commitlint": "20.4.4",
73
72
  "del-cli": "5.1.0",
74
- "eslint": "9.22.0",
73
+ "eslint": "9.39.4",
75
74
  "eslint-config-prettier": "10.1.1",
76
75
  "eslint-plugin-prettier": "5.2.3",
77
76
  "jest": "29.7.0",
@@ -80,7 +79,7 @@
80
79
  "react-native": "0.81.5",
81
80
  "react-native-builder-bob": "0.39.0",
82
81
  "react-native-webview": "13.15.0",
83
- "release-it": "19.2.4",
82
+ "release-it": "20.0.1",
84
83
  "typescript": "5.9.2"
85
84
  },
86
85
  "peerDependencies": {
@@ -88,14 +87,10 @@
88
87
  "react-native": "*",
89
88
  "react-native-webview": "*"
90
89
  },
91
- "workspaces": [
92
- "example"
93
- ],
94
90
  "packageManager": "yarn@3.6.1",
95
91
  "jest": {
96
92
  "preset": "react-native",
97
93
  "modulePathIgnorePatterns": [
98
- "<rootDir>/example/node_modules",
99
94
  "<rootDir>/lib/"
100
95
  ]
101
96
  },
@@ -96,6 +96,6 @@ const styles = StyleSheet.create({
96
96
  paddingTop: 50,
97
97
  },
98
98
  webView: {
99
- paddingBottom: 7,
99
+ paddingBottom: 34,
100
100
  },
101
101
  });