@wix/bookings 1.0.537 → 1.0.538

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 (1) hide show
  1. package/package.json +27 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bookings",
3
- "version": "1.0.537",
3
+ "version": "1.0.538",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -10,18 +10,22 @@
10
10
  ],
11
11
  "sideEffects": false,
12
12
  "main": "./index.js",
13
+ "types": "./build/es/index.d.ts",
13
14
  "exports": {
14
15
  ".": {
15
16
  "import": "./build/es/index.js",
16
- "require": "./build/cjs/index.js"
17
+ "require": "./build/cjs/index.js",
18
+ "types": "./build/es/index.d.ts"
17
19
  },
18
20
  "./meta": {
19
21
  "import": "./build/es/meta.js",
20
- "require": "./build/cjs/meta.js"
22
+ "require": "./build/cjs/meta.js",
23
+ "types": "./build/es/meta.d.ts"
21
24
  },
22
25
  "./context": {
23
26
  "import": "./build/es/context.js",
24
- "require": "./build/cjs/context.js"
27
+ "require": "./build/cjs/context.js",
28
+ "types": "./build/es/context.d.ts"
25
29
  }
26
30
  },
27
31
  "files": [
@@ -31,24 +35,24 @@
31
35
  "!tsconfig.esm.json"
32
36
  ],
33
37
  "dependencies": {
34
- "@wix/bookings_attendance": "1.0.61",
35
- "@wix/bookings_availability-calendar": "1.0.56",
36
- "@wix/bookings_availability-time-slots": "1.0.47",
37
- "@wix/bookings_booking-fees": "1.0.14",
38
- "@wix/bookings_booking-policies": "1.0.17",
39
- "@wix/bookings_booking-policy-snapshots": "1.0.10",
40
- "@wix/bookings_bookings": "1.0.85",
41
- "@wix/bookings_categories": "1.0.47",
42
- "@wix/bookings_extended-bookings": "1.0.66",
43
- "@wix/bookings_external-calendars": "1.0.44",
44
- "@wix/bookings_multi-service-availability-time-slots": "1.0.46",
45
- "@wix/bookings_pricing": "1.0.51",
46
- "@wix/bookings_resource-types": "1.0.26",
47
- "@wix/bookings_resources": "1.0.66",
48
- "@wix/bookings_service-categories": "1.0.7",
49
- "@wix/bookings_service-options-and-variants": "1.0.65",
50
- "@wix/bookings_services": "1.0.93",
51
- "@wix/bookings_staff-members": "1.0.27"
38
+ "@wix/bookings_attendance": "1.0.62",
39
+ "@wix/bookings_availability-calendar": "1.0.57",
40
+ "@wix/bookings_availability-time-slots": "1.0.48",
41
+ "@wix/bookings_booking-fees": "1.0.15",
42
+ "@wix/bookings_booking-policies": "1.0.18",
43
+ "@wix/bookings_booking-policy-snapshots": "1.0.11",
44
+ "@wix/bookings_bookings": "1.0.86",
45
+ "@wix/bookings_categories": "1.0.48",
46
+ "@wix/bookings_extended-bookings": "1.0.67",
47
+ "@wix/bookings_external-calendars": "1.0.45",
48
+ "@wix/bookings_multi-service-availability-time-slots": "1.0.47",
49
+ "@wix/bookings_pricing": "1.0.52",
50
+ "@wix/bookings_resource-types": "1.0.27",
51
+ "@wix/bookings_resources": "1.0.67",
52
+ "@wix/bookings_service-categories": "1.0.8",
53
+ "@wix/bookings_service-options-and-variants": "1.0.66",
54
+ "@wix/bookings_services": "1.0.94",
55
+ "@wix/bookings_staff-members": "1.0.28"
52
56
  },
53
57
  "devDependencies": {
54
58
  "typescript": "^5.3.2"
@@ -68,5 +72,5 @@
68
72
  "fqdn": ""
69
73
  }
70
74
  },
71
- "falconPackageHash": "2aaf2b6adcfad47033ef57270642c7b2a14f7255b9095c58547cbea8"
75
+ "falconPackageHash": "ec0983b205f3fbbbb3fdf9598a40e4cecb6bc57e0c82359ef26c7019"
72
76
  }