@sleeperhq/mini-core 0.0.2 → 0.0.4
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/mini_packages.json +2 -2
- package/package.json +14 -14
- package/webpack.config.js +3 -5
package/mini_packages.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@react-navigation/native": "6.1.17",
|
|
20
20
|
"@react-navigation/stack": "6.4.0",
|
|
21
21
|
"@shopify/flash-list": "1.7.0",
|
|
22
|
-
"@sleeperhq/mini-core": "0.0.
|
|
22
|
+
"@sleeperhq/mini-core": "0.0.3",
|
|
23
23
|
"amazon-cognito-identity-js": "6.3.2",
|
|
24
24
|
"crypto-js": "3.3.0",
|
|
25
25
|
"decimal.js-light": "2.5.1",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"path": "0.12.7",
|
|
29
29
|
"react": "18.3.1",
|
|
30
30
|
"react-freeze": "1.0.4",
|
|
31
|
-
"react-native": "0.76.
|
|
31
|
+
"react-native": "0.76.3",
|
|
32
32
|
"react-native-action-sheet": "2.2.0",
|
|
33
33
|
"react-native-animatable": "1.3.3",
|
|
34
34
|
"react-native-check-version": "1.0.20",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sleeperhq/mini-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Core library frameworks for developing Sleeper Mini Apps.",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
"@babel/plugin-transform-runtime": "7.25.9",
|
|
38
38
|
"@babel/runtime": "7.26.0",
|
|
39
39
|
"@callstack/repack": "blitzstudios/repack.git#callstack-repack-v0.5.3-gitpkg",
|
|
40
|
-
"@react-native-community/cli": "15.0.
|
|
41
|
-
"@react-native-community/cli-platform-android": "15.0.
|
|
42
|
-
"@react-native-community/cli-platform-apple": "15.0.
|
|
43
|
-
"@react-native-community/cli-platform-ios": "15.0.
|
|
40
|
+
"@react-native-community/cli": "15.0.1",
|
|
41
|
+
"@react-native-community/cli-platform-android": "15.0.1",
|
|
42
|
+
"@react-native-community/cli-platform-apple": "15.0.1",
|
|
43
|
+
"@react-native-community/cli-platform-ios": "15.0.1",
|
|
44
44
|
"@react-native-community/netinfo": "11.3.2",
|
|
45
|
+
"@rspack/plugin-react-refresh": "1.0.0",
|
|
45
46
|
"axios": "0.15.3",
|
|
46
47
|
"babel-loader": "9.1.3",
|
|
47
|
-
"react-native-fast-image": "https://github.com/blitzstudios/react-native-fast-image.git#release/1.
|
|
48
|
+
"react-native-fast-image": "https://github.com/blitzstudios/react-native-fast-image.git#release/1.4",
|
|
48
49
|
"react-native-linear-gradient": "2.8.3",
|
|
49
50
|
"react-native-rename": "blitzstudios/react-native-rename.git#react-native-rename-v3.2.17-gitpkg",
|
|
50
|
-
"react-refresh": "0.14.0",
|
|
51
51
|
"regenerator-runtime": "0.13.11",
|
|
52
52
|
"rx": "4.1.0",
|
|
53
53
|
"string-replace-loader": "3.1.0",
|
|
@@ -56,19 +56,19 @@
|
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"react": "18.3.1",
|
|
59
|
-
"react-native": "0.76.
|
|
59
|
+
"react-native": "0.76.3",
|
|
60
60
|
"react-native-svg": "15.8.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@babel/core": "7.26.0",
|
|
64
64
|
"@babel/preset-typescript": "7.26.0",
|
|
65
|
-
"@react-native-community/eslint-config": "
|
|
66
|
-
"@react-native/babel-preset": "0.76.
|
|
67
|
-
"@react-native/typescript-config": "0.76.
|
|
65
|
+
"@react-native-community/eslint-config": "2.0.0",
|
|
66
|
+
"@react-native/babel-preset": "0.76.3",
|
|
67
|
+
"@react-native/typescript-config": "0.76.3",
|
|
68
68
|
"@types/react": "18.2.31",
|
|
69
|
-
"@typescript-eslint/eslint-plugin": "
|
|
70
|
-
"@typescript-eslint/parser": "
|
|
71
|
-
"babel-jest": "
|
|
69
|
+
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
70
|
+
"@typescript-eslint/parser": "5.62.0",
|
|
71
|
+
"babel-jest": "26.6.3",
|
|
72
72
|
"eslint": "8.38.0",
|
|
73
73
|
"jest": "29.6.3",
|
|
74
74
|
"lodash": "4.17.21",
|
package/webpack.config.js
CHANGED
|
@@ -80,11 +80,6 @@ module.exports = env => {
|
|
|
80
80
|
*/
|
|
81
81
|
devtool: false,
|
|
82
82
|
context,
|
|
83
|
-
/**
|
|
84
|
-
* `getInitializationEntries` will return necessary entries with setup and initialization code.
|
|
85
|
-
* If you don't want to use Hot Module Replacement, set `hmr` option to `false`. By default,
|
|
86
|
-
* HMR will be enabled in development mode.
|
|
87
|
-
*/
|
|
88
83
|
entry,
|
|
89
84
|
resolve: {
|
|
90
85
|
/**
|
|
@@ -125,6 +120,7 @@ module.exports = env => {
|
|
|
125
120
|
: 'index.ios.bundle',
|
|
126
121
|
chunkFilename: '[name].chunk.bundle',
|
|
127
122
|
publicPath: Repack.getPublicPath({platform, devServer}),
|
|
123
|
+
uniqueName: 'sleeper',
|
|
128
124
|
},
|
|
129
125
|
/**
|
|
130
126
|
* Configures optimization of the built bundle.
|
|
@@ -193,6 +189,7 @@ module.exports = env => {
|
|
|
193
189
|
],
|
|
194
190
|
babelrc: false,
|
|
195
191
|
cacheDirectory: true,
|
|
192
|
+
sourceMaps: true,
|
|
196
193
|
},
|
|
197
194
|
},
|
|
198
195
|
},
|
|
@@ -217,6 +214,7 @@ module.exports = env => {
|
|
|
217
214
|
babelrc: false,
|
|
218
215
|
comments: true, // necessary for named chunks
|
|
219
216
|
cacheDirectory: true,
|
|
217
|
+
sourceMaps: true,
|
|
220
218
|
},
|
|
221
219
|
},
|
|
222
220
|
},
|