@jphil/bookwhen-client 0.2.2 → 0.2.3

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -61,6 +61,8 @@ const events_2025 = await client.events.getMultiple({
61
61
  includes: ['location'] // Optional: Include related resources
62
62
  });
63
63
 
64
+ ```
65
+
64
66
  (N.B. Ensure you wrap the above statements in try/catch blocks to catch errors which could be thrown)
65
67
 
66
68
  Valid filters and includes for each method are detailed in the [API v2 docs](https://petstore.swagger.io/?url=https://api.bookwhen.com/v2/openapi.yaml)
@@ -69,8 +71,6 @@ Services for the other models in the API are in the pipeline.
69
71
 
70
72
  N.B. This library is still a pre-1.0.0 WIP, please use accordingly!
71
73
 
72
- ```
73
-
74
74
  ## Configuration
75
75
 
76
76
  Required configuration options:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jphil/bookwhen-client",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "main": "dist/index.js",