@furystack/rest 8.0.27 → 8.0.28

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- *
2
+ * Decodes a URL-safe base64 encoded JSON string back to its original value
3
3
  * Decoding steps: See the encoding steps in reverse order
4
4
  * @param value The value to decode
5
5
  * @returns The decoded value
@@ -1,5 +1,5 @@
1
1
  /**
2
- *
2
+ * Decodes a URL-safe base64 encoded JSON string back to its original value
3
3
  * Decoding steps: See the encoding steps in reverse order
4
4
  * @param value The value to decode
5
5
  * @returns The decoded value
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/rest",
3
- "version": "8.0.27",
3
+ "version": "8.0.28",
4
4
  "description": "Generic REST package",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "homepage": "https://github.com/furystack/furystack",
39
39
  "dependencies": {
40
- "@furystack/core": "^15.0.27",
41
- "@furystack/inject": "^12.0.21"
40
+ "@furystack/core": "^15.0.28",
41
+ "@furystack/inject": "^12.0.22"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^24.7.2",
@@ -1,5 +1,5 @@
1
1
  /**
2
- *
2
+ * Decodes a URL-safe base64 encoded JSON string back to its original value
3
3
  * Decoding steps: See the encoding steps in reverse order
4
4
  * @param value The value to decode
5
5
  * @returns The decoded value