@hed-hog/developer-mode 0.0.299 → 0.0.300
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.
|
@@ -767,8 +767,7 @@ export function WizardDialog({
|
|
|
767
767
|
const streamAbortRef = React.useRef<AbortController | null>(null);
|
|
768
768
|
const executedProgressStepRef = React.useRef<string | null>(null);
|
|
769
769
|
const step = config.steps[currentStep] ?? config.steps[0]!;
|
|
770
|
-
const apiBaseUrl =
|
|
771
|
-
process.env.NEXT_PUBLIC_API_BASE_URL || process.env.NEXT_PUBLIC_API_URL;
|
|
770
|
+
const apiBaseUrl = process.env.NEXT_PUBLIC_API_BASE_URL || '/api';
|
|
772
771
|
|
|
773
772
|
React.useEffect(() => {
|
|
774
773
|
if (outputRef.current)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/developer-mode",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.300",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"@nestjs/core": "^11",
|
|
10
10
|
"@nestjs/jwt": "^11",
|
|
11
11
|
"@nestjs/mapped-types": "*",
|
|
12
|
-
"@hed-hog/core": "0.0.
|
|
12
|
+
"@hed-hog/core": "0.0.300",
|
|
13
|
+
"@hed-hog/api-locale": "0.0.14",
|
|
13
14
|
"@hed-hog/api-prisma": "0.0.6",
|
|
14
15
|
"@hed-hog/api-pagination": "0.0.7",
|
|
15
|
-
"@hed-hog/api-locale": "0.0.14",
|
|
16
16
|
"@hed-hog/api": "0.0.6"
|
|
17
17
|
},
|
|
18
18
|
"exports": {
|