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