@techstuff-dev/foundation-api-utils 1.37.0 → 1.39.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.
- package/dist/@types/lib/store/index.d.ts +3 -3
- package/dist/index.esm.js +2 -13
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -13
- package/dist/index.js.map +1 -1
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techstuff-dev/foundation-api-utils",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.39.0",
|
|
4
4
|
"description": "Foundation shared applications utilities.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -68,6 +68,8 @@
|
|
|
68
68
|
"aws-amplify": "5.3.26",
|
|
69
69
|
"jwt-decode": "^4.0.0",
|
|
70
70
|
"react": "^18.3.1",
|
|
71
|
+
"react-native": "^0.76.6",
|
|
72
|
+
"react-native-web": "^0.19.13",
|
|
71
73
|
"react-redux": "^9.2.0",
|
|
72
74
|
"redux": "^5.0.1",
|
|
73
75
|
"redux-persist": "^6.0.0"
|
|
@@ -111,6 +113,7 @@
|
|
|
111
113
|
"@types/node": "^22.10.5",
|
|
112
114
|
"@types/react": "^18.2.25",
|
|
113
115
|
"@types/react-native": "^0.73.0",
|
|
116
|
+
"@types/react-native-web": "^0",
|
|
114
117
|
"@types/react-redux": "^7.1.34",
|
|
115
118
|
"@types/rollup-plugin-peer-deps-external": "^2.2.5",
|
|
116
119
|
"@typescript-eslint/eslint-plugin": "^8.19.1",
|
|
@@ -121,11 +124,7 @@
|
|
|
121
124
|
"prettier": "^3.4.2",
|
|
122
125
|
"prettier-eslint": "^16.3.0",
|
|
123
126
|
"prettier-stylelint": "^0.4.2",
|
|
124
|
-
"react-native": "^0.76.6",
|
|
125
127
|
"react-native-config": "1.5.3",
|
|
126
|
-
"reactotron-core-client": "2.9.7",
|
|
127
|
-
"reactotron-react-native": "^5.1.12",
|
|
128
|
-
"reactotron-redux": "^3.1.11",
|
|
129
128
|
"rollup": "^4.30.1",
|
|
130
129
|
"rollup-plugin-delete": "^2.1.0",
|
|
131
130
|
"rollup-plugin-dts": "^6.1.1",
|
|
@@ -136,5 +135,5 @@
|
|
|
136
135
|
"typescript": "^5.7.3",
|
|
137
136
|
"typescript-eslint": "^8.19.1"
|
|
138
137
|
},
|
|
139
|
-
"packageManager": "yarn@4.
|
|
138
|
+
"packageManager": "yarn@4.6.0"
|
|
140
139
|
}
|