@seamapi/http 0.21.0 → 0.21.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/README.md CHANGED
@@ -69,7 +69,7 @@ $ npm install -D @seamapi/types
69
69
  and update them when consuming new API features with
70
70
 
71
71
  ```
72
- $ npm install -D @seamapi/types
72
+ $ npm install -D @seamapi/types@latest
73
73
  ```
74
74
 
75
75
  ## Usage
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const seamapiJavascriptHttpVersion = "0.21.0";
1
+ declare const seamapiJavascriptHttpVersion = "0.21.1";
2
2
  export default seamapiJavascriptHttpVersion;
package/lib/version.js CHANGED
@@ -1,3 +1,3 @@
1
- const seamapiJavascriptHttpVersion = '0.21.0';
1
+ const seamapiJavascriptHttpVersion = '0.21.1';
2
2
  export default seamapiJavascriptHttpVersion;
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/http",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "description": "JavaScript HTTP client for the Seam API written in TypeScript.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -1,3 +1,3 @@
1
- const seamapiJavascriptHttpVersion = '0.21.0'
1
+ const seamapiJavascriptHttpVersion = '0.21.1'
2
2
 
3
3
  export default seamapiJavascriptHttpVersion