@turnkey/http 3.8.0 → 3.8.1-beta.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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @turnkey/http
2
2
 
3
+ ## 3.8.1-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @turnkey/encoding@0.6.0-beta.0
9
+ - @turnkey/api-key-stamper@0.4.8-beta.0
10
+
3
11
  ## 3.8.0
4
12
 
5
13
  ### Minor Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "@turnkey/http@3.8.0";
1
+ export declare const VERSION = "@turnkey/http@3.8.1-beta.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,wBAAwB,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,+BAA+B,CAAC"}
package/dist/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const VERSION = "@turnkey/http@3.8.0";
3
+ const VERSION = "@turnkey/http@3.8.1-beta.0";
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@3.8.0";
1
+ const VERSION = "@turnkey/http@3.8.1-beta.0";
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": "3.8.0",
3
+ "version": "3.8.1-beta.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "exports": {
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "cross-fetch": "^3.1.5",
43
- "@turnkey/api-key-stamper": "0.4.7",
44
- "@turnkey/encoding": "0.5.0",
45
- "@turnkey/webauthn-stamper": "0.5.1"
43
+ "@turnkey/webauthn-stamper": "0.5.1",
44
+ "@turnkey/encoding": "0.6.0-beta.0",
45
+ "@turnkey/api-key-stamper": "0.4.8-beta.0"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=18.0.0"