@stack-spot/portal-network 1.0.0-dev.1772563094832 → 1.0.0-dev.1772733649388
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/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.228.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.227.0...portal-network@v0.228.0) (2026-03-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* Adds export contents API and enhances QC step types ([#2071](https://github.com/stack-spot/portal-commons/issues/2071)) ([a9f4d14](https://github.com/stack-spot/portal-commons/commit/a9f4d149e3eeb5ab47034951eb4a35197fc9c666))
|
|
9
|
+
|
|
3
10
|
## [0.227.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.226.0...portal-network@v0.227.0) (2026-03-02)
|
|
4
11
|
|
|
5
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stack-spot/portal-network",
|
|
3
|
-
"version": "1.0.0-dev.
|
|
3
|
+
"version": "1.0.0-dev.1772733649388",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@oazapfts/runtime": "^1.0.3",
|
|
57
57
|
"fetch-event-stream": "^0.1.5",
|
|
58
|
-
"lodash": "^4.17.
|
|
58
|
+
"lodash": "^4.17.23"
|
|
59
59
|
}
|
|
60
60
|
}
|