@revolugo/booking-api-client 7.18.1-alpha.12 → 7.18.1-alpha.14

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.
@@ -5,4 +5,4 @@ declare function pascalCase(input: string): string;
5
5
  declare function snakeCase(input: string): string;
6
6
  declare function slugify(input: string, options?: unknown): string;
7
7
  export { CASE_TRANSFORMERS_MAPPING, CaseTransformer, capitalize, changeCase, isPlainObject, matches, type PlainObject, } from './case-transformer-core.ts';
8
- export { keysChangeCase, keysCaseTransformer } from './keys-case-transformer.ts';
8
+ export { keysChangeCase, keysCaseTransformer, type KeysCaseTransformed, } from './keys-case-transformer.ts';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolugo/booking-api-client",
3
- "version": "7.18.1-alpha.12",
3
+ "version": "7.18.1-alpha.14",
4
4
  "private": false,
5
5
  "description": "Javascript Revolugo Booking API Client (browser + server)",
6
6
  "keywords": [
@@ -37,8 +37,8 @@
37
37
  "hono": "4.12.32",
38
38
  "@revolugo/booking-api": "7.18.1",
39
39
  "@revolugo/common": "7.18.1",
40
- "@revolugo/engines": "7.18.1",
41
40
  "@revolugo/env": "7.18.1",
41
+ "@revolugo/engines": "7.18.1",
42
42
  "@revolugo/models": "7.18.1",
43
43
  "@revolugo/node": "7.18.1"
44
44
  },