@momo-kits/webview 0.158.1-beta.2 → 0.160.1-rn.84

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.
Files changed (1) hide show
  1. package/package.json +37 -36
package/package.json CHANGED
@@ -1,17 +1,35 @@
1
1
  {
2
2
  "name": "@momo-kits/webview",
3
- "version": "0.158.1-beta.2",
3
+ "version": "0.160.1-rn.84",
4
4
  "description": "React Native WebView component for iOS, Android, macOS, and Windows",
5
- "main": "index.js",
6
- "main-internal": "src/index.ts",
7
- "react-native": "src/index.ts",
8
- "typings": "index.d.ts",
5
+ "homepage": "https://github.com/react-native-webview/react-native-webview#readme",
6
+ "license": "MIT",
9
7
  "author": "Jamon Holmgren <jamon@infinite.red>",
10
8
  "contributors": [
11
9
  "Thibault Malbranche <malbranche.thibault@gmail.com>"
12
10
  ],
13
- "license": "MIT",
14
- "homepage": "https://github.com/react-native-webview/react-native-webview#readme",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/react-native-webview/react-native-webview.git"
14
+ },
15
+ "files": [
16
+ "android/src",
17
+ "android/build.gradle",
18
+ "android/gradle.properties",
19
+ "apple",
20
+ "ios",
21
+ "macos",
22
+ "windows",
23
+ "lib",
24
+ "src",
25
+ "index.js",
26
+ "index.d.ts",
27
+ "react-native-webview.podspec",
28
+ "react-native.config.js"
29
+ ],
30
+ "main": "index.js",
31
+ "typings": "index.d.ts",
32
+ "react-native": "src/index.ts",
15
33
  "scripts": {
16
34
  "android": "react-native run-android",
17
35
  "ios": "react-native run-ios",
@@ -25,14 +43,6 @@
25
43
  "prepare:types": "tsc --noEmit false --emitDeclarationOnly --declaration --rootDir src --outDir lib",
26
44
  "prepare": "echo"
27
45
  },
28
- "rn-docs": {
29
- "title": "Webview",
30
- "type": "Component"
31
- },
32
- "peerDependencies": {
33
- "react": "*",
34
- "react-native": "*"
35
- },
36
46
  "dependencies": {
37
47
  "escape-string-regexp": "^4.0.0",
38
48
  "invariant": "2.2.4"
@@ -58,33 +68,20 @@
58
68
  "eslint": "8.57.0",
59
69
  "jest": "^29.6.3",
60
70
  "prettier": "2.8.8",
61
- "react": "18.2.0",
62
- "react-native": "0.80.1",
71
+ "react": "19.2.3",
72
+ "react-native": "0.84.1",
63
73
  "selenium-appium": "1.0.2",
64
74
  "selenium-webdriver": "4.0.0-alpha.7",
65
75
  "semantic-release": "15.13.24",
66
76
  "typescript": "5.1.3",
67
77
  "winappdriver": "^0.0.7"
68
78
  },
69
- "repository": {
70
- "type": "git",
71
- "url": "https://github.com/react-native-webview/react-native-webview.git"
79
+ "peerDependencies": {
80
+ "react": "*",
81
+ "react-native": "*",
82
+ "react-native-webview": "13.15.0"
72
83
  },
73
- "files": [
74
- "android/src",
75
- "android/build.gradle",
76
- "android/gradle.properties",
77
- "apple",
78
- "ios",
79
- "macos",
80
- "windows",
81
- "lib",
82
- "src",
83
- "index.js",
84
- "index.d.ts",
85
- "react-native-webview.podspec",
86
- "react-native.config.js"
87
- ],
84
+ "packageManager": "yarn@1.22.19",
88
85
  "codegenConfig": {
89
86
  "name": "RNCWebViewSpec",
90
87
  "type": "all",
@@ -101,5 +98,9 @@
101
98
  }
102
99
  }
103
100
  },
104
- "packageManager": "yarn@1.22.19"
101
+ "main-internal": "src/index.ts",
102
+ "rn-docs": {
103
+ "title": "Webview",
104
+ "type": "Component"
105
+ }
105
106
  }