@twin.org/web 0.0.3-next.31 → 0.0.3-next.33

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.
@@ -8,8 +8,6 @@ Options for call to the fetch helper.
8
8
 
9
9
  > `optional` **headers?**: [`IHttpHeaders`](IHttpHeaders.md)
10
10
 
11
- #### Param
12
-
13
11
  The headers for the request.
14
12
 
15
13
  ***
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/web",
3
- "version": "0.0.3-next.31",
3
+ "version": "0.0.3-next.33",
4
4
  "description": "Classes for use with web operations",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,9 +14,9 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "0.0.3-next.31",
18
- "@twin.org/crypto": "0.0.3-next.31",
19
- "@twin.org/nameof": "0.0.3-next.31",
17
+ "@twin.org/core": "0.0.3-next.33",
18
+ "@twin.org/crypto": "0.0.3-next.33",
19
+ "@twin.org/nameof": "0.0.3-next.33",
20
20
  "jose": "6.2.2"
21
21
  },
22
22
  "main": "./dist/es/index.js",