@turnkey/http 4.1.0 → 4.1.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @turnkey/http
2
2
 
3
+ ## 4.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1365](https://github.com/tkhq/sdk/pull/1365) [`325fded`](https://github.com/tkhq/sdk/commit/325fdedf2c647c9a93f28aa7355b1ff0053689f9) Author [@MasterHW](https://github.com/MasterHW) - Update example links in READMEs and docs to reflect new category-based directory structure under `examples/`
8
+
3
9
  ## 4.1.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -86,7 +86,7 @@ try {
86
86
 
87
87
  ## More examples
88
88
 
89
- See [`createNewEthereumPrivateKey.ts`](/examples/with-ethers/src/createNewEthereumPrivateKey.ts) in the [`with-ethers`](/examples/with-ethers/) example.
89
+ See [`createNewEthereumPrivateKey.ts`](/examples/chain-integrations/with-ethers/src/createNewEthereumPrivateKey.ts) in the [`with-ethers`](/examples/chain-integrations/with-ethers/) example.
90
90
 
91
91
  ## See also
92
92
 
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "@turnkey/http@4.1.0";
1
+ export declare const VERSION = "@turnkey/http@4.1.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const VERSION = "@turnkey/http@4.1.0";
3
+ const VERSION = "@turnkey/http@4.1.1";
4
4
 
5
5
  exports.VERSION = VERSION;
6
6
  //# sourceMappingURL=version.js.map
package/dist/version.mjs CHANGED
@@ -1,4 +1,4 @@
1
- const VERSION = "@turnkey/http@4.1.0";
1
+ const VERSION = "@turnkey/http@4.1.1";
2
2
 
3
3
  export { VERSION };
4
4
  //# sourceMappingURL=version.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turnkey/http",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "exports": {