@stepzen/fetch 0.45.0-experimental.ee3795c → 0.45.0

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright IBM Corp. 2020, 2024
3
+ Copyright IBM Corp. 2020, 2025
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/lib/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2020, 2024
1
+ // Copyright IBM Corp. 2020, 2025
2
2
  import { Agent as HttpAgent } from 'node:http';
3
3
  import { Agent as HttpsAgent } from 'node:https';
4
4
  import fetchCJSModule from 'node-fetch';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stepzen/fetch",
3
3
  "description": "StepZen implementation of the fetch() API for NodeJS",
4
- "version": "0.45.0-experimental.ee3795c",
4
+ "version": "0.45.0",
5
5
  "author": "StepZen Ltd",
6
6
  "license": "MIT",
7
7
  "files": [
@@ -46,5 +46,5 @@
46
46
  "--comment--": "workaround for CVE-2024-21538",
47
47
  "cross-spawn": "^7.0.6"
48
48
  },
49
- "gitHead": "ee3795c421d62df88bc5c8448883c36ff6787ecd"
49
+ "gitHead": "d47a56a68f652de8fe975ef86b4d3d3bf0facdc2"
50
50
  }
package/src/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2020, 2024
1
+ // Copyright IBM Corp. 2020, 2025
2
2
 
3
3
  import {Agent as HttpAgent} from 'node:http'
4
4
  import {Agent as HttpsAgent} from 'node:https'