@techstuff-dev/foundation-api-utils 1.40.0 → 1.42.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/hooks/index.d.ts +17 -17
- package/dist/@types/lib/services/auth/index.d.ts +88 -88
- package/dist/@types/lib/services/content/index.d.ts +38 -38
- package/dist/@types/lib/services/orders/index.d.ts +19 -19
- package/dist/@types/lib/services/payment/index.d.ts +76 -76
- package/dist/@types/lib/store/index.d.ts +34 -34
- package/dist/index-BL9rBUMb.js +334 -0
- package/dist/index-BL9rBUMb.js.map +1 -0
- package/dist/index-CfrYa4U_.js +9 -0
- package/dist/index-CfrYa4U_.js.map +1 -0
- package/dist/index-DtR-RhMO.js +336 -0
- package/dist/index-DtR-RhMO.js.map +1 -0
- package/dist/index-KjhWa1AL.js +6 -0
- package/dist/index-KjhWa1AL.js.map +1 -0
- package/dist/index.js +328 -411
- package/dist/index.js.map +1 -1
- package/package.json +50 -50
- package/dist/index.esm.js +0 -1563
- package/dist/index.esm.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techstuff-dev/foundation-api-utils",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.42.0",
|
|
4
4
|
"description": "Foundation shared applications utilities.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -64,76 +64,76 @@
|
|
|
64
64
|
"author": "",
|
|
65
65
|
"license": "ISC",
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@reduxjs/toolkit": "^2.
|
|
67
|
+
"@reduxjs/toolkit": "^2.8.2",
|
|
68
68
|
"aws-amplify": "5.3.27",
|
|
69
69
|
"jwt-decode": "^4.0.0",
|
|
70
70
|
"react": "^18.3.1",
|
|
71
|
-
"react-native": "^0.76.
|
|
71
|
+
"react-native": "^0.76.9",
|
|
72
72
|
"react-native-web": "^0.19.13",
|
|
73
73
|
"react-redux": "^9.2.0",
|
|
74
74
|
"redux": "^5.0.1",
|
|
75
75
|
"redux-persist": "^6.0.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@babel/cli": "^7.
|
|
79
|
-
"@babel/core": "^7.
|
|
80
|
-
"@babel/eslint-parser": "^7.
|
|
81
|
-
"@babel/node": "^7.
|
|
82
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
83
|
-
"@babel/plugin-proposal-function-sent": "^7.
|
|
84
|
-
"@babel/plugin-proposal-throw-expressions": "^7.
|
|
78
|
+
"@babel/cli": "^7.28.0",
|
|
79
|
+
"@babel/core": "^7.28.0",
|
|
80
|
+
"@babel/eslint-parser": "^7.28.0",
|
|
81
|
+
"@babel/node": "^7.28.0",
|
|
82
|
+
"@babel/plugin-proposal-decorators": "^7.28.0",
|
|
83
|
+
"@babel/plugin-proposal-function-sent": "^7.27.1",
|
|
84
|
+
"@babel/plugin-proposal-throw-expressions": "^7.27.1",
|
|
85
85
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
86
86
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
87
|
-
"@babel/plugin-transform-class-properties": "^7.
|
|
88
|
-
"@babel/plugin-transform-export-namespace-from": "^7.
|
|
89
|
-
"@babel/plugin-transform-json-strings": "^7.
|
|
90
|
-
"@babel/plugin-transform-numeric-separator": "^7.
|
|
91
|
-
"@babel/plugin-transform-object-rest-spread": "^7.
|
|
92
|
-
"@babel/plugin-transform-optional-catch-binding": "^7.
|
|
93
|
-
"@babel/plugin-transform-optional-chaining": "^7.
|
|
94
|
-
"@babel/plugin-transform-react-constant-elements": "^7.
|
|
95
|
-
"@babel/plugin-transform-react-inline-elements": "^7.
|
|
96
|
-
"@babel/plugin-transform-react-jsx": "^7.
|
|
97
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
98
|
-
"@babel/preset-env": "^7.
|
|
99
|
-
"@babel/preset-flow": "^7.
|
|
100
|
-
"@babel/preset-react": "^7.
|
|
87
|
+
"@babel/plugin-transform-class-properties": "^7.27.1",
|
|
88
|
+
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
|
|
89
|
+
"@babel/plugin-transform-json-strings": "^7.27.1",
|
|
90
|
+
"@babel/plugin-transform-numeric-separator": "^7.27.1",
|
|
91
|
+
"@babel/plugin-transform-object-rest-spread": "^7.28.0",
|
|
92
|
+
"@babel/plugin-transform-optional-catch-binding": "^7.27.1",
|
|
93
|
+
"@babel/plugin-transform-optional-chaining": "^7.27.1",
|
|
94
|
+
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
|
|
95
|
+
"@babel/plugin-transform-react-inline-elements": "^7.27.1",
|
|
96
|
+
"@babel/plugin-transform-react-jsx": "^7.27.1",
|
|
97
|
+
"@babel/plugin-transform-runtime": "^7.28.0",
|
|
98
|
+
"@babel/preset-env": "^7.28.0",
|
|
99
|
+
"@babel/preset-flow": "^7.27.1",
|
|
100
|
+
"@babel/preset-react": "^7.27.1",
|
|
101
101
|
"@babel/preset-stage-2": "^7.8.3",
|
|
102
|
-
"@babel/preset-typescript": "^7.
|
|
103
|
-
"@babel/register": "^7.
|
|
104
|
-
"@commitlint/cli": "^19.
|
|
105
|
-
"@commitlint/config-conventional": "^19.
|
|
106
|
-
"@eslint/compat": "^1.
|
|
107
|
-
"@react-native-async-storage/async-storage": "2.
|
|
102
|
+
"@babel/preset-typescript": "^7.27.1",
|
|
103
|
+
"@babel/register": "^7.27.1",
|
|
104
|
+
"@commitlint/cli": "^19.8.1",
|
|
105
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
106
|
+
"@eslint/compat": "^1.3.1",
|
|
107
|
+
"@react-native-async-storage/async-storage": "2.2.0",
|
|
108
108
|
"@rollup/plugin-babel": "^6.0.4",
|
|
109
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
110
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
111
|
-
"@rollup/plugin-typescript": "^12.1.
|
|
109
|
+
"@rollup/plugin-commonjs": "^28.0.6",
|
|
110
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
111
|
+
"@rollup/plugin-typescript": "^12.1.4",
|
|
112
112
|
"@semantic-release/git": "^10.0.1",
|
|
113
|
-
"@types/node": "^22.
|
|
114
|
-
"@types/react": "^18.3.
|
|
113
|
+
"@types/node": "^22.16.5",
|
|
114
|
+
"@types/react": "^18.3.23",
|
|
115
115
|
"@types/react-native": "^0.73.0",
|
|
116
|
-
"@types/react-native-web": "^0.19.
|
|
116
|
+
"@types/react-native-web": "^0.19.1",
|
|
117
117
|
"@types/react-redux": "^7.1.34",
|
|
118
118
|
"@types/rollup-plugin-peer-deps-external": "^2.2.5",
|
|
119
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
120
|
-
"@typescript-eslint/parser": "^8.
|
|
119
|
+
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
120
|
+
"@typescript-eslint/parser": "^8.38.0",
|
|
121
121
|
"del": "^8.0.0",
|
|
122
|
-
"eslint": "^9.
|
|
123
|
-
"eslint-plugin-react": "^7.37.
|
|
124
|
-
"prettier": "^3.
|
|
125
|
-
"prettier-eslint": "^16.
|
|
122
|
+
"eslint": "^9.31.0",
|
|
123
|
+
"eslint-plugin-react": "^7.37.5",
|
|
124
|
+
"prettier": "^3.6.2",
|
|
125
|
+
"prettier-eslint": "^16.4.2",
|
|
126
126
|
"prettier-stylelint": "^0.4.2",
|
|
127
|
-
"react-native-config": "1.5.
|
|
128
|
-
"rollup": "^4.
|
|
129
|
-
"rollup-plugin-delete": "^2.
|
|
130
|
-
"rollup-plugin-dts": "^6.
|
|
131
|
-
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.
|
|
127
|
+
"react-native-config": "1.5.5",
|
|
128
|
+
"rollup": "^4.45.1",
|
|
129
|
+
"rollup-plugin-delete": "^2.2.0",
|
|
130
|
+
"rollup-plugin-dts": "^6.2.1",
|
|
131
|
+
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.24",
|
|
132
132
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
133
|
-
"semantic-release": "^24.2.
|
|
133
|
+
"semantic-release": "^24.2.7",
|
|
134
134
|
"tslib": "^2.8.1",
|
|
135
|
-
"typescript": "^5.
|
|
136
|
-
"typescript-eslint": "^8.
|
|
135
|
+
"typescript": "^5.8.3",
|
|
136
|
+
"typescript-eslint": "^8.38.0"
|
|
137
137
|
},
|
|
138
138
|
"packageManager": "yarn@4.6.0"
|
|
139
139
|
}
|