@stack-spot/portal-network 0.113.3 → 0.113.4
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 +8 -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,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.113.4](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.113.3...portal-network@v0.113.4) (2025-04-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* api url ([#890](https://github.com/stack-spot/portal-commons/issues/890)) ([2cbca89](https://github.com/stack-spot/portal-commons/commit/2cbca897754347ae0ffef5687a8bae2c8c3290e6))
|
|
9
|
+
* change api prd of cloud horizon ([#889](https://github.com/stack-spot/portal-commons/issues/889)) ([5370bdd](https://github.com/stack-spot/portal-commons/commit/5370bddfdf806f4c30b9a1691433163e6380055b))
|
|
10
|
+
|
|
3
11
|
## [0.113.3](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.113.2...portal-network@v0.113.3) (2025-04-03)
|
|
4
12
|
|
|
5
13
|
|
package/dist/apis.json
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"url": {
|
|
187
187
|
"dev": "https://cloud-platform-horizon.dev.stackspot.com",
|
|
188
188
|
"stg": "https://cloud-platform-horizon.stg.stackspot.com",
|
|
189
|
-
"prd": "https://cloud-platform-horizon.
|
|
189
|
+
"prd": "https://cloud-platform-horizon.stackspot.com"
|
|
190
190
|
},
|
|
191
191
|
"docs": "/v3/api-docs"
|
|
192
192
|
},
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"url": {
|
|
195
195
|
"dev": "https://code-shift-code-shift-api.dev.stackspot.com",
|
|
196
196
|
"stg": "https://code-shift-code-shift-api.stg.stackspot.com",
|
|
197
|
-
"prd": "https://code-shift-
|
|
197
|
+
"prd": "https://code-shift-api.stackspot.com"
|
|
198
198
|
},
|
|
199
199
|
"docs": "/openapi.json"
|
|
200
200
|
}
|
package/package.json
CHANGED
package/src/apis.json
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"url": {
|
|
187
187
|
"dev": "https://cloud-platform-horizon.dev.stackspot.com",
|
|
188
188
|
"stg": "https://cloud-platform-horizon.stg.stackspot.com",
|
|
189
|
-
"prd": "https://cloud-platform-horizon.
|
|
189
|
+
"prd": "https://cloud-platform-horizon.stackspot.com"
|
|
190
190
|
},
|
|
191
191
|
"docs": "/v3/api-docs"
|
|
192
192
|
},
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"url": {
|
|
195
195
|
"dev": "https://code-shift-code-shift-api.dev.stackspot.com",
|
|
196
196
|
"stg": "https://code-shift-code-shift-api.stg.stackspot.com",
|
|
197
|
-
"prd": "https://code-shift-
|
|
197
|
+
"prd": "https://code-shift-api.stackspot.com"
|
|
198
198
|
},
|
|
199
199
|
"docs": "/openapi.json"
|
|
200
200
|
}
|