cronofy-elements 1.66.5 → 1.66.7

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.
@@ -0,0 +1,65 @@
1
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2
+
3
+ /**
4
+ * @license React
5
+ * react-dom-client.production.js
6
+ *
7
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
8
+ *
9
+ * This source code is licensed under the MIT license found in the
10
+ * LICENSE file in the root directory of this source tree.
11
+ */
12
+
13
+ /**
14
+ * @license React
15
+ * react-dom.production.js
16
+ *
17
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
18
+ *
19
+ * This source code is licensed under the MIT license found in the
20
+ * LICENSE file in the root directory of this source tree.
21
+ */
22
+
23
+ /**
24
+ * @license React
25
+ * react-jsx-runtime.production.js
26
+ *
27
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
28
+ *
29
+ * This source code is licensed under the MIT license found in the
30
+ * LICENSE file in the root directory of this source tree.
31
+ */
32
+
33
+ /**
34
+ * @license React
35
+ * react.production.js
36
+ *
37
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
38
+ *
39
+ * This source code is licensed under the MIT license found in the
40
+ * LICENSE file in the root directory of this source tree.
41
+ */
42
+
43
+ /**
44
+ * @license React
45
+ * scheduler.production.js
46
+ *
47
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
48
+ *
49
+ * This source code is licensed under the MIT license found in the
50
+ * LICENSE file in the root directory of this source tree.
51
+ */
52
+
53
+ //! Copyright (c) JS Foundation and other contributors
54
+
55
+ //! github.com/moment/moment-timezone
56
+
57
+ //! license : MIT
58
+
59
+ //! moment-timezone.js
60
+
61
+ //! moment.js
62
+
63
+ //! moment.js locale configuration
64
+
65
+ //! version : 0.5.45
package/package.json CHANGED
@@ -1,8 +1,15 @@
1
1
  {
2
2
  "name": "cronofy-elements",
3
- "version": "1.66.5",
3
+ "version": "1.66.7",
4
4
  "description": "Fast track scheduling with Cronofy's embeddable UI Elements",
5
5
  "main": "dist/CronofyElements.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/cronofy/cronofy"
9
+ },
10
+ "publishConfig": {
11
+ "provenance": false
12
+ },
6
13
  "scripts": {
7
14
  "lint": "eslint src",
8
15
  "test": "jest --maxWorkers=4 --workerIdleMemoryLimit=128M",