@stack-spot/portal-network 0.177.1 → 0.177.2
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 +7 -0
- package/dist/apis-itau.json +2 -2
- package/package.json +1 -1
- package/src/apis-itau.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.177.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.177.1...portal-network@v0.177.2) (2025-09-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* endpoints itau ([#1584](https://github.com/stack-spot/portal-commons/issues/1584)) ([c40aecb](https://github.com/stack-spot/portal-commons/commit/c40aecbe724fbaa9a10fa7cfd3073de71ff1af51))
|
|
9
|
+
|
|
3
10
|
## [0.177.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.177.0...portal-network@v0.177.1) (2025-09-19)
|
|
4
11
|
|
|
5
12
|
|
package/dist/apis-itau.json
CHANGED
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
},
|
|
146
146
|
"permissionValidation": {
|
|
147
147
|
"url": {
|
|
148
|
-
"stg": "https://portal-opa-server.stackspot.
|
|
149
|
-
"dev": "https://portal-opa-server.stackspot.
|
|
148
|
+
"stg": "https://portal-opa-server.stackspot.hom.aws.cloud.ihf/v1/validate",
|
|
149
|
+
"dev": "https://portal-opa-server.stackspot.dev.aws.cloud.ihf/v1/validate",
|
|
150
150
|
"prd": "https://portal-opa-server.stackspot.prod.aws.cloud.ihf/v1/validate"
|
|
151
151
|
}
|
|
152
152
|
},
|
package/package.json
CHANGED
package/src/apis-itau.json
CHANGED
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
},
|
|
146
146
|
"permissionValidation": {
|
|
147
147
|
"url": {
|
|
148
|
-
"stg": "https://portal-opa-server.stackspot.
|
|
149
|
-
"dev": "https://portal-opa-server.stackspot.
|
|
148
|
+
"stg": "https://portal-opa-server.stackspot.hom.aws.cloud.ihf/v1/validate",
|
|
149
|
+
"dev": "https://portal-opa-server.stackspot.dev.aws.cloud.ihf/v1/validate",
|
|
150
150
|
"prd": "https://portal-opa-server.stackspot.prod.aws.cloud.ihf/v1/validate"
|
|
151
151
|
}
|
|
152
152
|
},
|