jamespot-front-business 1.1.52 → 1.1.53
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/README-internal.md +3 -4
- package/dist/cjs.js +138 -116
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +139 -112
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +426 -505
- package/package.json +2 -2
- package/tsconfig.json +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.53",
|
|
4
4
|
"description": "typescript utils",
|
|
5
5
|
"main": "dist/cjs.js",
|
|
6
6
|
"module": "dist/esm.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@reduxjs/toolkit": "1.9.0",
|
|
41
41
|
"@types/uuid": "^9.0.8",
|
|
42
|
-
"jamespot-user-api": "^1.0.
|
|
42
|
+
"jamespot-user-api": "^1.0.166",
|
|
43
43
|
"react-redux": "7.2.9",
|
|
44
44
|
"redux": "4.2.0",
|
|
45
45
|
"uuid": "^9.0.1"
|
package/tsconfig.json
CHANGED
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
"sourceMap": true, // enables the use of source maps for debuggers and error reporting etc
|
|
16
16
|
"sourceRoot": "/", // Specify the location where a debugger should locate TypeScript files instead of relative source locations.
|
|
17
17
|
|
|
18
|
-
|
|
19
18
|
// Strict Checks
|
|
20
19
|
"strict": true,
|
|
21
20
|
"allowUnreachableCode": false, // pick up dead code paths
|