@rebilly/revel 12.29.0 → 12.30.1
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 +3 -3
- package/dist/revel.mjs +1 -0
- package/dist/revel.umd.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [12.
|
|
1
|
+
## [12.30.1](https://github.com/Rebilly/rebilly/compare/revel-v12.30.0...revel-v12.30.1) (2026-04-27)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **deps:** update pnpm-lock.yaml for es-toolkit 1.46.0 ([#20896](https://github.com/Rebilly/rebilly/issues/20896)) ([91475ac](https://github.com/Rebilly/rebilly/commit/91475ac42cdbb59fc894a3725eba3706952cf991)), closes [#20880](https://github.com/Rebilly/rebilly/issues/20880)
|
package/dist/revel.mjs
CHANGED
|
@@ -12625,6 +12625,7 @@ class GW {
|
|
|
12625
12625
|
if (b && b.status)
|
|
12626
12626
|
switch (b.status) {
|
|
12627
12627
|
case 401:
|
|
12628
|
+
case 403:
|
|
12628
12629
|
case 404:
|
|
12629
12630
|
case 409:
|
|
12630
12631
|
case 400:
|