@stack-spot/portal-network 0.116.1 → 0.116.3
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/CHANGELOG.md +14 -0
- package/dist/apis.json +2 -2
- package/package.json +1 -1
- package/src/apis.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.116.3](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.116.2...portal-network@v0.116.3) (2025-04-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* add correct env of production inference api ([#936](https://github.com/stack-spot/portal-commons/issues/936)) ([cebb66d](https://github.com/stack-spot/portal-commons/commit/cebb66d20c2d5ff87b1878339aad327bc66581e3))
|
|
9
|
+
|
|
10
|
+
## [0.116.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.116.1...portal-network@v0.116.2) (2025-04-15)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* update data integration prd url ([7575a72](https://github.com/stack-spot/portal-commons/commit/7575a72197ed1d8711517d14f42d7d503fb7e419))
|
|
16
|
+
|
|
3
17
|
## [0.116.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.116.0...portal-network@v0.116.1) (2025-04-14)
|
|
4
18
|
|
|
5
19
|
|
package/dist/apis.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"url": {
|
|
36
36
|
"dev": "https://genai-data-integration-api.dev.stackspot.com",
|
|
37
37
|
"stg": "https://genai-data-integration-api.stg.stackspot.com",
|
|
38
|
-
"prd": "https://
|
|
38
|
+
"prd": "https://data-integration-api.stackspot.com"
|
|
39
39
|
},
|
|
40
40
|
"docs": "/openapi.json"
|
|
41
41
|
},
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"url": {
|
|
211
211
|
"dev": "https://genai-inference-app.dev.stackspot.com",
|
|
212
212
|
"stg": "https://genai-inference-app.stg.stackspot.com",
|
|
213
|
-
"prd": "https://genai-inference-app.
|
|
213
|
+
"prd": "https://genai-inference-app.stackspot.com"
|
|
214
214
|
},
|
|
215
215
|
"docs": "/openapi.json"
|
|
216
216
|
}
|
package/package.json
CHANGED
package/src/apis.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"url": {
|
|
36
36
|
"dev": "https://genai-data-integration-api.dev.stackspot.com",
|
|
37
37
|
"stg": "https://genai-data-integration-api.stg.stackspot.com",
|
|
38
|
-
"prd": "https://
|
|
38
|
+
"prd": "https://data-integration-api.stackspot.com"
|
|
39
39
|
},
|
|
40
40
|
"docs": "/openapi.json"
|
|
41
41
|
},
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"url": {
|
|
211
211
|
"dev": "https://genai-inference-app.dev.stackspot.com",
|
|
212
212
|
"stg": "https://genai-inference-app.stg.stackspot.com",
|
|
213
|
-
"prd": "https://genai-inference-app.
|
|
213
|
+
"prd": "https://genai-inference-app.stackspot.com"
|
|
214
214
|
},
|
|
215
215
|
"docs": "/openapi.json"
|
|
216
216
|
}
|