@crystaldesign/widget-media-viewer 25.9.0-beta.2 → 25.9.0-beta.21

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.
@@ -11,10 +11,21 @@
11
11
  * @license MIT
12
12
  */
13
13
 
14
+ /*!
15
+ * The buffer module from node.js, for the browser.
16
+ *
17
+ * @author Feross Aboukhadijeh <https://feross.org>
18
+ * @license MIT
19
+ */
20
+
14
21
  /*! filename:main */
15
22
 
23
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
24
+
16
25
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
17
26
 
27
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
28
+
18
29
  /**
19
30
  * @license React
20
31
  * react-jsx-runtime.production.min.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/widget-media-viewer",
3
- "version": "25.9.0-beta.2",
3
+ "version": "25.9.0-beta.21",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "storybook": "storybook dev -p 6006",
@@ -31,5 +31,5 @@
31
31
  },
32
32
  "module": "build/esm/index.js",
33
33
  "types": "./build/types/widget-media-viewer/src/index.d.ts",
34
- "gitHead": "5bbeef377055646aadcf38f1150972f95a823a81"
34
+ "gitHead": "b191fe7a0df7872fcdc4a7780086a4c5f461bedb"
35
35
  }