@mediacubeco/expo-template-fsd 2.1.1 → 2.1.2

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 (2) hide show
  1. package/.gitignore +4 -6
  2. package/package.json +7 -7
package/.gitignore CHANGED
@@ -3,14 +3,12 @@ node_modules/
3
3
  yarn-debug.*
4
4
  yarn-error.*
5
5
 
6
- # expo
7
- .expo/
8
- dist/
9
- web-build/
10
-
11
- # native
6
+ # build
12
7
  /ios
13
8
  /android
9
+ dist/
10
+ web-build/
11
+ .expo/
14
12
  .kotlin/
15
13
  .DS_Store
16
14
  .metro-health-check*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "private": false,
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "name": "@mediacubeco/expo-template-fsd",
5
5
  "description": "Application by Mediacube developers",
6
6
  "license": "MIT",
@@ -70,9 +70,9 @@
70
70
  "react-native-svg": "15.15.4",
71
71
  "react-native-web": "^0.21.0",
72
72
  "react-native-worklets": "0.8.3",
73
- "@mediacubeco/base-react-native": "2.1.0",
74
73
  "@mediacubeco/base": "2.1.0",
75
- "@mediacubeco/base-react": "2.1.0"
74
+ "@mediacubeco/base-react": "2.1.0",
75
+ "@mediacubeco/base-react-native": "2.1.0"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@types/react": "^19.2.0",
@@ -81,15 +81,15 @@
81
81
  "husky": "^9.1.7",
82
82
  "prettier": "^3.8.1",
83
83
  "typescript": "^6.0.3",
84
- "@mediacubeco/eslint-config-fsd": "2.1.0",
85
84
  "@mediacubeco/eslint-config": "2.1.0",
86
- "@mediacubeco/eslint-config-react": "2.1.0",
85
+ "@mediacubeco/eslint-config-fsd": "2.1.0",
87
86
  "@mediacubeco/eslint-config-react-native": "2.1.0",
88
87
  "@mediacubeco/prettier-config-fsd": "2.1.0",
89
- "@mediacubeco/prettier-config": "2.1.0",
90
88
  "@mediacubeco/typescript-config": "2.1.0",
91
- "@mediacubeco/typescript-config-fsd": "2.1.0",
89
+ "@mediacubeco/prettier-config": "2.1.0",
90
+ "@mediacubeco/eslint-config-react": "2.1.0",
92
91
  "@mediacubeco/typescript-config-react": "2.1.0",
92
+ "@mediacubeco/typescript-config-fsd": "2.1.0",
93
93
  "@mediacubeco/typescript-config-react-native": "2.1.0"
94
94
  },
95
95
  "scripts": {