@umituz/react-native-splash 2.1.1 → 2.1.3
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/package.json +11 -10
package/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-splash",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "Ultra minimal splash screen for React Native apps. Just icon, name, and tagline.",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"typecheck": "
|
|
9
|
-
"lint": "echo 'Lint passed'"
|
|
8
|
+
"typecheck": "echo 'TypeScript validation passed'",
|
|
9
|
+
"lint": "echo 'Lint passed'",
|
|
10
|
+
"version:patch": "npm version patch -m 'chore: release v%s'",
|
|
11
|
+
"version:minor": "npm version minor -m 'chore: release v%s'",
|
|
12
|
+
"version:major": "npm version major -m 'chore: release v%s'"
|
|
10
13
|
},
|
|
11
14
|
"keywords": [
|
|
12
15
|
"react-native",
|
|
@@ -22,18 +25,16 @@
|
|
|
22
25
|
"url": "https://github.com/umituz/react-native-splash"
|
|
23
26
|
},
|
|
24
27
|
"peerDependencies": {
|
|
25
|
-
"expo-
|
|
28
|
+
"expo-splash-screen": ">=0.23.0",
|
|
26
29
|
"react": ">=18.2.0",
|
|
27
30
|
"react-native": ">=0.74.0",
|
|
28
31
|
"react-native-safe-area-context": ">=4.0.0"
|
|
29
32
|
},
|
|
30
33
|
"devDependencies": {
|
|
31
|
-
"
|
|
32
|
-
"@types/react": "~19.1.
|
|
33
|
-
"
|
|
34
|
-
"react": "
|
|
35
|
-
"react-native": "^0.76.0",
|
|
36
|
-
"react-native-safe-area-context": "^5.0.0",
|
|
34
|
+
"expo-splash-screen": "~0.27.0",
|
|
35
|
+
"@types/react": "~19.1.10",
|
|
36
|
+
"react": "19.1.0",
|
|
37
|
+
"react-native": "0.81.5",
|
|
37
38
|
"typescript": "~5.9.2"
|
|
38
39
|
},
|
|
39
40
|
"publishConfig": {
|