@techstuff-dev/foundation-api-utils 1.34.0 → 1.35.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/services/auth/index.d.ts +108 -100
- package/dist/@types/lib/services/content/index.d.ts +54 -50
- package/dist/@types/lib/services/orders/index.d.ts +27 -25
- package/dist/@types/lib/services/payment/index.d.ts +108 -100
- package/dist/index.esm.js +283 -289
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +283 -289
- package/dist/index.js.map +1 -1
- package/package.json +32 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techstuff-dev/foundation-api-utils",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.0",
|
|
4
4
|
"description": "Foundation shared applications utilities.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -64,11 +64,12 @@
|
|
|
64
64
|
"author": "",
|
|
65
65
|
"license": "ISC",
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@reduxjs/toolkit": "2.
|
|
67
|
+
"@reduxjs/toolkit": "2.5.0",
|
|
68
68
|
"aws-amplify": "5.3.26",
|
|
69
69
|
"jwt-decode": "4.0.0",
|
|
70
|
-
"react": "
|
|
71
|
-
"react-
|
|
70
|
+
"react": "18.3.1",
|
|
71
|
+
"react-native": "^0.76.6",
|
|
72
|
+
"react-redux": "9.2.0",
|
|
72
73
|
"redux": "5.0.1",
|
|
73
74
|
"redux-persist": "6.0.0"
|
|
74
75
|
},
|
|
@@ -76,15 +77,15 @@
|
|
|
76
77
|
"@react-native-async-storage/async-storage": "1.24.0",
|
|
77
78
|
"@reduxjs/toolkit": "2.3.0",
|
|
78
79
|
"aws-amplify": "5.3.26",
|
|
79
|
-
"react": "
|
|
80
|
+
"react": "18.3.1",
|
|
80
81
|
"react-redux": "9.1.2",
|
|
81
82
|
"redux": "5.0.1",
|
|
82
83
|
"redux-persist": "6.0.0"
|
|
83
84
|
},
|
|
84
85
|
"devDependencies": {
|
|
85
|
-
"@babel/cli": "^7.
|
|
86
|
+
"@babel/cli": "^7.26.4",
|
|
86
87
|
"@babel/core": "^7.26.0",
|
|
87
|
-
"@babel/eslint-parser": "^7.
|
|
88
|
+
"@babel/eslint-parser": "^7.26.5",
|
|
88
89
|
"@babel/node": "^7.26.0",
|
|
89
90
|
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
90
91
|
"@babel/plugin-proposal-function-sent": "^7.25.9",
|
|
@@ -104,45 +105,45 @@
|
|
|
104
105
|
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
105
106
|
"@babel/preset-env": "^7.26.0",
|
|
106
107
|
"@babel/preset-flow": "^7.25.9",
|
|
107
|
-
"@babel/preset-react": "^7.
|
|
108
|
+
"@babel/preset-react": "^7.26.3",
|
|
108
109
|
"@babel/preset-stage-2": "^7.8.3",
|
|
109
110
|
"@babel/preset-typescript": "^7.26.0",
|
|
110
111
|
"@babel/register": "^7.25.9",
|
|
111
|
-
"@commitlint/cli": "^19.
|
|
112
|
-
"@commitlint/config-conventional": "^19.
|
|
113
|
-
"@eslint/compat": "^1.2.
|
|
114
|
-
"@react-native-async-storage/async-storage": "1.
|
|
112
|
+
"@commitlint/cli": "^19.6.1",
|
|
113
|
+
"@commitlint/config-conventional": "^19.6.0",
|
|
114
|
+
"@eslint/compat": "^1.2.5",
|
|
115
|
+
"@react-native-async-storage/async-storage": "2.1.0",
|
|
115
116
|
"@rollup/plugin-babel": "^6.0.4",
|
|
116
|
-
"@rollup/plugin-commonjs": "^
|
|
117
|
-
"@rollup/plugin-node-resolve": "^
|
|
118
|
-
"@rollup/plugin-typescript": "^
|
|
117
|
+
"@rollup/plugin-commonjs": "^28.0.2",
|
|
118
|
+
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
119
|
+
"@rollup/plugin-typescript": "^12.1.2",
|
|
119
120
|
"@semantic-release/git": "^10.0.1",
|
|
120
|
-
"@types/node": "^
|
|
121
|
-
"@types/react": "^18.
|
|
121
|
+
"@types/node": "^22.10.5",
|
|
122
|
+
"@types/react": "^18.2.25",
|
|
123
|
+
"@types/react-native": "^0.73.0",
|
|
122
124
|
"@types/react-redux": "^7.1.34",
|
|
123
125
|
"@types/rollup-plugin-peer-deps-external": "^2.2.5",
|
|
124
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
125
|
-
"@typescript-eslint/parser": "^8.
|
|
126
|
-
"del": "^
|
|
127
|
-
"eslint": "^9.
|
|
128
|
-
"eslint-plugin-react": "^7.37.
|
|
129
|
-
"prettier": "^3.
|
|
126
|
+
"@typescript-eslint/eslint-plugin": "^8.19.1",
|
|
127
|
+
"@typescript-eslint/parser": "^8.19.1",
|
|
128
|
+
"del": "^8.0.0",
|
|
129
|
+
"eslint": "^9.18.0",
|
|
130
|
+
"eslint-plugin-react": "^7.37.3",
|
|
131
|
+
"prettier": "^3.4.2",
|
|
130
132
|
"prettier-eslint": "^16.3.0",
|
|
131
133
|
"prettier-stylelint": "^0.4.2",
|
|
132
|
-
"react-native": "0.76.2",
|
|
133
134
|
"react-native-config": "1.5.3",
|
|
134
|
-
"reactotron-core-client": "2.9.
|
|
135
|
-
"reactotron-react-native": "^5.1.
|
|
136
|
-
"reactotron-redux": "^3.1.
|
|
137
|
-
"rollup": "^4.
|
|
135
|
+
"reactotron-core-client": "2.9.7",
|
|
136
|
+
"reactotron-react-native": "^5.1.12",
|
|
137
|
+
"reactotron-redux": "^3.1.11",
|
|
138
|
+
"rollup": "^4.30.1",
|
|
138
139
|
"rollup-plugin-delete": "^2.1.0",
|
|
139
140
|
"rollup-plugin-dts": "^6.1.1",
|
|
140
141
|
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
|
|
141
142
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
142
|
-
"semantic-release": "^24.2.
|
|
143
|
+
"semantic-release": "^24.2.1",
|
|
143
144
|
"tslib": "^2.8.1",
|
|
144
|
-
"typescript": "^5.
|
|
145
|
-
"typescript-eslint": "^8.
|
|
145
|
+
"typescript": "^5.7.3",
|
|
146
|
+
"typescript-eslint": "^8.19.1"
|
|
146
147
|
},
|
|
147
148
|
"packageManager": "yarn@4.4.0"
|
|
148
149
|
}
|