@muraldevkit/ui-toolkit 4.44.0 → 4.44.1
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.
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +0 -9
- package/package.json +4 -2
|
@@ -6,12 +6,3 @@
|
|
|
6
6
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
7
7
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
8
8
|
*/
|
|
9
|
-
|
|
10
|
-
/** @license React v16.13.1
|
|
11
|
-
* react-is.production.min.js
|
|
12
|
-
*
|
|
13
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
14
|
-
*
|
|
15
|
-
* This source code is licensed under the MIT license found in the
|
|
16
|
-
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muraldevkit/ui-toolkit",
|
|
3
|
-
"version": "4.44.
|
|
3
|
+
"version": "4.44.1",
|
|
4
4
|
"description": "Mural's UI Toolkit",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
],
|
|
11
11
|
"scripts": {
|
|
12
12
|
"prebuild": "rimraf dist",
|
|
13
|
+
"analyze": "webpack --mode=production --analyze",
|
|
13
14
|
"build": "webpack --mode=production",
|
|
14
15
|
"compile": "storybook build",
|
|
15
16
|
"dev": "storybook dev -p 6006",
|
|
@@ -112,7 +113,8 @@
|
|
|
112
113
|
"ts-jest": "29.1.0",
|
|
113
114
|
"ts-loader": "9.4.2",
|
|
114
115
|
"typescript": "5.0.4",
|
|
115
|
-
"webpack": "5.
|
|
116
|
+
"webpack": "5.100.2",
|
|
117
|
+
"webpack-bundle-analyzer": "4.10.2",
|
|
116
118
|
"webpack-cli": "5.0.1"
|
|
117
119
|
},
|
|
118
120
|
"dependencies": {
|