@hedia/recommendation-screen 3.16.3 → 3.16.4-alpha.0
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppWrapper.d.ts","sourceRoot":"","sources":["../../AppWrapper.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,iBAAS,UAAU,sBAQlB;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import RecommendationScreenWrapper, { IRecommendationProps, SyncStatus } from "./Recommendation";
|
|
1
|
+
import RecommendationScreenWrapper, { type IRecommendationProps, SyncStatus } from "./Recommendation";
|
|
2
2
|
import { recommendationPropsSchema } from "./validations";
|
|
3
3
|
export { RecommendationScreenWrapper, type IRecommendationProps, SyncStatus, recommendationPropsSchema };
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,EAAE,EAAE,oBAAoB,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,EAAE,EAAE,KAAK,oBAAoB,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACtG,OAAO,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAE1D,OAAO,EAAE,2BAA2B,EAAE,KAAK,oBAAoB,EAAE,UAAU,EAAE,yBAAyB,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,111 +1,111 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
}
|
|
2
|
+
"name": "@hedia/recommendation-screen",
|
|
3
|
+
"version": "3.16.4-alpha.0",
|
|
4
|
+
"description": "Hedia Recommendation Screen for Bolus and Carbohydrates",
|
|
5
|
+
"main": "lib/commonjs/index.js",
|
|
6
|
+
"types": "lib/typescript/src/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"lib"
|
|
9
|
+
],
|
|
10
|
+
"engines": {
|
|
11
|
+
"node": ">=20"
|
|
12
|
+
},
|
|
13
|
+
"scripts": {
|
|
14
|
+
"start": "react-native start",
|
|
15
|
+
"ios": "npx react-native run-ios",
|
|
16
|
+
"android": "npx react-native run-android --active-arch-only",
|
|
17
|
+
"test": "jest --coverage --detectOpenHandles",
|
|
18
|
+
"tsc": "tsc --noEmit",
|
|
19
|
+
"eslint": "eslint src",
|
|
20
|
+
"eslint:fix": "eslint src --fix",
|
|
21
|
+
"prettier": "prettier --check src",
|
|
22
|
+
"prettier:fix": "prettier --write src",
|
|
23
|
+
"pkg-json-lint": "npmPkgJsonLint .",
|
|
24
|
+
"package-audit": "yarn npm audit --severity critical",
|
|
25
|
+
"validate": "yarn tsc && yarn eslint && yarn pkg-json-lint && yarn prettier && yarn package-audit && yarn test",
|
|
26
|
+
"typedoc": "npx typedoc",
|
|
27
|
+
"prepack": "bob build"
|
|
28
|
+
},
|
|
29
|
+
"keywords": [
|
|
30
|
+
"Hedia",
|
|
31
|
+
"Bolus",
|
|
32
|
+
"Screen",
|
|
33
|
+
"Carbs",
|
|
34
|
+
"Carbohydrate",
|
|
35
|
+
"Insulin"
|
|
36
|
+
],
|
|
37
|
+
"author": "Hedia",
|
|
38
|
+
"license": "ISC",
|
|
39
|
+
"prettier": "@hedia/prettier-config",
|
|
40
|
+
"peerDependencies": {
|
|
41
|
+
"@gorhom/portal": "*",
|
|
42
|
+
"@hedia/hedia-app-translations": "1.5.7",
|
|
43
|
+
"@hedia/recommendation-calculator": "3.0.4",
|
|
44
|
+
"@hedia/types": "2.12.1",
|
|
45
|
+
"react": "*",
|
|
46
|
+
"react-native": "*",
|
|
47
|
+
"react-native-haptic-feedback": "*",
|
|
48
|
+
"react-native-linear-gradient": "*",
|
|
49
|
+
"react-native-safe-area-context": "*",
|
|
50
|
+
"react-native-svg": "*",
|
|
51
|
+
"zod": "*"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@babel/core": "7.25.2",
|
|
55
|
+
"@babel/preset-env": "7.25.3",
|
|
56
|
+
"@babel/runtime": "7.25.0",
|
|
57
|
+
"@gorhom/portal": "1.0.14",
|
|
58
|
+
"@hedia/eslint-config": "2.0.1",
|
|
59
|
+
"@hedia/hedia-app-translations": "1.5.7",
|
|
60
|
+
"@hedia/npm-audit-pipeline": "0.5.0",
|
|
61
|
+
"@hedia/prettier-config": "1.2.3",
|
|
62
|
+
"@hedia/recommendation-calculator": "3.0.4",
|
|
63
|
+
"@hedia/tsconfig": "2.1.3",
|
|
64
|
+
"@hedia/types": "2.12.1",
|
|
65
|
+
"@react-native-community/cli": "15.0.1",
|
|
66
|
+
"@react-native-community/cli-platform-android": "15.0.1",
|
|
67
|
+
"@react-native-community/cli-platform-ios": "15.0.1",
|
|
68
|
+
"@react-native/babel-preset": "0.76.6",
|
|
69
|
+
"@react-native/metro-config": "0.76.6",
|
|
70
|
+
"@testing-library/jest-native": "5.4.3",
|
|
71
|
+
"@testing-library/react-native": "12.9.0",
|
|
72
|
+
"@types/jest": "29.5.14",
|
|
73
|
+
"@types/react-test-renderer": "18.0.7",
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "6.19.1",
|
|
75
|
+
"@typescript-eslint/parser": "6.19.1",
|
|
76
|
+
"babel-jest": "29.6.3",
|
|
77
|
+
"eslint": "8.56.0",
|
|
78
|
+
"eslint-config-prettier": "9.1.0",
|
|
79
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
80
|
+
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
81
|
+
"eslint-plugin-testing-library": "7.1.1",
|
|
82
|
+
"jest": "29.6.3",
|
|
83
|
+
"npm-package-json-lint": "8.0.0",
|
|
84
|
+
"prettier": "3.4.2",
|
|
85
|
+
"react": "18.3.1",
|
|
86
|
+
"react-native": "0.76.6",
|
|
87
|
+
"react-native-builder-bob": "0.40.13",
|
|
88
|
+
"react-native-haptic-feedback": "2.3.3",
|
|
89
|
+
"react-native-linear-gradient": "2.8.3",
|
|
90
|
+
"react-native-safe-area-context": "5.5.1",
|
|
91
|
+
"react-native-svg": "15.10.1",
|
|
92
|
+
"react-test-renderer": "18.3.1",
|
|
93
|
+
"typedoc": "0.28.3",
|
|
94
|
+
"typedoc-plugin-rename-defaults": "0.7.3",
|
|
95
|
+
"typescript": "5.3.3",
|
|
96
|
+
"zod": "3.24.1"
|
|
97
|
+
},
|
|
98
|
+
"react-native-builder-bob": {
|
|
99
|
+
"source": "src",
|
|
100
|
+
"output": "lib",
|
|
101
|
+
"targets": [
|
|
102
|
+
"commonjs",
|
|
103
|
+
"typescript"
|
|
104
|
+
]
|
|
105
|
+
},
|
|
106
|
+
"eslintIgnore": [
|
|
107
|
+
"node_modules/",
|
|
108
|
+
"lib/"
|
|
109
|
+
],
|
|
110
|
+
"packageManager": "yarn@3.6.4"
|
|
111
|
+
}
|