@revolugo/booking-api-client 7.17.2 → 7.18.0-rc.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -23,10 +23,10 @@ const revolugoApiClient = new ApiClient({
23
23
 
24
24
  #### Configuration
25
25
 
26
- | Option | Default | Description |
26
+ | Option | Default | Description |
27
27
  | ---------------- | -------- | ------------------------------------------------------------ | -------------------- | -------- | -------- | ---------------------------------------------- |
28
- | `apiEnvironment` | Required | Target environment for the client (Environment.Production \ | Environment.Sandbox) | `apiKey` | Required | Public or Private Api Key provided by Revolugo |
29
- | `apiVersion` | Required | Api version |
28
+ | `apiEnvironment` | Required | Target environment for the client (Environment.Production \ | Environment.Sandbox) | `apiKey` | Required | Public or Private Api Key provided by Revolugo |
29
+ | `apiVersion` | Required | Api version |
30
30
 
31
31
  ## Usage
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolugo/booking-api-client",
3
- "version": "7.17.2",
3
+ "version": "7.18.0-rc.0",
4
4
  "private": false,
5
5
  "description": "Javascript Revolugo Booking API Client (browser + server)",
6
6
  "keywords": [
@@ -34,13 +34,13 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@hono/node-server": "2.0.8",
37
- "hono": "4.12.27",
38
- "@revolugo/common": "7.17.2",
39
- "@revolugo/engines": "7.17.2",
40
- "@revolugo/booking-api": "7.17.2",
41
- "@revolugo/env": "7.17.2",
42
- "@revolugo/models": "7.17.2",
43
- "@revolugo/node": "7.17.2"
37
+ "hono": "4.12.29",
38
+ "@revolugo/booking-api": "7.18.0",
39
+ "@revolugo/common": "7.18.0",
40
+ "@revolugo/engines": "7.18.0",
41
+ "@revolugo/env": "7.18.0",
42
+ "@revolugo/models": "7.18.0",
43
+ "@revolugo/node": "7.18.0"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=24.15.0 <25"