@stryke/http 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +15 -15
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -54,21 +54,21 @@ between processes easier in other packages/applications.
54
54
 
55
55
  ## Table of Contents
56
56
 
57
- - [Stryke - Http Helpers](#stryke---http-helpers)
58
- - [Table of Contents](#table-of-contents)
59
- - [Installing](#installing)
60
- - [Reduced Package Size](#reduced-package-size)
61
- - [Development](#development)
62
- - [Building](#building)
63
- - [Running unit tests](#running-unit-tests)
64
- - [Linting](#linting)
65
- - [Storm Workspaces](#storm-workspaces)
66
- - [Roadmap](#roadmap)
67
- - [Support](#support)
68
- - [License](#license)
69
- - [Changelog](#changelog)
70
- - [Contributing](#contributing)
71
- - [Contributors](#contributors)
57
+ - [Stryke - Http Helpers](#stryke---http-helpers)
58
+ - [Table of Contents](#table-of-contents)
59
+ - [Installing](#installing)
60
+ - [Reduced Package Size](#reduced-package-size)
61
+ - [Development](#development)
62
+ - [Building](#building)
63
+ - [Running unit tests](#running-unit-tests)
64
+ - [Linting](#linting)
65
+ - [Storm Workspaces](#storm-workspaces)
66
+ - [Roadmap](#roadmap)
67
+ - [Support](#support)
68
+ - [License](#license)
69
+ - [Changelog](#changelog)
70
+ - [Contributing](#contributing)
71
+ - [Contributors](#contributors)
72
72
 
73
73
  <!-- END doctoc -->
74
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/http",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "A package containing HTTP communication utilities used by Storm Software.",
6
6
  "repository": {
@@ -11,8 +11,8 @@
11
11
  "private": false,
12
12
  "dependencies": {
13
13
  "ufo": "1.5.4",
14
- "@stryke/json": ">=0.1.1",
15
- "@stryke/types": ">=0.1.1"
14
+ "@stryke/json": ">=0.1.2",
15
+ "@stryke/types": ">=0.1.2"
16
16
  },
17
17
  "devDependencies": { "@types/node": "^22.13.1" },
18
18
  "publishConfig": { "access": "public" },